Changes in system.web from EVERTM (Version 1.1.4322.573)<br> to WHI40607.03 (Version 2.0.40607.3)

Changes in system.web from EVERTM (Version 1.1.4322.573)
to WHI40607.03 (Version 2.0.40607.3)

Removed Added
System.Web AccessSiteCountersProvider ()
n/a public class System.Web.AccessSiteCountersProvider
--> NONE <--
  • Constructor: public AccessSiteCountersProvider ()
  • Method: protected virtual void Dispose ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override void Flush ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public override DataSet GetRows (DateTime startTime, DateTime endTime, string counterGroup, string counterName, string counterEvent, string navigateUrl, string applicationName, string pageUrl, bool descendingOrderResults, int numberOfResults)
  • Method: public override int GetTotalCount (DateTime startTime, DateTime endTime, string counterGroup, string counterName, string counterEvent, string navigateUrl, string applicationName, string pageUrl)
  • Method (i): public Type GetType ()
  • Method: public override void Initialize (string name, NameValueCollection config)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Method: public override void Write (string counterGroup, string counterName, string counterEvent, string navigateUrl, string applicationName, string pageUrl, DateTime startTime, DateTime endTime)
  • Property: virtual string ApplicationName { public get; public set; }
  • Property: virtual string Description { public get; }
  • Property: virtual string Name { public get; }
ApplicationShutdownReason ()
n/a public sealed enum System.Web.ApplicationShutdownReason
                    None = 0,
                    HostingEnvironment = 1,
                    ChangeInGlobalAsax = 2,
                    ConfigurationChange = 3,
                    UnloadAppDomainCalled = 4,
                    ChangeInSecurityPolicyFile = 5,
                    BinDirChangeOrDirectoryRename = 6,
                    BrowsersDirChangeOrDirectoryRename = 7,
                    CodeDirChangeOrDirectoryRename = 8,
                    ResourcesDirChangeOrDirectoryRename = 9,
                    IdleTimeout = 10,
                    PhysicalApplicationPathChanged = 11,
                    HttpRuntimeClose = 12,
                    InitializationError = 13,
                    MaxRecompilationsReached = 14,
--> NONE <-- --> NONE <--
System.Web.Administration AspNetAccountImpersonation ()
n/a public class System.Web.Administration.AspNetAccountImpersonation
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public void Impersonate ()
  • Method: public void InitImpersonate ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public void Revert ()
  • Method (i): public virtual string ToString ()
  • Property: bool AllowRevertToAspNet { public get; public set; }
System.Web.Caching AggregateCacheDependency ()
n/a public sealed class System.Web.Caching.AggregateCacheDependency
--> NONE <--
  • Constructor: public AggregateCacheDependency ()
  • Method: public void Add (CacheDependency[] dependencies)
  • Method: protected override void DependencyDispose ()
  • Method (i): public virtual void Dispose ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): ProtectedInternal void FinishInit ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override string GetUniqueId ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected void NotifyDependencyChanged (object sender, EventArgs e)
  • Method (i): protected void SetUtcLastModified (DateTime utcLastModified)
  • Method (i): public virtual string ToString ()
  • Property: bool HasChanged { public get; }
  • Property: DateTime UtcLastModified { public get; }
System.Web.Compilation AppSettingsExpressionBuilder ()
n/a public class System.Web.Compilation.AppSettingsExpressionBuilder
--> NONE <--
  • Constructor: public AppSettingsExpressionBuilder ()
  • Method (i): public virtual bool Equals (object obj)
  • Method: public override object EvaluateExpression (object target, BoundPropertyEntry entry, object parsedData, ExpressionBuilderContext context)
  • Method (i): protected virtual void Finalize ()
  • Method: public static object GetAppSetting (string key, Type targetType, string propertyName)
  • Method: public override CodeExpression GetCodeExpression (BoundPropertyEntry entry, object parsedData, ExpressionBuilderContext context)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual object ParseExpression (BoundPropertyEntry entry, ExpressionBuilderContext context)
  • Method (i): public virtual string ToString ()
  • Property: override bool SupportsEvaluate { public get; }
System.Web.Compilation AssemblyBuilder ()
n/a public class System.Web.Compilation.AssemblyBuilder
--> NONE <--
  • Method: public void AddAssemblyReference (internal a)
  • Method: public void AddCodeCompileUnit (BuildProvider buildProvider, CodeCompileUnit compileUnit)
  • Method: public TextWriter CreateCodeFile (BuildProvider buildProvider)
  • Method: public Stream CreateEmbeddedResource (BuildProvider buildProvider, string name)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public void GenerateTypeFactory (string typeName)
  • Method: public string GetCodeFilePhysicalPath (BuildProvider buildProvider)
  • Method (i): public virtual int GetHashCode ()
  • Method: public string GetTempFilePhysicalPath (string extension)
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: CodeDomProvider CodeDomProvider { public get; }
System.Web.Compilation BuildDependencySet ()
n/a public sealed class System.Web.Compilation.BuildDependencySet
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string HashCode { public get; }
  • Property: IEnumerable VirtualPaths { public get; }
System.Web.Compilation BuildManager ()
n/a public class System.Web.Compilation.BuildManager
--> NONE <--
  • Constructor: public BuildManager ()
  • Method: public static internal CompileBuildProviders (ICollection buildProviders, string assemblyName)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public static BuildDependencySet GetCachedBuildDependencySet (HttpContext context, string virtualPath)
  • Method: public static internal GetCompiledAssembly (string virtualPath)
  • Method: public static string GetCompiledCustomString (string virtualPath)
  • Method: public static Type GetCompiledType (string virtualPath)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public static Type GetType (string typeName, bool throwOnFail)
  • Method: public static Type GetType (string typeName, bool throwOnFail, bool ignoreCase)
  • Method: public static ICollection GetVirtualPathDependencies (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: static IList CodeAssemblies { public get; }
System.Web.Compilation BuildManagerHostUnloadEventArgs ()
n/a public class System.Web.Compilation.BuildManagerHostUnloadEventArgs
--> NONE <--
  • Constructor: public BuildManagerHostUnloadEventArgs (ApplicationShutdownReason reason)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: ApplicationShutdownReason Reason { public get; }
System.Web.Compilation BuildManagerHostUnloadEventHandler ()
n/a public sealed delegate System.Web.Compilation.BuildManagerHostUnloadEventHandler
--> NONE <--
  • Constructor: public BuildManagerHostUnloadEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, BuildManagerHostUnloadEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, BuildManagerHostUnloadEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.Compilation BuildProvider ()
n/a public abstract class System.Web.Compilation.BuildProvider
--> NONE <--
  • Constructor: protected BuildProvider ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual void GenerateCode (AssemblyBuilder assemblyBuilder)
  • Method: public virtual string GetCustomString (CompilerResults results)
  • Method: protected CompilerType GetDefaultCompilerType ()
  • Method: protected CompilerType GetDefaultCompilerTypeForLanguage (string language)
  • Method: public virtual Type GetGeneratedType (CompilerResults results)
  • Method (i): public virtual int GetHashCode ()
  • Method: public virtual BuildProviderResultFlags GetResultFlags (CompilerResults results)
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: protected TextReader OpenReader ()
  • Method: protected TextReader OpenReader (string virtualPath)
  • Method: protected Stream OpenStream ()
  • Method: protected Stream OpenStream (string virtualPath)
  • Method (i): public virtual string ToString ()
  • Property: virtual CompilerType CodeCompilerType { public get; }
  • Property: protected ICollection ReferencedAssemblies { }
  • Property: ProtectedInternal string VirtualPath { }
  • Property: virtual ICollection VirtualPathDependencies { public get; }
BuildProviderResultFlags ()
n/a public sealed enum System.Web.Compilation.BuildProviderResultFlags
                    Default = 0,
                    ShutdownAppDomainOnChange = 1,
--> NONE <-- --> NONE <--
System.Web.Configuration AdapterDictionary ()
n/a public class System.Web.Configuration.AdapterDictionary
--> NONE <--
  • Constructor: public AdapterDictionary ()
  • Method (i): public virtual void Add (object key, object value)
  • Method (i): public virtual void Clear ()
  • Method (i): public virtual object Clone ()
  • Method (i): public virtual bool Contains (object key)
  • Method (i): public virtual bool ContainsKey (object key)
  • Method (i): public virtual bool ContainsValue (object value)
  • Method (i): public virtual void CopyTo (Array array, int arrayIndex)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual IDictionaryEnumerator GetEnumerator ()
  • Method (i): protected virtual int GetHash (object key)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool KeyEquals (object item, object key)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual void OnDeserialization (object sender)
  • Method (i): public virtual void Remove (object key)
  • Method (i): public virtual string ToString ()
  • [Obsolete: Please use KeyComparer properties.]Property: protected IComparer comparer { }
  • Property: virtual int Count { public get; }
  • [Obsolete: Please use KeyComparer properties.]Property: protected IHashCodeProvider hcp { }
  • [Obsolete: This property will be removed soon since IKeyComparer is a bad name. Please use KeyComparer instead.]Property: protected IKeyComparer IKeyComparer { }
  • Property: virtual bool IsFixedSize { public get; }
  • Property: virtual bool IsReadOnly { public get; }
  • Property: virtual bool IsSynchronized { public get; }
  • Property: new string this [string key] { public get; public set; }
  • Property: protected IKeyComparer KeyComparer { }
  • Property: virtual ICollection Keys { public get; }
  • Property: virtual object SyncRoot { public get; }
  • Property: virtual ICollection Values { public get; }
System.Web.Configuration AnonymousIdentificationSection ()
n/a public sealed class System.Web.Configuration.AnonymousIdentificationSection
--> NONE <--
  • Constructor: public AnonymousIdentificationSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: HttpCookieMode Cookieless { public get; public set; }
  • Property: string CookieName { public get; public set; }
  • Property: string CookiePath { public get; public set; }
  • Property: CookieProtection CookieProtection { public get; public set; }
  • Property: bool CookieRequireSSL { public get; public set; }
  • Property: bool CookieSlidingExpiration { public get; public set; }
  • Property: TimeSpan CookieTimeout { public get; public set; }
  • Property: string Domain { public get; public set; }
  • Property: bool Enabled { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration AssemblyCollection ()
n/a public sealed class System.Web.Configuration.AssemblyCollection
--> NONE <--
  • Constructor: public AssemblyCollection ()
  • Method: public void Add (AssemblyInfo assemblyInformation)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (string key)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected virtual ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected virtual string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new AssemblyInfo this [int index] { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration AssemblyInfo ()
n/a public sealed class System.Web.Configuration.AssemblyInfo
--> NONE <--
  • Constructor: public AssemblyInfo ()
  • Constructor: public AssemblyInfo (string assemblyName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: string Assembly { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected override ConfigurationPropertyCollection Properties { }
System.Web.Configuration AuthenticationSection ()
n/a public sealed class System.Web.Configuration.AuthenticationSection
--> NONE <--
  • Constructor: public AuthenticationSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: FormsAuthenticationConfiguration Forms { public get; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: AuthenticationMode Mode { public get; public set; }
  • Property: string Name { public get; }
  • Property: PassportAuthentication Passport { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration AuthorizationRule ()
n/a public sealed class System.Web.Configuration.AuthorizationRule
--> NONE <--
  • Constructor: public AuthorizationRule ()
  • Constructor: public AuthorizationRule (AuthorizationRuleAction action)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method: public override bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method: protected virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: protected virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method: protected virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method: protected virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method: protected override void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: AuthorizationRuleAction Action { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: StringCollection Roles { public get; }
  • Property: StringCollection Users { public get; }
  • Property: StringCollection Verbs { public get; }
AuthorizationRuleAction ()
n/a public sealed enum System.Web.Configuration.AuthorizationRuleAction
                    Allow = 1,
                    Deny = 2,
--> NONE <-- --> NONE <--
System.Web.Configuration AuthorizationRuleCollection ()
n/a public sealed class System.Web.Configuration.AuthorizationRuleCollection
--> NONE <--
  • Constructor: public AuthorizationRuleCollection ()
  • Method: public void Add (AuthorizationRule rule)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method: protected override ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: public AuthorizationRule Get (int index)
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: public int IndexOf (AuthorizationRule rule)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method: protected override bool IsElementName (string elementname)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (AuthorizationRule rule)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method: public void Set (int index, AuthorizationRule rule)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected override ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected override string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new AuthorizationRule this [int index] { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration AuthorizationSection ()
n/a public sealed class System.Web.Configuration.AuthorizationSection
--> NONE <--
  • Constructor: public AuthorizationSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: protected virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method: protected override void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: AuthorizationRuleCollection Rules { public get; }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration BrowserCapabilitiesCodeGenerator ()
n/a public class System.Web.Configuration.BrowserCapabilitiesCodeGenerator
--> NONE <--
  • Constructor: public BrowserCapabilitiesCodeGenerator ()
  • Method: public void AddFile (string filePath)
  • Method: public virtual void Create ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: protected void ProcessBrowserFiles (bool useVirtualPath, string virtualDir)
  • Method (i): public virtual string ToString ()
  • Method: public void Uninstall ()
  • Property: protected virtual bool GenerateOverrides { }
  • Property: protected virtual string TypeName { }
System.Web.Configuration BrowserCapabilitiesFactory ()
n/a public class System.Web.Configuration.BrowserCapabilitiesFactory
--> NONE <--
  • Constructor: public BrowserCapabilitiesFactory ()
  • Method: protected virtual void A500ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void A500ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void AlavProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void AlavProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void AlazProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void AlazProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Alcatelbe3ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Alcatelbe3ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Alcatelbe4ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Alcatelbe4ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Alcatelbe5ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Alcatelbe5ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Alcatelbe5v2ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Alcatelbe5v2ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Alcatelbf3ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Alcatelbf3ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Alcatelbf4ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Alcatelbf4ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void AumicProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void AumicProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Aumicv2ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Aumicv2ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void AuspalmProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void AuspalmProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void AvantgoProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void AvantgoProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void BenqathenaProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void BenqathenaProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void BlazerProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void BlazerProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Blazerupg1ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Blazerupg1ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void C201hProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void C201hProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void C202deProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void C202deProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void C302hProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void C302hProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void C303caProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void C303caProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void C304saProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void C304saProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void C309hProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void C309hProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void C311caProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void C311caProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void C402deProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void C402deProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void C407hProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void C407hProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void C409caProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void C409caProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void C451hProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void C451hProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Casioa5302ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Casioa5302ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void CasiopeiaProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void CasiopeiaProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Cdm135ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Cdm135ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Cdm9000ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Cdm9000ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Cdm9100ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Cdm9100ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void CharsetProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void CharsetProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Color16ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Color16ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Color24ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Color24ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Color32ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Color32ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Color8ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Color8ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void ColorProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void ColorProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: public override void ConfigureBrowserCapabilities (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void D2ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void D2ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void D303kProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void D303kProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void D304kProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void D304kProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void D512ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void D512ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Db520ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Db520ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void DefaultDefaultProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void DefaultProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void DefaultProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void DefaultWmlProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void DefaultXhtmlmpProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Dm110ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Dm110ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomod209iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomod209iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomod210iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomod210iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomod211iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomod211iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomod501iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomod501iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomod502iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomod502iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomod503iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomod503iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomod503isProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomod503isProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void DocomodefaultrenderingsizeProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void DocomodefaultrenderingsizeProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomoer209iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomoer209iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomof209iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomof209iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomof210iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomof210iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomof211iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomof211iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomof212iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomof212iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomof501iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomof501iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomof502iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomof502iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomof502itProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomof502itProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomof503iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomof503iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomof503isProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomof503isProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomof504iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomof504iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomof671iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomof671iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomoisim60ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomoisim60ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomoko209iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomoko209iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomoko210iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomoko210iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon2001ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon2001ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon2002ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon2002ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon209iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon209iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon210iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon210iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon211iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon211iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon251iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon251iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon251isProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon251isProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon501iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon501iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon502iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon502iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon502itProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon502itProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon503iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon503iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon503isProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon503isProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon504iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon504iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon821iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomon821iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomonm502iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomonm502iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomop209iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomop209iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomop209isProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomop209isProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomop2101vProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomop2101vProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomop210iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomop210iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomop211iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomop211iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomop501iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomop501iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomop502iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomop502iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomop503iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomop503iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomop503isProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomop503isProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomop504iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomop504iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomop821iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomop821iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void DocomoProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void DocomoProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomor209iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomor209iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomor691iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomor691iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void DocomorenderingsizeProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void DocomorenderingsizeProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomosh251iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomosh251iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomosh251isProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomosh251isProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomosh821iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomosh821iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomoso210iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomoso210iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomoso502iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomoso502iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomoso502iwmProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomoso502iwmProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomoso503iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomoso503iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomoso503isProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomoso503isProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomoso505iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Docomoso505iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ds10ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ds10ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ds15ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ds15ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method (i): public virtual bool Equals (object obj)
  • Method: protected virtual void Ericsson301aProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericsson301aProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssona2628ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssona2628ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssonp800ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssonp800ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssonp800r101ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssonp800r101ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void EricssonProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void EricssonProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssonr320ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssonr320ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssonr380ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssonr380ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssonr520ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssonr520ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssont20ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssont20ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssont300ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssont300ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssont31ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssont31ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssont39ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssont39ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssont61ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssont61ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssont65ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssont65ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssont68ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssont68ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssont68r101ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssont68r101ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssont68r1aProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssont68r1aProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssont68r201aProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssont68r201aProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssont68upgatewayProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ericssont68upgatewayProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Eudoraweb21plusProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Eudoraweb21plusProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void EudorawebmsieProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void EudorawebmsieProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void EudorawebProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void EudorawebProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void EzwapProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void EzwapProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method (i): protected virtual void Finalize ()
  • Method: protected virtual void GatablefalseProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void GatablefalseProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void GatableProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void GatableProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void GatabletrueProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void GatabletrueProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void GeckoProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void GeckoProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void GenericdownlevelProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void GenericdownlevelProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: protected virtual void Gm832ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Gm832ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Gm910iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Gm910iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Goamerica6minor2to9ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Goamerica6minor2to9ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Goamerica7to9ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Goamerica7to9ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void GoamericanonuprimProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void GoamericanonuprimProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void GoamericapalmProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void GoamericapalmProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void GoamericaProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void GoamericaProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Goamericarim850ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Goamericarim850ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Goamericarim857ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Goamericarim857ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Goamericarim950ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Goamericarim950ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Goamericarim957major6minor2ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Goamericarim957major6minor2ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Goamericarim957ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Goamericarim957ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void GoamericarimProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void GoamericarimProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void GoamericaupProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void GoamericaupProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void GoamericawinceProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void GoamericawinceProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Hitachip300ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Hitachip300ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ie1minor5ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ie1minor5ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ie2ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ie2ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ie3akProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ie3akProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ie3macProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ie3macProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ie3ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ie3ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ie3skProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ie3skProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ie3win16aProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ie3win16aProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ie3win16ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ie3win16ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ie4ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ie4ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ie5ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ie5ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ie5to9ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ie5to9ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ie6to9ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ie6to9ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void IeaolProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void IeaolProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void IebetaProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void IebetaProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void IecrawlerProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void IecrawlerProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void IeProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void IeProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void IeupdateProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void IeupdateProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ig01ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ig01ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ig02ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ig02ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ig03ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ig03ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Im1kProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Im1kProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method (i): protected bool IsBrowserUnknown (HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void IscolorfalseProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void IscolorfalseProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void IscolorProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void IscolorProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void IscolortrueProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void IscolortrueProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JataayuppcProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JataayuppcProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JataayuProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JataayuProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphone16bitcolorProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphone16bitcolorProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphone2bitcolorProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphone2bitcolorProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphone4ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphone4ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphone8bitcolorProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphone8bitcolorProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphonecoloriscolorProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphonecoloriscolorProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphonecolorProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphonecolorProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphonedensoProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphonedensoProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphonedisplayProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphonedisplayProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphonekenwoodProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphonekenwoodProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphonemitsubishiProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphonemitsubishiProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphonenecn51ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphonenecn51ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphonenecProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphonenecProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphonepanasonicProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphonepanasonicProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphonepioneerProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphonepioneerProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphoneProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphoneProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphonesa51ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphonesa51ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphonesanyoProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphonesanyoProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphonesharpProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphonesharpProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphonesharpsh07ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphonesharpsh07ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphonesharpsh08ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphonesharpsh08ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphonesharpsh51ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphonesharpsh51ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphonesharpsh52ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphonesharpsh52ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphonesharpsh53ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphonesharpsh53ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphonetoshibaProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JphonetoshibaProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphonetoshibat06aProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphonetoshibat06aProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphonetoshibat08ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphonetoshibat08ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphonetoshibat51ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jphonetoshibat51ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jtel01ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Jtel01ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JtelnateProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void JtelnateProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Kddica21ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Kddica21ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Kddisa21ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Kddisa21ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Kddits21ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Kddits21ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Kddits24ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Kddits24ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Km100ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Km100ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Kyocera702gProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Kyocera702gProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Kyocera703gProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Kyocera703gProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Kyocerac307kProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Kyocerac307kProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void L430v03j02ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void L430v03j02ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void LegendProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void LegendProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Lg13ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Lg13ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Lgc840fProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Lgc840fProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Lgc875fProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Lgc875fProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Lgelx5350ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Lgelx5350ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Lgg5200ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Lgg5200ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Lgi2100ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Lgi2100ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Lgp680fProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Lgp680fProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Lgp7300fProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Lgp7300fProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Lgp7800fProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Lgp7800fProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ma112ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ma112ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ma13ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ma13ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mac1ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mac1ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mai12ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mai12ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mat1ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mat1ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MaxpagesizeProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MaxpagesizeProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mc01ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mc01ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mcc9ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mcc9ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MccaProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MccaProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void McccProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void McccProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method (i): protected object MemberwiseClone ()
  • Method: protected virtual void MmebenefonqProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MmebenefonqProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MmecellphoneProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MmecellphoneProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mmef20ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mmef20ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mmegeneric3dProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mmegeneric3dProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MmegenericflipProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MmegenericflipProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MmegenericlargeProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MmegenericlargeProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MmegenericsmallProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MmegenericsmallProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MmemobileexplorerProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MmemobileexplorerProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MmeProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MmeProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mmesonycmdj5ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mmesonycmdj5ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mmesonycmdj7ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mmesonycmdj7ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mmesonycmdz5ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mmesonycmdz5ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mo01ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mo01ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mo02ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mo02ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mono2ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mono2ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mono4ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mono4ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mot2000ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mot2000ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mot2001ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mot2001ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mot28ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mot28ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mot32ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mot32ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mot72ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mot72ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mot76ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mot76ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motaf418ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motaf418ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MotafProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MotafProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MotbcProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MotbcProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motc2ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motc2ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motc4ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motc4ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MotcbProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MotcbProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MotcfProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MotcfProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motd5ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motd5ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motd8ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motd8ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MotdcProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MotdcProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motf0ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motf0ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motf5ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motf5ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motf6ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motf6ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motorolae360ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motorolae360ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motorolav60gProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motorolav60gProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motorolav708aProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motorolav708aProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motorolav708ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motorolav708ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motp2kcProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motp2kcProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MotpancProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MotpancProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motv200ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Motv200ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MozillabetaProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MozillabetaProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MozillafirebirdProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MozillafirebirdProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MozillagoldProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MozillagoldProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MozillaProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MozillaProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MozillarvProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MozillarvProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mozillav14ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mozillav14ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mspie06ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mspie06ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mspie2ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mspie2ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MspieProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MspieProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mypalm1ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Mypalm1ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MypalmProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void MypalmProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void N400ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void N400ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void NetfrontProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void NetfrontProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Netscape4ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Netscape4ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Netscape5ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Netscape5ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Netscape6to9betaProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Netscape6to9betaProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Netscape6to9ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Netscape6to9ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void NetscapebetaProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void NetscapebetaProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nk00ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nk00ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia3330ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia3330ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia3560ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia3560ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia3590ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia3590ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia3590v1ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia3590v1ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia3595ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia3595ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia3650p12plusProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia3650p12plusProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia3650ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia3650ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia5100ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia5100ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia6200ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia6200ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia6220ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia6220ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia6250ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia6250ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia6310ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia6310ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia6510ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia6510ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia6590ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia6590ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia6800ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia6800ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia7110ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia7110ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia7650ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia7650ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia8310ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia8310ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia9110iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia9110iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia9110ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia9110ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia9210htmlProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia9210htmlProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia9210ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokia9210ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void NokiablueprintProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void NokiablueprintProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokiaepoc32wtl20ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokiaepoc32wtl20ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokiaepoc32wtlProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nokiaepoc32wtlProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void NokiagatewayProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void NokiagatewayProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void NokiamobilebrowserProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void NokiamobilebrowserProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void NokiamobilebrowserrainbowProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void NokiamobilebrowserrainbowProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void NokiaProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void NokiaProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void NokiawapsimulatorProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void NokiawapsimulatorProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nt95ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Nt95ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Opera1to3betaProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Opera1to3betaProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Opera4betaProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Opera4betaProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Opera4ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Opera4ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Opera5to9betaProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Opera5to9betaProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Opera5to9ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Opera5to9ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Opera6to9ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Opera6to9ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void OperamobilebrowserProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void OperamobilebrowserProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void OperamobileProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void OperamobileProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void OperaProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void OperaProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void OperapsionProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void OperapsionProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Opwv1ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Opwv1ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Opwvsdk6plusProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Opwvsdk6plusProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Opwvsdk6ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Opwvsdk6ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void OpwvsdkProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void OpwvsdkProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void P100ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void P100ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void P21ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void P21ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PalmscapeProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PalmscapeProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PalmscapeversionProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PalmscapeversionProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Palmwebpro3ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Palmwebpro3ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PalmwebproProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PalmwebproProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PanasonicexchangesupporteddeviceProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PanasonicexchangesupporteddeviceProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Panasonicgad87a38ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Panasonicgad87a38ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Panasonicgad87a39ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Panasonicgad87a39ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Panasonicgad87ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Panasonicgad87ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Panasonicgad95ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Panasonicgad95ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PanasonicProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PanasonicProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PdqbrowserProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PdqbrowserProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Philipsfisio820ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Philipsfisio820ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Pie4ppcProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Pie4ppcProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Pie4ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Pie4ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PienodeviceidProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PienodeviceidProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PieppcProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PieppcProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PieProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PieProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PiesmartphoneProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PiesmartphoneProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PixelsProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PixelsProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Platformmac68kProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Platformmac68kProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PlatformmacppcProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PlatformmacppcProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PlatformProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PlatformProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PlatformunixProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PlatformunixProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PlatformwebtvProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PlatformwebtvProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Platformwin16ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Platformwin16ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Platformwin2000aProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Platformwin2000aProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Platformwin2000bProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Platformwin2000bProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Platformwin95ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Platformwin95ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Platformwin98ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Platformwin98ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PlatformwinceProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PlatformwinceProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PlatformwinntProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PlatformwinntProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PlatformwinxpProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PlatformwinxpProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PowerbrowserProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PowerbrowserProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PpatProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void PpatProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Pse200ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Pse200ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Qc12ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Qc12ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Qc31ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Qc31ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Qc32ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Qc32ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Qcp2035ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Qcp2035ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Qcp3035ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Qcp3035ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void R201ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void R201ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void R280ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void R280ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void S71ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void S71ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Safari60ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Safari60ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Safari85ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Safari85ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SafariProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SafariProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sagem959ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sagem959ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sc01ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sc01ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sc02ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sc02ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sc03ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sc03ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sc04ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sc04ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sc10ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sc10ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sc11ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sc11ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sc13ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sc13ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sche150ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sche150ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Scp4700ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Scp4700ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Scp6000ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Scp6000ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sd500ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sd500ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sec01ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sec01ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sec02ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sec02ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sec03ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sec03ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sg08ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sg08ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sgha300ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sgha300ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sgha400ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sgha400ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sghn100ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sghn100ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sharpgx10ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sharpgx10ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SharppdaProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SharppdaProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void ShProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void ShProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Si01ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Si01ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Siec3iProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Siec3iProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sieme45ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sieme45ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sies35ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sies35ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sies40ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sies40ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sies45ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sies45ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sies46ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sies46ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sies55ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sies55ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Siesl45ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Siesl45ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sigmarion3ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sigmarion3ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicescolordepthProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicescolordepthProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicesericssonProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicesericssonProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdeviceshanhwaProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdeviceshanhwaProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdeviceshyundaiProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdeviceshyundaiProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicesiscolorProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicesiscolorProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicesjtelProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicesjtelProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdeviceslgProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdeviceslgProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicesmotorolaProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicesmotorolaProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicesnokiaProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicesnokiaProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicesProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicesProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicessamsungProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicessamsungProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicesscreencolumnProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicesscreencolumnProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicesscreenheightProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicesscreenheightProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicesscreenrowProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicesscreenrowProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicesscreenwidthProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicesscreenwidthProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicesskttProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SktdevicesskttProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sktdevicesv730ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sktdevicesv730ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Slb500ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Slb500ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sn11ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sn11ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sn12ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sn12ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sn134ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sn134ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sn156ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sn156ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sn17ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sn17ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Snc1ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Snc1ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sni1ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sni1ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sonyericssona1101sProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sonyericssona1101sProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SonyericssonProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void SonyericssonProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sp01ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sp01ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void St11ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void St11ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void St12ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void St12ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sty2ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sty2ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sy01ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sy01ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sy02ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sy02ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sy03ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sy03ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sy11ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sy11ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sy12ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sy12ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sy13ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sy13ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sy14ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sy14ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sy15ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Sy15ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Syc1ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Syc1ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Syt1ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Syt1ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void T250ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void T250ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tcll668ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tcll668ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tk01ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tk01ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tk02ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tk02ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tk03ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tk03ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tk04ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tk04ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tk05ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tk05ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tm510ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tm510ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void TmobilesidekickProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void TmobilesidekickProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method (i): public virtual string ToString ()
  • Method: protected virtual void Tp1100ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tp1100ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tp120ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tp120ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tp2200ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tp2200ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tp3000ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tp3000ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Treo600ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Treo600ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ts11ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ts11ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ts12ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ts12ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ts13ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Ts13ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tsc1ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tsc1ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tsi1ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tsi1ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tst1ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tst1ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tst2ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tst2ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tst3ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Tst3ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Up3ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Up3ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Up4ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Up4ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Up5ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Up5ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Up61plusProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Up61plusProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Up6ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Up6ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Upg1ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Upg1ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void UpgatewayProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void UpgatewayProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void UpmaxpduProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void UpmaxpduProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void UpmsizeProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void UpmsizeProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void UpnongogatewayProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void UpnongogatewayProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void UpnumsoftkeysProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void UpnumsoftkeysProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void UpProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void UpProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void UpscreencharsProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void UpscreencharsProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void UpscreendepthProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void UpscreendepthProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void UpscreenpixelsProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void UpscreenpixelsProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void UpsoftkeysizeProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void UpsoftkeysizeProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void UpversionProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void UpversionProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void VoiceProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void VoiceProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void VrnaProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void VrnaProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Webtv2ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Webtv2ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void WebtvbetaProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void WebtvbetaProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void WebtvProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void WebtvProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Win16ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Win16ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Win32ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Win32ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void WinceProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void WinceProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void WinProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void WinProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void WinwapProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void WinwapProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void XeniumProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void XeniumProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void XiinoProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void XiinoProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Xiinov2ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Xiinov2ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Zaurusmie1ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Zaurusmie1ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Zaurusmie21ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Zaurusmie21ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Zaurusmie25ProcessBrowsers (MultiplesTracker tracker, NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method: protected virtual void Zaurusmie25ProcessGateways (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Property: protected override IDictionary BrowserElements { }
  • Property: protected override IDictionary MatchedHeaders { }
System.Web.Configuration BrowserCapabilitiesFactoryBase ()
n/a public class System.Web.Configuration.BrowserCapabilitiesFactoryBase
--> NONE <--
  • Constructor: public BrowserCapabilitiesFactoryBase ()
  • Method: public virtual void ConfigureBrowserCapabilities (NameValueCollection headers, HttpBrowserCapabilities browserCaps)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: protected bool IsBrowserUnknown (HttpBrowserCapabilities browserCaps)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: protected virtual IDictionary BrowserElements { }
  • Property: protected virtual IDictionary MatchedHeaders { }
System.Web.Configuration BufferModesCollection ()
n/a public sealed class System.Web.Configuration.BufferModesCollection
--> NONE <--
  • Constructor: public BufferModesCollection ()
  • Method: public void Add (BufferModeSettings bufferModeSettings)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (string s)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected virtual ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected virtual string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new BufferModeSettings this [int index] { public get; public set; }
  • Property: new BufferModeSettings this [object key] { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration BufferModeSettings ()
n/a public sealed class System.Web.Configuration.BufferModeSettings
--> NONE <--
  • Constructor: public BufferModeSettings ()
  • Constructor: public BufferModeSettings (string name, int maxBufferSize, int maxFlushSize, int urgentFlushThreshold, TimeSpan regularFlushInterval, TimeSpan urgentFlushInterval, int maxBufferThreads)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method: protected override void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: int MaxBufferSize { public get; public set; }
  • Property: int MaxBufferThreads { public get; public set; }
  • Property: int MaxFlushSize { public get; public set; }
  • Property: string Name { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: TimeSpan RegularFlushInterval { public get; public set; }
  • Property: TimeSpan UrgentFlushInterval { public get; public set; }
  • Property: int UrgentFlushThreshold { public get; public set; }
System.Web.Configuration BuildProvider ()
n/a public sealed class System.Web.Configuration.BuildProvider
--> NONE <--
  • Constructor: public BuildProvider ()
  • Constructor: public BuildProvider (string extension, string type, BuildProviderAppliesTo appliesTo)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method: public override bool Equals (object provider)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: BuildProviderAppliesTo AppliesTo { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string Extension { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: string Type { public get; public set; }
BuildProviderAppliesTo ()
n/a public sealed enum System.Web.Configuration.BuildProviderAppliesTo
                    Web = 1,
                    Code = 2,
                    Resources = 4,
                    All = 7,
--> NONE <-- --> NONE <--
System.Web.Configuration BuildProviderCollection ()
n/a public sealed class System.Web.Configuration.BuildProviderCollection
--> NONE <--
  • Constructor: public BuildProviderCollection ()
  • Method: public void Add (BuildProvider buildProvider)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method: protected override bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (string name)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected virtual ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected virtual string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new BuildProvider this [int index] { public get; public set; }
  • Property: new BuildProvider this [string name] { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Handlers AssemblyResourceLoader ()
n/a public sealed class System.Web.Handlers.AssemblyResourceLoader
--> NONE <--
  • Constructor: public AssemblyResourceLoader ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
System.Web.Hosting AppDomainProtocolHandler ()
n/a public abstract class System.Web.Hosting.AppDomainProtocolHandler
--> NONE <--
  • Constructor: protected AppDomainProtocolHandler ()
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): public Type GetType ()
  • Method: public override object InitializeLifetimeService ()
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method: public abstract void StartQueue (IQueueHost queueHost)
  • Method: public virtual void Stop (bool immediate)
  • Method: public abstract void StopProtocol (bool immediate)
  • Method: public abstract void StopQueue (int queueId, bool immediate)
  • Method (i): public virtual string ToString ()
System.Web.Hosting ApplicationInfo ()
n/a public sealed class System.Web.Hosting.ApplicationInfo
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string ID { public get; }
  • Property: string PhysicalPath { public get; }
  • Property: string VirtualPath { public get; }
System.Web.Hosting ApplicationManager ()
n/a public sealed class System.Web.Hosting.ApplicationManager
--> NONE <--
  • Method: public void Close ()
  • Method: public IRegisteredObject CreateObject (string appId, Type type, IApplicationHost appHost, bool failIfExists)
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public static ApplicationManager GetApplicationManager ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method: public IRegisteredObject GetObject (string appId, Type type)
  • Method: public ApplicationInfo[] GetRunningApplications ()
  • Method (i): public Type GetType ()
  • Method: public override object InitializeLifetimeService ()
  • Method: public bool IsIdle ()
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method: public void Open ()
  • Method: public void ShutdownAll ()
  • Method: public void ShutdownApplication (string appId)
  • Method: public void StopObject (string appId, Type type)
  • Method (i): public virtual string ToString ()
System.Web.Hosting AppManagerAppDomainFactory ()
n/a public sealed class System.Web.Hosting.AppManagerAppDomainFactory
--> NONE <--
  • Constructor: public AppManagerAppDomainFactory ()
  • Method: public virtual object Create (string appId, string appPath)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public virtual void Stop ()
  • Method (i): public virtual string ToString ()
System.Web.Profile AccessProfileProvider ()
n/a public class System.Web.Profile.AccessProfileProvider
--> NONE <--
  • Constructor: public AccessProfileProvider ()
  • Method: public override int DeleteInactiveProfiles (ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate)
  • Method: public override int DeleteProfiles (string[] usernames)
  • Method: public override int DeleteProfiles (ProfileInfoCollection profiles)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override ProfileInfoCollection FindInactiveProfilesByUserName (ProfileAuthenticationOption authenticationOption, string usernameToMatch, DateTime userInactiveSinceDate, int pageIndex, int pageSize, out int totalRecords)
  • Method: public override ProfileInfoCollection FindProfilesByUserName (ProfileAuthenticationOption authenticationOption, string usernameToMatch, int pageIndex, int pageSize, out int totalRecords)
  • Method: public override ProfileInfoCollection GetAllInactiveProfiles (ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate, int pageIndex, int pageSize, out int totalRecords)
  • Method: public override ProfileInfoCollection GetAllProfiles (ProfileAuthenticationOption authenticationOption, int pageIndex, int pageSize, out int totalRecords)
  • Method (i): public virtual int GetHashCode ()
  • Method: public override int GetNumberOfInactiveProfiles (ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate)
  • Method: public override SettingsPropertyValueCollection GetPropertyValues (SettingsContext sc, SettingsPropertyCollection properties)
  • Method (i): public Type GetType ()
  • Method: public override void Initialize (string name, NameValueCollection config)
  • Method (i): protected object MemberwiseClone ()
  • Method: public override void SetPropertyValues (SettingsContext sc, SettingsPropertyValueCollection properties)
  • Method (i): public virtual string ToString ()
  • Property: override string ApplicationName { public get; public set; }
  • Property: virtual string Description { public get; }
  • Property: virtual string Name { public get; }
System.Web.Security AccessMembershipProvider ()
n/a public class System.Web.Security.AccessMembershipProvider
--> NONE <--
  • Constructor: public AccessMembershipProvider ()
  • Method: public override bool ChangePassword (string username, string oldPassword, string newPassword)
  • Method: public override bool ChangePasswordQuestionAndAnswer (string username, string password, string newPasswordQuestion, string newPasswordAnswer)
  • Method: public override MembershipUser CreateUser (string username, string password, string email, string passwordQuestion, string passwordAnswer, bool isApproved, out MembershipCreateStatus status)
  • Method: public override bool DeleteUser (string username, bool deleteAllRelatedData)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override MembershipUserCollection FindUsersByEmail (string emailToMatch, int pageIndex, int pageSize, out int totalRecords)
  • Method: public override MembershipUserCollection FindUsersByName (string usernameToMatch, int pageIndex, int pageSize, out int totalRecords)
  • Method: public virtual string GeneratePassword ()
  • Method: public override MembershipUserCollection GetAllUsers (int pageIndex, int pageSize, out int totalRecords)
  • Method (i): public virtual int GetHashCode ()
  • Method: public override int GetNumberOfUsersOnline ()
  • Method: public override string GetPassword (string username, string passwordAnswer)
  • Method (i): public Type GetType ()
  • Method: public override MembershipUser GetUser (string username, bool userIsOnline)
  • Method: public override string GetUserNameByEmail (string email)
  • Method: public override void Initialize (string name, NameValueCollection config)
  • Method (i): protected object MemberwiseClone ()
  • Method: public override string ResetPassword (string username, string passwordAnswer)
  • Method (i): public virtual string ToString ()
  • Method: public override void UpdateUser (MembershipUser user)
  • Method: public override bool ValidateUser (string username, string password)
  • Property: override string ApplicationName { public get; public set; }
  • Property: virtual string Description { public get; }
  • Property: override bool EnablePasswordReset { public get; }
  • Property: override bool EnablePasswordRetrieval { public get; }
  • Property: virtual string Name { public get; }
  • Property: MembershipPasswordFormat PasswordFormat { public get; }
  • Property: override bool RequiresQuestionAndAnswer { public get; }
  • Property: bool RequiresUniqueEmail { public get; }
System.Web.Security AccessRoleProvider ()
n/a public class System.Web.Security.AccessRoleProvider
--> NONE <--
  • Constructor: public AccessRoleProvider ()
  • Method: public override void AddUsersToRoles (string[] usernames, string[] roleNames)
  • Method: public override void CreateRole (string roleName)
  • Method: public override bool DeleteRole (string roleName, bool throwOnPopulatedRole)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override string[] FindUsersInRole (string roleName, string usernameToMatch)
  • Method: public override string[] GetAllRoles ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public override string[] GetRolesForUser (string username)
  • Method (i): public Type GetType ()
  • Method: public override string[] GetUsersInRole (string roleName)
  • Method: public override void Initialize (string name, NameValueCollection config)
  • Method: public override bool IsUserInRole (string username, string roleName)
  • Method (i): protected object MemberwiseClone ()
  • Method: public override void RemoveUsersFromRoles (string[] usernames, string[] roleNames)
  • Method: public override bool RoleExists (string roleName)
  • Method (i): public virtual string ToString ()
  • Property: override string ApplicationName { public get; public set; }
  • Property: virtual string Description { public get; }
  • Property: virtual string Name { public get; }
System.Web.Security AnonymousIdentificationEventArgs ()
n/a public sealed class System.Web.Security.AnonymousIdentificationEventArgs
--> NONE <--
  • Constructor: public AnonymousIdentificationEventArgs (HttpContext context)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string AnonymousId { public get; public set; }
  • Property: HttpContext Context { public get; }
System.Web.Security AnonymousIdentificationEventHandler ()
n/a public sealed delegate System.Web.Security.AnonymousIdentificationEventHandler
--> NONE <--
  • Constructor: public AnonymousIdentificationEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, AnonymousIdentificationEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, AnonymousIdentificationEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.Security AnonymousIdentificationModule ()
n/a public sealed class System.Web.Security.AnonymousIdentificationModule
--> NONE <--
  • Constructor: public AnonymousIdentificationModule ()
  • Event: public event AnonymousIdentificationEventHandler OnCreate
  • Event: public event EventHandler OnRemove
  • Method: public virtual void Dispose ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public virtual void Init (HttpApplication app)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: static bool Enabled { public get; }
System.Web.Security AuthorizationStoreRoleProvider ()
n/a public class System.Web.Security.AuthorizationStoreRoleProvider
--> NONE <--
  • Constructor: public AuthorizationStoreRoleProvider ()
  • Method: public override void AddUsersToRoles (string[] usernames, string[] roleNames)
  • Method: public override void CreateRole (string roleName)
  • Method: public override bool DeleteRole (string roleName, bool throwOnPopulatedRole)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override string[] FindUsersInRole (string roleName, string usernameToMatch)
  • Method: public override string[] GetAllRoles ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public override string[] GetRolesForUser (string username)
  • Method (i): public Type GetType ()
  • Method: public override string[] GetUsersInRole (string roleName)
  • Method: public override void Initialize (string name, NameValueCollection config)
  • Method: public override bool IsUserInRole (string username, string roleName)
  • Method (i): protected object MemberwiseClone ()
  • Method: public override void RemoveUsersFromRoles (string[] usernames, string[] roleNames)
  • Method: public override bool RoleExists (string roleName)
  • Method (i): public virtual string ToString ()
  • Property: override string ApplicationName { public get; public set; }
  • Property: virtual string Description { public get; }
  • Property: virtual string Name { public get; }
public sealed class System.Web.UI.AttributeCollection ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): public virtual int GetHashCode ()
  • Method: public override bool Equals (object o)
  • Method: public override int GetHashCode ()
System.Web.UI BasePartialCachingControl ()
public abstract class System.Web.UI.BasePartialCachingControl
(Please hover your mouse over the type to see the inheritance signatures)
public abstract class System.Web.UI.BasePartialCachingControl
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method: protected override void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method: protected override void Render (HtmlTextWriter output)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: ProtectedInternal override void Render (HtmlTextWriter output)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: ControlCachePolicy CachePolicy { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
System.Web.UI BaseTemplateParser ()
n/a public abstract class System.Web.UI.BaseTemplateParser
--> NONE <--
  • Constructor: protected BaseTemplateParser ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method: protected Type GetReferencedType (string virtualPath)
  • Method (i): public Type GetType ()
  • Method: ProtectedInternal Type GetUserControlType (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected void ParseFile (string physicalPath, string virtualPath)
  • Method (i): protected void ProcessError (string message)
  • Method (i): protected void ProcessException (Exception ex)
  • Method (i): public virtual string ToString ()
System.Web.UI BoundPropertyEntry ()
n/a public class System.Web.UI.BoundPropertyEntry
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: Type DeclaringType { public get; }
  • Property: string Expression { public get; public set; }
  • Property: string ExpressionPrefix { public get; public set; }
  • Property: string Filter { public get; public set; }
  • Property: bool Generated { public get; public set; }
  • Property: string Name { public get; public set; }
  • Property: object ParsedExpressionData { public get; public set; }
  • Property: PropertyInfo PropertyInfo { public get; public set; }
  • Property: Type Type { public get; public set; }
  • Property: bool UseSetAttribute { public get; public set; }
System.Web.UI BuilderPropertyEntry ()
n/a public abstract class System.Web.UI.BuilderPropertyEntry
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: ControlBuilder Builder { public get; public set; }
  • Property: Type DeclaringType { public get; }
  • Property: string Filter { public get; public set; }
  • Property: string Name { public get; public set; }
  • Property: PropertyInfo PropertyInfo { public get; public set; }
  • Property: Type Type { public get; public set; }
System.Web.UI.WebControls AccessDataSource ()
n/a public class System.Web.UI.WebControls.AccessDataSource
--> NONE <--
  • Constructor: public AccessDataSource ()
  • Constructor: public AccessDataSource (string dataFile, string selectCommand)
  • Event: public event EventHandler DataBinding
  • Event: public event SqlDataSourceStatusEventHandler Deleted
  • Event: public event SqlDataSourceCommandEventHandler Deleting
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event SqlDataSourceStatusEventHandler Inserted
  • Event: public event SqlDataSourceCommandEventHandler Inserting
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event SqlDataSourceStatusEventHandler Selected
  • Event: public event SqlDataSourceSelectingEventHandler Selecting
  • Event: public event EventHandler Unload
  • Event: public event SqlDataSourceStatusEventHandler Updated
  • Event: public event SqlDataSourceCommandEventHandler Updating
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): protected string CreateCacheKey (int startRowIndex, int maximumRows)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method: protected override SqlDataSourceView CreateDataSourceView (string viewName)
  • Method (i): protected string CreateMasterCacheKey ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public int Delete ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual DataSourceView GetView (string viewName)
  • Method (i): protected virtual ICollection GetViewNames ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public int Insert ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void RaiseDataSourceChangedEvent (EventArgs e)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method: ProtectedInternal override void SaveDataToCache (int startRowIndex, int maximumRows, object data)
  • Method: ProtectedInternal override void SaveTotalRowCountToCache (int totalRowCount)
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): public IEnumerable Select (DataSourceSelectArguments arguments)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Method (i): public int Update ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual int CacheDuration { public get; public set; }
  • Property: virtual DataSourceCacheExpiry CacheExpirationPolicy { public get; public set; }
  • Property: virtual string CacheKeyDependency { public get; public set; }
  • Property: virtual bool CancelSelectOnNullParameter { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: ConflictOptions ConflictDetection { public get; public set; }
  • Property: override string ConnectionString { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: string DataFile { public get; public set; }
  • Property: SqlDataSourceMode DataSourceMode { public get; public set; }
  • Property: string DeleteCommand { public get; public set; }
  • Property: ParameterCollection DeleteParameters { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableCaching { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: string FilterExpression { public get; public set; }
  • Property: ParameterCollection FilterParameters { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: string InsertCommand { public get; public set; }
  • Property: ParameterCollection InsertParameters { public get; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: string OldValuesParameterFormatString { public get; public set; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: override string ProviderName { public get; public set; }
  • Property: string SelectCommand { public get; public set; }
  • Property: ParameterCollection SelectParameters { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: string SortParameterName { public get; public set; }
  • Property: override string SqlCacheDependency { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: string UpdateCommand { public get; public set; }
  • Property: ParameterCollection UpdateParameters { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
System.Web.UI.WebControls AccessDataSourceView ()
n/a public class System.Web.UI.WebControls.AccessDataSourceView
--> NONE <--
  • Constructor: public AccessDataSourceView (AccessDataSource owner, string name, HttpContext context)
  • Event: public event EventHandler DataSourceViewChanged
  • Event: public event SqlDataSourceStatusEventHandler Deleted
  • Event: public event SqlDataSourceCommandEventHandler Deleting
  • Event: public event SqlDataSourceStatusEventHandler Inserted
  • Event: public event SqlDataSourceCommandEventHandler Inserting
  • Event: public event SqlDataSourceStatusEventHandler Selected
  • Event: public event SqlDataSourceSelectingEventHandler Selecting
  • Event: public event SqlDataSourceStatusEventHandler Updated
  • Event: public event SqlDataSourceCommandEventHandler Updating
  • Method (i): public int Delete (IDictionary keys, IDictionary oldValues)
  • Method (i): public virtual void Delete (IDictionary keys, IDictionary oldValues, DataSourceViewOperationCallback callback)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual int ExecuteDelete (IDictionary keys, IDictionary oldValues)
  • Method (i): protected virtual int ExecuteInsert (IDictionary values)
  • Method: ProtectedInternal override IEnumerable ExecuteSelect (DataSourceSelectArguments arguments)
  • Method (i): protected virtual int ExecuteUpdate (IDictionary keys, IDictionary values, IDictionary oldValues)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public int Insert (IDictionary values)
  • Method (i): public virtual void Insert (IDictionary values, DataSourceViewOperationCallback callback)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnDataSourceViewChanged (EventArgs e)
  • Method (i): protected virtual void OnDeleted (SqlDataSourceStatusEventArgs e)
  • Method (i): protected virtual void OnDeleting (SqlDataSourceCommandEventArgs e)
  • Method (i): protected virtual void OnInserted (SqlDataSourceStatusEventArgs e)
  • Method (i): protected virtual void OnInserting (SqlDataSourceCommandEventArgs e)
  • Method (i): protected virtual void OnSelected (SqlDataSourceStatusEventArgs e)
  • Method (i): protected virtual void OnSelecting (SqlDataSourceSelectingEventArgs e)
  • Method (i): protected virtual void OnUpdated (SqlDataSourceStatusEventArgs e)
  • Method (i): protected virtual void OnUpdating (SqlDataSourceCommandEventArgs e)
  • Method (i): ProtectedInternal virtual void RaiseUnsupportedCapabilityError (DataSourceCapabilities capability)
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): public IEnumerable Select (DataSourceSelectArguments arguments)
  • Method (i): public virtual void Select (DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback)
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Method (i): public int Update (IDictionary keys, IDictionary values, IDictionary oldValues)
  • Method (i): public virtual void Update (IDictionary keys, IDictionary values, IDictionary oldValues, DataSourceViewOperationCallback callback)
  • Property: virtual bool CanDelete { public get; }
  • Property: virtual bool CanInsert { public get; }
  • Property: virtual bool CanPage { public get; }
  • Property: virtual bool CanRetrieveTotalRowCount { public get; }
  • Property: virtual bool CanSort { public get; }
  • Property: virtual bool CanUpdate { public get; }
  • Property: ConflictOptions ConflictDetection { public get; public set; }
  • Property: string DeleteCommand { public get; public set; }
  • Property: ParameterCollection DeleteParameters { public get; }
  • Property: protected EventHandlerList Events { }
  • Property: string FilterExpression { public get; public set; }
  • Property: ParameterCollection FilterParameters { public get; }
  • Property: string InsertCommand { public get; public set; }
  • Property: ParameterCollection InsertParameters { public get; }
  • Property: protected bool IsTrackingViewState { }
  • Property: string Name { public get; }
  • Property: string OldValuesParameterFormatString { public get; public set; }
  • Property: protected virtual string ParameterPrefix { }
  • Property: string SelectCommand { public get; public set; }
  • Property: ParameterCollection SelectParameters { public get; }
  • Property: string SortParameterName { public get; public set; }
  • Property: string UpdateCommand { public get; public set; }
  • Property: ParameterCollection UpdateParameters { public get; }
  • Property: protected StateBag ViewState { }
System.Web.UI.WebControls AdRotator ()
public class System.Web.UI.WebControls.AdRotator
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.AdRotator
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method: protected override ControlCollection CreateControlCollection ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method: protected override void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method: protected override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Event: public event EventHandler DataBound
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ConfirmInitState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual DataSourceSelectArguments CreateDataSourceSelectArguments ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): protected void EnsureDataBound ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected DataSourceView GetData ()
  • Method (i): protected IDataSource GetDataSource ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected void MarkAsDataBound ()
  • Method (i): protected virtual void OnDataBound (EventArgs e)
  • Method (i): protected virtual void OnDataPropertyChanged ()
  • Method (i): protected virtual void OnDataSourceViewChanged (object sender, EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPagePreLoad (object sender, EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void PerformDataBinding (IEnumerable data)
  • Method: protected override void PerformSelect ()
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): protected virtual void ValidateDataSource (object dataSource)
  • Property: protected ControlAdapter Adapter { }
  • Property: AdType AdType { public get; public set; }
  • Property: string AlternateTextField { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: bool CountClicks { public get; public set; }
  • Property: string CounterGroup { public get; public set; }
  • Property: string CounterName { public get; public set; }
  • Property: bool CountViews { public get; public set; }
  • Property: virtual string DataMember { public get; public set; }
  • Property: virtual object DataSource { public get; public set; }
  • Property: virtual string DataSourceID { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: string ImageUrlField { public get; public set; }
  • Property: protected bool Initialized { }
  • Property: protected bool IsBoundUsingDataSourceID { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: string NavigateUrlField { public get; public set; }
  • Property: override Page Page { public get; public set; }
  • Property: int PopFrequency { public get; public set; }
  • Property: int PopPositionLeft { public get; public set; }
  • Property: int PopPositionTop { public get; public set; }
  • Property: protected bool RequiresDataBinding { }
  • Property: int RowsPerDay { public get; public set; }
  • Property: protected DataSourceSelectArguments SelectArguments { }
  • Property: string SiteCountersProvider { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: bool TrackApplicationName { public get; public set; }
  • Property: bool TrackNavigateUrl { public get; public set; }
  • Property: bool TrackPageUrl { public get; public set; }
  • Property: override string UniqueID { public get; }
  • Property: protected override StateBag ViewState { }
AdType ()
n/a public sealed enum System.Web.UI.WebControls.AdType
                    Banner = 0,
                    Popup = 1,
                    Popunder = 2,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls AssociatedControlConverter ()
n/a public class System.Web.UI.WebControls.AssociatedControlConverter
--> NONE <--
  • Constructor: public AssociatedControlConverter ()
  • Method (i): public bool CanConvertFrom (Type sourceType)
  • Method (i): public virtual bool CanConvertFrom (ITypeDescriptorContext context, Type sourceType)
  • Method (i): public bool CanConvertTo (Type destinationType)
  • Method (i): public virtual bool CanConvertTo (ITypeDescriptorContext context, Type destinationType)
  • Method (i): public object ConvertFrom (object value)
  • Method (i): public virtual object ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value)
  • Method (i): public object ConvertFromInvariantString (string text)
  • Method (i): public object ConvertFromInvariantString (ITypeDescriptorContext context, string text)
  • Method (i): public object ConvertFromString (string text)
  • Method (i): public object ConvertFromString (ITypeDescriptorContext context, CultureInfo culture, string text)
  • Method (i): public object ConvertFromString (ITypeDescriptorContext context, string text)
  • Method (i): public object ConvertTo (object value, Type destinationType)
  • Method (i): public virtual object ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
  • Method (i): public string ConvertToInvariantString (object value)
  • Method (i): public string ConvertToInvariantString (ITypeDescriptorContext context, object value)
  • Method (i): public string ConvertToString (object value)
  • Method (i): public string ConvertToString (ITypeDescriptorContext context, CultureInfo culture, object value)
  • Method (i): public string ConvertToString (ITypeDescriptorContext context, object value)
  • Method (i): public object CreateInstance (IDictionary propertyValues)
  • Method (i): public virtual object CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues)
  • Method (i): public virtual bool Equals (object obj)
  • Method: protected override bool FilterControl (Control control)
  • Method (i): protected virtual void Finalize ()
  • Method (i): protected Exception GetConvertFromException (object value)
  • Method (i): protected Exception GetConvertToException (object value, Type destinationType)
  • Method (i): public bool GetCreateInstanceSupported ()
  • Method (i): public virtual bool GetCreateInstanceSupported (ITypeDescriptorContext context)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public PropertyDescriptorCollection GetProperties (object value)
  • Method (i): public PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value)
  • Method (i): public virtual PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value, attribute[] attributes)
  • Method (i): public bool GetPropertiesSupported ()
  • Method (i): public virtual bool GetPropertiesSupported (ITypeDescriptorContext context)
  • Method (i): public ICollection GetStandardValues ()
  • Method (i): public virtual StandardValuesCollection GetStandardValues (ITypeDescriptorContext context)
  • Method (i): public bool GetStandardValuesExclusive ()
  • Method (i): public virtual bool GetStandardValuesExclusive (ITypeDescriptorContext context)
  • Method (i): public bool GetStandardValuesSupported ()
  • Method (i): public virtual bool GetStandardValuesSupported (ITypeDescriptorContext context)
  • Method (i): public Type GetType ()
  • Method (i): public bool IsValid (object value)
  • Method (i): public virtual bool IsValid (ITypeDescriptorContext context, object value)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected PropertyDescriptorCollection SortProperties (PropertyDescriptorCollection props, string[] names)
  • Method (i): public virtual string ToString ()
System.Web.UI.WebControls AuthenticateEventArgs ()
n/a public class System.Web.UI.WebControls.AuthenticateEventArgs
--> NONE <--
  • Constructor: public AuthenticateEventArgs ()
  • Constructor: public AuthenticateEventArgs (bool authenticated)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Authenticated { public get; public set; }
System.Web.UI.WebControls AuthenticateEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.AuthenticateEventHandler
--> NONE <--
  • Constructor: public AuthenticateEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, AuthenticateEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, AuthenticateEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
AutoCompleteType ()
n/a public sealed enum System.Web.UI.WebControls.AutoCompleteType
                    None = 0,
                    Disabled = 1,
                    Cellular = 2,
                    Company = 3,
                    Department = 4,
                    DisplayName = 5,
                    Email = 6,
                    FirstName = 7,
                    Gender = 8,
                    HomeCity = 9,
                    HomeCountry = 10,
                    HomeFax = 11,
                    HomePhone = 12,
                    HomeState = 13,
                    HomeStreetAddress = 14,
                    HomeZipCode = 15,
                    Homepage = 16,
                    JobTitle = 17,
                    LastName = 18,
                    MiddleName = 19,
                    Notes = 20,
                    Office = 21,
                    Pager = 22,
                    BusinessCity = 23,
                    BusinessCountry = 24,
                    BusinessFax = 25,
                    BusinessPhone = 26,
                    BusinessState = 27,
                    BusinessStreetAddress = 28,
                    BusinessUrl = 29,
                    BusinessZipCode = 30,
                    Search = 31,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls AutoGeneratedField ()
n/a public sealed class System.Web.UI.WebControls.AutoGeneratedField
--> NONE <--
  • Constructor: public AutoGeneratedField ()
  • Method (i): public virtual bool Equals (object obj)
  • Method: public override void ExtractValuesFromCell (IOrderedDictionary dictionary, DataControlFieldCell cell, DataControlRowState rowState, bool includeReadOnly)
  • Method (i): protected virtual void Finalize ()
  • Method (i): protected virtual string FormatDataValue (object dataValue, bool encode)
  • Method: protected override object GetDesignTimeValue ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual object GetValue (Control controlContainer)
  • Method (i): public virtual bool Initialize (bool enableSorting, Control control)
  • Method (i): public virtual void InitializeCell (DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex)
  • Method: protected override void InitializeDataCell (DataControlFieldCell cell, DataControlRowState rowState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method: protected override void OnDataBindField (object sender, EventArgs e)
  • Method (i): protected virtual void OnFieldChanged ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Method: public override void ValidateSupportsCallback ()
  • Property: virtual string AccessibleHeaderText { public get; public set; }
  • Property: virtual bool ApplyFormatInEditMode { public get; public set; }
  • Property: protected Control Control { }
  • Property: virtual Style ControlStyle { public get; }
  • Property: override bool ConvertEmptyStringToNull { public get; public set; }
  • Property: virtual string DataField { public get; public set; }
  • Property: override string DataFormatString { public get; public set; }
  • Property: Type DataType { public get; public set; }
  • Property: protected bool DesignMode { }
  • Property: virtual TableItemStyle FooterStyle { public get; }
  • Property: virtual string FooterText { public get; public set; }
  • Property: virtual string HeaderImageUrl { public get; public set; }
  • Property: virtual TableItemStyle HeaderStyle { public get; }
  • Property: virtual string HeaderText { public get; public set; }
  • Property: virtual bool HtmlEncode { public get; public set; }
  • Property: override bool InsertVisible { public get; public set; }
  • Property: protected bool IsTrackingViewState { }
  • Property: virtual TableItemStyle ItemStyle { public get; }
  • Property: virtual string NullDisplayText { public get; public set; }
  • Property: virtual bool ReadOnly { public get; public set; }
  • Property: virtual bool ShowHeader { public get; public set; }
  • Property: virtual string SortExpression { public get; public set; }
  • Property: protected virtual bool SupportsHtmlEncode { }
  • Property: protected StateBag ViewState { }
  • Property: bool Visible { public get; public set; }
System.Web.UI.WebControls AutoGeneratedFieldProperties ()
n/a public sealed class System.Web.UI.WebControls.AutoGeneratedFieldProperties
--> NONE <--
  • Constructor: public AutoGeneratedFieldProperties ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string DataField { public get; public set; }
  • Property: bool IsReadOnly { public get; public set; }
  • Property: string Name { public get; public set; }
  • Property: Type Type { public get; public set; }
System.Web.UI.WebControls BaseCompareValidator ()
public abstract class System.Web.UI.WebControls.BaseCompareValidator
(Please hover your mouse over the type to see the inheritance signatures)
public abstract class System.Web.UI.WebControls.BaseCompareValidator
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method: public static bool CanConvert (string text, ValidationDataType type, bool cultureInvariant)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method: protected static bool Compare (string leftText, bool cultureInvariantLeftText, string rightText, bool cultureInvariantRightText, ValidationCompareOperator op, ValidationDataType type)
  • Method: protected static bool Convert (string text, ValidationDataType type, bool cultureInvariant, out object value)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual string AssociatedControlID { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: bool CultureInvariantValues { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: bool SetFocusOnError { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: string ValidationGroup { public get; public set; }
System.Web.UI.WebControls BaseDataBoundControl ()
n/a public abstract class System.Web.UI.WebControls.BaseDataBoundControl
--> NONE <--
  • Constructor: protected BaseDataBoundControl ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler DataBound
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method: protected void ConfirmInitState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method: public override void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method: protected void EnsureDataBound ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method: protected virtual void OnDataBound (EventArgs e)
  • Method: protected virtual void OnDataPropertyChanged ()
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: protected virtual void OnPagePreLoad (object sender, EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: protected abstract void PerformSelect ()
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Method: protected abstract void ValidateDataSource (object dataSource)
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: virtual object DataSource { public get; public set; }
  • Property: virtual string DataSourceID { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: protected bool Initialized { }
  • Property: protected bool IsBoundUsingDataSourceID { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: protected bool RequiresDataBinding { }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls BaseDataList ()
public abstract class System.Web.UI.WebControls.BaseDataList
(Please hover your mouse over the type to see the inheritance signatures)
public abstract class System.Web.UI.WebControls.BaseDataList
(Please hover your mouse over the type to see the inheritance signatures)
  • Constructor: public BaseDataList ()
  • Method: protected override void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method: protected abstract void PrepareControlHierarchy ()
  • Method: protected override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Constructor: protected BaseDataList ()
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method: ProtectedInternal override void CreateChildControls ()
  • Method: protected virtual DataSourceSelectArguments CreateDataSourceSelectArguments ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method: protected void EnsureDataBound ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method: protected IEnumerable GetData ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected virtual void OnDataPropertyChanged ()
  • Method: protected virtual void OnDataSourceViewChanged (object sender, EventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method: ProtectedInternal override void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: ProtectedInternal abstract void PrepareControlHierarchy ()
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual string Caption { public get; public set; }
  • Property: virtual TableCaptionAlign CaptionAlign { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: virtual string DataSourceID { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: protected bool Initialized { }
  • Property: protected bool IsBoundUsingDataSourceID { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected bool RequiresDataBinding { }
  • Property: protected DataSourceSelectArguments SelectArguments { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual bool UseAccessibleHeader { public get; public set; }
System.Web.UI.WebControls BaseValidator ()
public abstract class System.Web.UI.WebControls.BaseValidator
(Please hover your mouse over the type to see the inheritance signatures)
public abstract class System.Web.UI.WebControls.BaseValidator
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method: protected override void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method: protected override void OnPreRender (EventArgs e)
  • Method: protected override void OnUnload (EventArgs e)
  • Method: protected override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Property: virtual string Text { public get; public set; }
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method: ProtectedInternal override void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: override string AssociatedControlID { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: bool SetFocusOnError { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: override string Text { public get; public set; }
  • Property: string ValidationGroup { public get; public set; }
System.Web.UI.WebControls BoundField ()
n/a public class System.Web.UI.WebControls.BoundField
--> NONE <--
  • Constructor: public BoundField ()
  • Field: public static readonly string thisExpression
  • Method (i): public virtual bool Equals (object obj)
  • Method: public override void ExtractValuesFromCell (IOrderedDictionary dictionary, DataControlFieldCell cell, DataControlRowState rowState, bool includeReadOnly)
  • Method (i): protected virtual void Finalize ()
  • Method: protected virtual string FormatDataValue (object dataValue, bool encode)
  • Method: protected virtual object GetDesignTimeValue ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: protected virtual object GetValue (Control controlContainer)
  • Method: public override bool Initialize (bool enableSorting, Control control)
  • Method: public override void InitializeCell (DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex)
  • Method: protected virtual void InitializeDataCell (DataControlFieldCell cell, DataControlRowState rowState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method: protected virtual void OnDataBindField (object sender, EventArgs e)
  • Method (i): protected virtual void OnFieldChanged ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Method: public override void ValidateSupportsCallback ()
  • Property: virtual string AccessibleHeaderText { public get; public set; }
  • Property: virtual bool ApplyFormatInEditMode { public get; public set; }
  • Property: protected Control Control { }
  • Property: virtual Style ControlStyle { public get; }
  • Property: virtual bool ConvertEmptyStringToNull { public get; public set; }
  • Property: virtual string DataField { public get; public set; }
  • Property: virtual string DataFormatString { public get; public set; }
  • Property: protected bool DesignMode { }
  • Property: virtual TableItemStyle FooterStyle { public get; }
  • Property: virtual string FooterText { public get; public set; }
  • Property: virtual string HeaderImageUrl { public get; public set; }
  • Property: virtual TableItemStyle HeaderStyle { public get; }
  • Property: virtual string HeaderText { public get; public set; }
  • Property: virtual bool HtmlEncode { public get; public set; }
  • Property: virtual bool InsertVisible { public get; public set; }
  • Property: protected bool IsTrackingViewState { }
  • Property: virtual TableItemStyle ItemStyle { public get; }
  • Property: virtual string NullDisplayText { public get; public set; }
  • Property: virtual bool ReadOnly { public get; public set; }
  • Property: virtual bool ShowHeader { public get; public set; }
  • Property: virtual string SortExpression { public get; public set; }
  • Property: protected virtual bool SupportsHtmlEncode { }
  • Property: protected StateBag ViewState { }
  • Property: bool Visible { public get; public set; }
System.Web.UI.WebControls BulletedList ()
n/a public class System.Web.UI.WebControls.BulletedList
--> NONE <--
  • Constructor: public BulletedList ()
  • Event: public event BulletedListEventHandler Click
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler DataBound
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler SelectedIndexChanged
  • Event: public event EventHandler Unload
  • Method: protected override void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public virtual void ClearSelection ()
  • Method (i): protected void ConfirmInitState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): protected virtual DataSourceSelectArguments CreateDataSourceSelectArguments ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): protected void EnsureDataBound ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected DataSourceView GetData ()
  • Method (i): protected IDataSource GetDataSource ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected void MarkAsDataBound ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method: protected virtual void OnClick (BulletedListEventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): protected virtual void OnDataBound (EventArgs e)
  • Method (i): protected virtual void OnDataPropertyChanged ()
  • Method (i): protected virtual void OnDataSourceViewChanged (object sender, EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPagePreLoad (object sender, EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnSelectedIndexChanged (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void PerformDataBinding (IEnumerable dataSource)
  • Method (i): protected virtual void PerformSelect ()
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method: public virtual void RaisePostBackEvent (string eventArgument)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method: protected virtual void RenderBulletText (ListItem item, int index, HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method: ProtectedInternal override void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method: protected void SetVisibleItems (int firstItem, int itemCount)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Method (i): protected virtual void ValidateDataSource (object dataSource)
  • Method (i): ProtectedInternal virtual void VerifyMultiSelect ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AppendDataBoundItems { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: override bool AutoPostBack { public get; public set; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: virtual string BulletImageUrl { public get; public set; }
  • Property: virtual BulletStyle BulletStyle { public get; public set; }
  • Property: virtual bool CausesValidation { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: override ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: virtual string DataMember { public get; public set; }
  • Property: virtual object DataSource { public get; public set; }
  • Property: virtual string DataSourceID { public get; public set; }
  • Property: virtual string DataTextField { public get; public set; }
  • Property: virtual string DataTextFormatString { public get; public set; }
  • Property: virtual string DataValueField { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual BulletedListDisplayMode DisplayMode { public get; public set; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual int FirstBulletNumber { public get; public set; }
  • Property: protected int FirstVisibleItemIndex { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: protected bool Initialized { }
  • Property: protected bool IsBoundUsingDataSourceID { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected int ItemCount { }
  • Property: virtual ListItemCollection Items { public get; }
  • Property: protected int ItemWeight { }
  • Property: virtual int MaximumWeight { public get; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: protected bool RequiresDataBinding { }
  • Property: protected DataSourceSelectArguments SelectArguments { }
  • Property: override int SelectedIndex { public get; public set; }
  • Property: override ListItem SelectedItem { public get; }
  • Property: virtual string SelectedValue { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected override HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: virtual string Target { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: virtual string ValidationGroup { public get; public set; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: protected int VisibleItemCount { }
  • Property: virtual Unit Width { public get; public set; }
BulletedListDisplayMode ()
n/a public sealed enum System.Web.UI.WebControls.BulletedListDisplayMode
                    Text = 0,
                    HyperLink = 1,
                    LinkButton = 2,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls BulletedListEventArgs ()
n/a public class System.Web.UI.WebControls.BulletedListEventArgs
--> NONE <--
  • Constructor: public BulletedListEventArgs (int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: int Index { public get; }
System.Web.UI.WebControls BulletedListEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.BulletedListEventHandler
--> NONE <--
  • Constructor: public BulletedListEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, BulletedListEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, BulletedListEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
BulletStyle ()
n/a public sealed enum System.Web.UI.WebControls.BulletStyle
                    NotSet = 0,
                    Numbered = 1,
                    LowerAlpha = 2,
                    UpperAlpha = 3,
                    LowerRoman = 4,
                    UpperRoman = 5,
                    Disc = 6,
                    Circle = 7,
                    Square = 8,
                    CustomImage = 9,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls Button ()
public class System.Web.UI.WebControls.Button
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.Button
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method: protected override void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Property: bool CausesValidation { public get; public set; }
  • Property: string CommandArgument { public get; public set; }
  • Property: string CommandName { public get; public set; }
  • Property: string Text { public get; public set; }
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method: protected virtual PostBackOptions GetPostBackOptions ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: protected virtual void RaisePostBackEvent (string eventArgument)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method: ProtectedInternal override void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual bool CausesValidation { public get; public set; }
  • Property: virtual string CommandArgument { public get; public set; }
  • Property: virtual string CommandName { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: bool CountClicks { public get; public set; }
  • Property: string CounterGroup { public get; public set; }
  • Property: string CounterName { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string OnClientClick { public get; public set; }
  • Property: virtual string PostBackUrl { public get; public set; }
  • Property: int RowsPerDay { public get; public set; }
  • Property: string SiteCountersProvider { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: virtual string SoftkeyLabel { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string Text { public get; public set; }
  • Property: bool TrackApplicationName { public get; public set; }
  • Property: bool TrackPageUrl { public get; public set; }
  • Property: virtual bool UseSubmitBehavior { public get; public set; }
  • Property: virtual string ValidationGroup { public get; public set; }
public class System.Web.UI.WebControls.ButtonColumn ()
--> NONE <--
  • Property: virtual bool CausesValidation { public get; public set; }
  • Property: virtual string ValidationGroup { public get; public set; }
System.Web.UI.WebControls ButtonField ()
n/a public class System.Web.UI.WebControls.ButtonField
--> NONE <--
  • Constructor: public ButtonField ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): public virtual void ExtractValuesFromCell (IOrderedDictionary dictionary, DataControlFieldCell cell, DataControlRowState rowState, bool includeReadOnly)
  • Method (i): protected virtual void Finalize ()
  • Method: protected virtual string FormatDataTextValue (object dataTextValue)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override bool Initialize (bool sortingEnabled, Control control)
  • Method: public override void InitializeCell (DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnFieldChanged ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Method: public override void ValidateSupportsCallback ()
  • Property: virtual string AccessibleHeaderText { public get; public set; }
  • Property: virtual ButtonType ButtonType { public get; public set; }
  • Property: virtual bool CausesValidation { public get; public set; }
  • Property: virtual string CommandName { public get; public set; }
  • Property: protected Control Control { }
  • Property: virtual Style ControlStyle { public get; }
  • Property: virtual string DataTextField { public get; public set; }
  • Property: virtual string DataTextFormatString { public get; public set; }
  • Property: protected bool DesignMode { }
  • Property: virtual TableItemStyle FooterStyle { public get; }
  • Property: virtual string FooterText { public get; public set; }
  • Property: virtual string HeaderImageUrl { public get; public set; }
  • Property: virtual TableItemStyle HeaderStyle { public get; }
  • Property: virtual string HeaderText { public get; public set; }
  • Property: virtual string ImageUrl { public get; public set; }
  • Property: protected bool IsTrackingViewState { }
  • Property: virtual TableItemStyle ItemStyle { public get; }
  • Property: virtual bool ShowHeader { public get; public set; }
  • Property: virtual string SortExpression { public get; public set; }
  • Property: virtual string Text { public get; public set; }
  • Property: virtual string ValidationGroup { public get; public set; }
  • Property: protected StateBag ViewState { }
  • Property: bool Visible { public get; public set; }
System.Web.UI.WebControls ButtonFieldBase ()
n/a public abstract class System.Web.UI.WebControls.ButtonFieldBase
--> NONE <--
  • Constructor: protected ButtonFieldBase ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): public virtual void ExtractValuesFromCell (IOrderedDictionary dictionary, DataControlFieldCell cell, DataControlRowState rowState, bool includeReadOnly)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool Initialize (bool sortingEnabled, Control control)
  • Method (i): public virtual void InitializeCell (DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnFieldChanged ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Method (i): public virtual void ValidateSupportsCallback ()
  • Property: virtual string AccessibleHeaderText { public get; public set; }
  • Property: virtual ButtonType ButtonType { public get; public set; }
  • Property: virtual bool CausesValidation { public get; public set; }
  • Property: protected Control Control { }
  • Property: virtual Style ControlStyle { public get; }
  • Property: protected bool DesignMode { }
  • Property: virtual TableItemStyle FooterStyle { public get; }
  • Property: virtual string FooterText { public get; public set; }
  • Property: virtual string HeaderImageUrl { public get; public set; }
  • Property: virtual TableItemStyle HeaderStyle { public get; }
  • Property: virtual string HeaderText { public get; public set; }
  • Property: protected bool IsTrackingViewState { }
  • Property: virtual TableItemStyle ItemStyle { public get; }
  • Property: override bool ShowHeader { public get; public set; }
  • Property: virtual string SortExpression { public get; public set; }
  • Property: virtual string ValidationGroup { public get; public set; }
  • Property: protected StateBag ViewState { }
  • Property: bool Visible { public get; public set; }
ButtonType ()
n/a public sealed enum System.Web.UI.WebControls.ButtonType
                    Button = 0,
                    Image = 1,
                    Link = 2,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls.Adapters AdRotatorAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.AdRotatorAdapter
--> NONE <--
  • Constructor: public AdRotatorAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new AdRotator Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters BaseValidatorAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.BaseValidatorAdapter
--> NONE <--
  • Constructor: public BaseValidatorAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new BaseValidator Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters BulletedListAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.BulletedListAdapter
--> NONE <--
  • Constructor: public BulletedListAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new BulletedList Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected bool IsMultiSelect { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters ButtonAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.ButtonAdapter
--> NONE <--
  • Constructor: public ButtonAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method: protected virtual void RenderAsPostBackLink (HtmlTextWriter writer)
  • Method: protected override void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new IButtonControl Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.WebParts AccessPersonalizationProvider ()
n/a public sealed class System.Web.UI.WebControls.WebParts.AccessPersonalizationProvider
--> NONE <--
  • Constructor: public AccessPersonalizationProvider ()
  • Method (i): protected virtual IList CreateSupportedUserCapabilities ()
  • Method (i): public virtual PersonalizationScope DetermineInitialScope (WebPartManager webPartManager, PersonalizationState loadedState)
  • Method (i): public virtual IDictionary DetermineUserCapabilities (WebPartManager webPartManager)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override PersonalizationStateInfoCollection FindState (PersonalizationScope scope, PersonalizationStateQuery query, int pageIndex, int pageSize, out int totalRecords)
  • Method: public override int GetCountOfState (PersonalizationScope scope, PersonalizationStateQuery query)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override void Initialize (string name, NameValueCollection configSettings)
  • Method: protected override void LoadPersonalizationBlobs (WebPartManager webPartManager, string path, string userName, byte[] sharedDataBlob, byte[] userDataBlob)
  • Method (i): public virtual PersonalizationState LoadPersonalizationState (WebPartManager webPartManager, bool ignoreCurrentUser)
  • Method (i): protected object MemberwiseClone ()
  • Method: protected override void ResetPersonalizationBlob (WebPartManager webPartManager, string path, string userName)
  • Method: public override int ResetState (string path, DateTime userInactiveSinceDate)
  • Method: public override int ResetState (PersonalizationScope scope, string[] paths, string[] usernames)
  • Method: protected override void SavePersonalizationBlob (WebPartManager webPartManager, string path, string userName, byte[] dataBlob)
  • Method (i): public virtual void SavePersonalizationState (PersonalizationState state)
  • Method (i): public virtual string ToString ()
  • Property: string ApplicationName { public get; public set; }
  • Property: virtual string Name { public get; }
System.Web.UI.WebControls.WebParts AppearanceEditorPart ()
n/a public sealed class System.Web.UI.WebControls.WebParts.AppearanceEditorPart
--> NONE <--
  • Constructor: public AppearanceEditorPart ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method: ProtectedInternal override bool ApplyChanges ()
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method: ProtectedInternal override void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method: public override void SyncChanges ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AllowPaginate { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual PartChromeState ChromeState { public get; public set; }
  • Property: virtual PartChromeType ChromeType { public get; public set; }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: override ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: string DefaultButton { public get; public set; }
  • Property: virtual string Description { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual ContentDirection Direction { public get; public set; }
  • Property: ProtectedInternal virtual bool Display { }
  • Property: string DisplayTitle { public get; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: virtual string GroupingText { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected virtual int MaximumWeight { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: protected virtual bool PaginateChildren { }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ScrollBars ScrollBars { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: override string Title { public get; public set; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: protected WebPartManager WebPartManager { }
  • Property: protected WebPart WebPartToEdit { }
  • Property: protected virtual int Weight { }
  • Property: virtual Unit Width { public get; public set; }
  • Property: virtual bool Wrap { public get; public set; }
  • Property: protected EditorZoneBase Zone { }
System.Web.UI.WebControls.WebParts BehaviorEditorPart ()
n/a public sealed class System.Web.UI.WebControls.WebParts.BehaviorEditorPart
--> NONE <--
  • Constructor: public BehaviorEditorPart ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method: ProtectedInternal override bool ApplyChanges ()
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method: ProtectedInternal override void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method: public override void SyncChanges ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AllowPaginate { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual PartChromeState ChromeState { public get; public set; }
  • Property: virtual PartChromeType ChromeType { public get; public set; }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: override ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: string DefaultButton { public get; public set; }
  • Property: virtual string Description { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual ContentDirection Direction { public get; public set; }
  • Property: ProtectedInternal override bool Display { }
  • Property: string DisplayTitle { public get; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: virtual string GroupingText { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected virtual int MaximumWeight { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: protected virtual bool PaginateChildren { }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ScrollBars ScrollBars { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: override string Title { public get; public set; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: protected WebPartManager WebPartManager { }
  • Property: protected WebPart WebPartToEdit { }
  • Property: protected virtual int Weight { }
  • Property: virtual Unit Width { public get; public set; }
  • Property: virtual bool Wrap { public get; public set; }
  • Property: protected EditorZoneBase Zone { }
System.Web.Caching CacheDependency ()
public sealed class System.Web.Caching.CacheDependency public class System.Web.Caching.CacheDependency
--> NONE <--
  • Constructor: protected CacheDependency ()
  • Method: protected virtual void DependencyDispose ()
  • Method: ProtectedInternal void FinishInit ()
  • Method: public virtual string GetUniqueId ()
  • Method: protected void NotifyDependencyChanged (object sender, EventArgs e)
  • Method: protected void SetUtcLastModified (DateTime utcLastModified)
  • Property: DateTime UtcLastModified { public get; }
System.Web.Compilation ClientBuildManager ()
n/a public sealed class System.Web.Compilation.ClientBuildManager
--> NONE <--
  • Constructor: public ClientBuildManager (string appVirtualDir, string appPhysicalSourceDir, string appPhysicalTargetDir, VirtualPathProvider virtualPathProvider)
  • Constructor: public ClientBuildManager (string appVirtualDir, string appPhysicalSourceDir, VirtualPathProvider virtualPathProvider)
  • Event: public event BuildManagerHostUnloadEventHandler AppDomainShutdown
  • Event: public event EventHandler AppDomainStarted
  • Event: public event BuildManagerHostUnloadEventHandler AppDomainUnloaded
  • Event: public event FileSystemEventHandler FileChanged
  • Method: public void CompileApplicationDependencies ()
  • Method: public void CompileFile (string virtualPath)
  • Method: public IRegisteredObject CreateObject (Type type, bool failIfExists)
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method: public void Dispose ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public CodeCompileUnit GenerateCodeCompileUnit (string virtualPath, string virtualFileString, out Type codeDomProviderType, out CompilerParameters compilerParameters, out IDictionary linePragmasTable)
  • Method: public CodeCompileUnit GenerateCodeCompileUnit (string virtualPath, out Type codeDomProviderType, out CompilerParameters compilerParameters, out IDictionary linePragmasTable)
  • Method: public IDictionary GetBrowserDefinitions ()
  • Method: public void GetCodeDirectoryInformation (string virtualCodeDir, out Type codeDomProviderType, out CompilerParameters compilerParameters, out string generatedFilesDir)
  • Method: public Type GetCompiledType (string virtualPath)
  • Method: public void GetCompilerParameters (string virtualPath, out Type codeDomProviderType, out CompilerParameters compilerParameters)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method: public string[] GetTopLevelAssemblyReferences (string virtualPath)
  • Method (i): public Type GetType ()
  • Method: public string[] GetVirtualCodeDirectories ()
  • Method: public override object InitializeLifetimeService ()
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method: public void PrecompileApplication ()
  • Method (i): public virtual string ToString ()
  • Method: public void Unload ()
  • Property: string CodeGenDir { public get; }
  • Property: bool IsHostCreated { public get; }
System.Web.Compilation CompilerType ()
n/a public sealed class System.Web.Compilation.CompilerType
--> NONE <--
  • Method: public override bool Equals (object o)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: Type CodeDomProviderType { public get; }
  • Property: CompilerParameters CompilerParameters { public get; }
System.Web.Compilation ConnectionStringsExpressionBuilder ()
n/a public class System.Web.Compilation.ConnectionStringsExpressionBuilder
--> NONE <--
  • Constructor: public ConnectionStringsExpressionBuilder ()
  • Method (i): public virtual bool Equals (object obj)
  • Method: public override object EvaluateExpression (object target, BoundPropertyEntry entry, object parsedData, ExpressionBuilderContext context)
  • Method (i): protected virtual void Finalize ()
  • Method: public override CodeExpression GetCodeExpression (BoundPropertyEntry entry, object parsedData, ExpressionBuilderContext context)
  • Method: public static string GetConnectionString (string connectionStringName)
  • Method: public static string GetConnectionStringProviderName (string connectionStringName)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public override object ParseExpression (BoundPropertyEntry entry, ExpressionBuilderContext context)
  • Method (i): public virtual string ToString ()
  • Property: override bool SupportsEvaluate { public get; }
System.Web.Configuration CacheSection ()
n/a public sealed class System.Web.Configuration.CacheSection
--> NONE <--
  • Constructor: public CacheSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: bool DisableDependencies { public get; public set; }
  • Property: bool DisableExpiration { public get; public set; }
  • Property: bool DisableMemoryCollection { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration CachingSectionGroup ()
n/a public sealed class System.Web.Configuration.CachingSectionGroup
--> NONE <--
  • Constructor: public CachingSectionGroup ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): public virtual string ToString ()
  • Property: CacheSection Cache { public get; }
  • Property: bool IsDeclared { public get; }
  • Property: string Name { public get; }
  • Property: OutputCacheSection OutputCache { public get; }
  • Property: OutputCacheSettingsSection OutputCacheSettings { public get; }
  • Property: string Path { public get; }
  • Property: ConfigurationSectionGroupCollection SectionGroups { public get; }
  • Property: ConfigurationSectionCollection Sections { public get; }
  • Property: SqlCacheDependencySection SqlCacheDependency { public get; }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration CodeSubDirectoriesCollection ()
n/a public sealed class System.Web.Configuration.CodeSubDirectoriesCollection
--> NONE <--
  • Constructor: public CodeSubDirectoriesCollection ()
  • Method: public void Add (CodeSubDirectory codeSubDirectory)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: protected override bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected override ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected override string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new CodeSubDirectory this [int index] { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration CodeSubDirectory ()
n/a public sealed class System.Web.Configuration.CodeSubDirectory
--> NONE <--
  • Constructor: public CodeSubDirectory ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string DirectoryName { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
System.Web.Configuration CompilationSection ()
n/a public sealed class System.Web.Configuration.CompilationSection
--> NONE <--
  • Constructor: public CompilationSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method: protected override object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: protected virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: AssemblyCollection Assemblies { public get; }
  • Property: bool Batch { public get; public set; }
  • Property: TimeSpan BatchTimeout { public get; public set; }
  • Property: BuildProviderCollection BuildProviders { public get; }
  • Property: CodeSubDirectoriesCollection CodeSubDirectories { public get; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: CompilerCollection Compilers { public get; }
  • Property: string ConfigSource { public get; public set; }
  • Property: bool Debug { public get; public set; }
  • Property: string DefaultLanguage { public get; public set; }
  • Property: bool Explicit { public get; public set; }
  • Property: ExpressionBuilderCollection ExpressionBuilders { public get; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: int MaxBatchGeneratedFileSize { public get; public set; }
  • Property: int MaxBatchSize { public get; public set; }
  • Property: string Name { public get; }
  • Property: int NumRecompilesBeforeAppRestart { public get; public set; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: bool Strict { public get; public set; }
  • Property: string TempDirectory { public get; public set; }
  • Property: string TypeName { public get; public set; }
  • Property: bool UrlLinePragmas { public get; public set; }
System.Web.Configuration Compiler ()
n/a public sealed class System.Web.Configuration.Compiler
--> NONE <--
  • Constructor: public Compiler ()
  • Constructor: public Compiler (string compilerOptions, string extension, string language, string type, int warningLevel)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string CompilerOptions { public get; }
  • Property: string Extension { public get; }
  • Property: string Language { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: string Type { public get; }
  • Property: int WarningLevel { public get; }
System.Web.Configuration CompilerCollection ()
n/a public sealed class System.Web.Configuration.CompilerCollection
--> NONE <--
  • Constructor: public CompilerCollection ()
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: protected override bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: public Compiler Get (int index)
  • Method: public Compiler Get (string language)
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method: public string GetKey (int index)
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: String[] AllKeys { public get; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected override ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected override string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new Compiler this [int index] { public get; }
  • Property: new Compiler this [string language] { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration CustomError ()
n/a public sealed class System.Web.Configuration.CustomError
--> NONE <--
  • Constructor: public CustomError ()
  • Constructor: public CustomError (string redirect, int statusCode)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method: public override bool Equals (object customError)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: string Redirect { public get; public set; }
  • Property: int StatusCode { public get; public set; }
System.Web.Configuration CustomErrorCollection ()
n/a public sealed class System.Web.Configuration.CustomErrorCollection
--> NONE <--
  • Constructor: public CustomErrorCollection ()
  • Method: public void Add (CustomError customError)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: public CustomError Get (int index)
  • Method: public CustomError Get (string statusCode)
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method: public string GetKey (int index)
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (string statusCode)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method: public void Set (CustomError customError)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: String[] AllKeys { public get; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected override ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected override string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new CustomError this [int index] { public get; public set; }
  • Property: new CustomError this [string statusCode] { public get; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
CustomErrorsMode ()
n/a public sealed enum System.Web.Configuration.CustomErrorsMode
                    On = 1,
                    Off = 2,
                    RemoteOnly = 3,
--> NONE <-- --> NONE <--
System.Web.Configuration CustomErrorsSection ()
n/a public sealed class System.Web.Configuration.CustomErrorsSection
--> NONE <--
  • Constructor: public CustomErrorsSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method: protected virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method: protected virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: string DefaultRedirect { public get; public set; }
  • Property: CustomErrorCollection Errors { public get; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: CustomErrorsMode Mode { public get; public set; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration CustomSection ()
n/a public sealed class System.Web.Configuration.CustomSection
--> NONE <--
  • Constructor: public CustomSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method: protected virtual void ReadXml (XmlReader xmlReader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method: protected virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string CustomData { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
System.Web.Management ConversionEventHandler ()
n/a public class System.Web.Management.ConversionEventHandler
--> NONE <--
  • Constructor: public ConversionEventHandler ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public virtual void ReportEvent (ExporterEventKind eventKind, int eventCode, string eventMsg)
  • Method: public virtual object ResolveRef (internal assemblyReference)
  • Method (i): public virtual string ToString ()
CookieProtection ()
n/a public sealed enum System.Web.Security.CookieProtection
                    None = 0,
                    Validation = 1,
                    Encryption = 2,
                    All = 3,
--> NONE <-- --> NONE <--
System.Web.UI ChtmlTextWriter ()
n/a public class System.Web.UI.ChtmlTextWriter
--> NONE <--
  • Constructor: public ChtmlTextWriter (TextWriter writer)
  • Constructor: public ChtmlTextWriter (TextWriter writer, string tabString)
  • Field: protected char[] CoreNewLine
  • Method (i): public virtual void AddAttribute (string name, string value)
  • Method (i): public virtual void AddAttribute (string name, string value, bool fEndode)
  • Method (i): protected virtual void AddAttribute (string name, string value, HtmlTextWriterAttribute key)
  • Method (i): public virtual void AddAttribute (HtmlTextWriterAttribute key, string value)
  • Method (i): public virtual void AddAttribute (HtmlTextWriterAttribute key, string value, bool fEncode)
  • Method: public virtual void AddRecognizedAttribute (string elementName, string attributeName)
  • Method (i): public virtual void AddStyleAttribute (string name, string value)
  • Method (i): protected virtual void AddStyleAttribute (string name, string value, HtmlTextWriterStyle key)
  • Method (i): public virtual void AddStyleAttribute (HtmlTextWriterStyle key, string value)
  • Method (i): public virtual void BeginRender ()
  • Method (i): public virtual void Close ()
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): protected virtual void Dispose (bool disposing)
  • Method (i): protected string EncodeAttributeValue (string value, bool fEncode)
  • Method (i): protected virtual string EncodeAttributeValue (HtmlTextWriterAttribute attrKey, string value)
  • Method (i): protected string EncodeUrl (string url)
  • Method (i): public virtual void EndRender ()
  • Method (i): public virtual void EnterStyle (Style style)
  • Method (i): public virtual void EnterStyle (Style style, HtmlTextWriterTag tag)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): public virtual void ExitStyle (Style style)
  • Method (i): public virtual void ExitStyle (Style style, HtmlTextWriterTag tag)
  • Method (i): protected virtual void FilterAttributes ()
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual void Flush ()
  • Method (i): protected HtmlTextWriterAttribute GetAttributeKey (string attrName)
  • Method (i): protected string GetAttributeName (HtmlTextWriterAttribute attrKey)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): protected HtmlTextWriterStyle GetStyleKey (string styleName)
  • Method (i): protected string GetStyleName (HtmlTextWriterStyle styleKey)
  • Method (i): protected virtual HtmlTextWriterTag GetTagKey (string tagName)
  • Method (i): protected virtual string GetTagName (HtmlTextWriterTag tagKey)
  • Method (i): public Type GetType ()
  • Method (i): public virtual object InitializeLifetimeService ()
  • Method (i): protected bool IsAttributeDefined (HtmlTextWriterAttribute key)
  • Method (i): protected bool IsAttributeDefined (HtmlTextWriterAttribute key, out string value)
  • Method (i): protected bool IsStyleAttributeDefined (HtmlTextWriterStyle key)
  • Method (i): protected bool IsStyleAttributeDefined (HtmlTextWriterStyle key, out string value)
  • Method (i): public virtual bool IsValidFormAttribute (string attribute)
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method: protected override bool OnAttributeRender (string name, string value, HtmlTextWriterAttribute key)
  • Method: protected override bool OnStyleAttributeRender (string name, string value, HtmlTextWriterStyle key)
  • Method: protected override bool OnTagRender (string name, HtmlTextWriterTag key)
  • Method (i): protected virtual void OutputTabs ()
  • Method (i): protected string PopEndTag ()
  • Method (i): protected void PushEndTag (string endTag)
  • Method: public virtual void RemoveRecognizedAttribute (string elementName, string attributeName)
  • Method (i): protected virtual string RenderAfterContent ()
  • Method (i): protected virtual string RenderAfterTag ()
  • Method (i): protected virtual string RenderBeforeContent ()
  • Method (i): protected virtual string RenderBeforeTag ()
  • Method (i): public virtual void RenderBeginTag (string tagName)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriterTag tagKey)
  • Method (i): public virtual void RenderEndTag ()
  • Method (i): public virtual string ToString ()
  • Method (i): public virtual void Write (bool value)
  • Method (i): public virtual void Write (char value)
  • Method (i): public virtual void Write (char[] buffer)
  • Method (i): public virtual void Write (char[] buffer, int index, int count)
  • Method (i): public virtual void Write (decimal value)
  • Method (i): public virtual void Write (double value)
  • Method (i): public virtual void Write (int value)
  • Method (i): public virtual void Write (long value)
  • Method (i): public virtual void Write (object value)
  • Method (i): public virtual void Write (float value)
  • Method (i): public virtual void Write (string s)
  • Method (i): public virtual void Write (string format, object arg0)
  • Method (i): public virtual void Write (string format, object arg0, object arg1)
  • Method (i): public virtual void Write (string format, object arg0, object arg1, object arg2)
  • Method (i): public virtual void Write (string format, object[] arg)
  • Method (i): public virtual void Write (uint value)
  • Method (i): public virtual void Write (ulong value)
  • Method (i): public virtual void WriteAttribute (string name, string value)
  • Method (i): public virtual void WriteAttribute (string name, string value, bool fEncode)
  • Method (i): public virtual void WriteBeginTag (string tagName)
  • Method: public override void WriteBreak ()
  • Method: public override void WriteEncodedText (string text)
  • Method (i): public virtual void WriteEncodedUrl (string url)
  • Method (i): public virtual void WriteEncodedUrlParameter (string urlText)
  • Method (i): public virtual void WriteEndTag (string tagName)
  • Method (i): public virtual void WriteFullBeginTag (string tagName)
  • Method (i): public virtual void WriteLine ()
  • Method (i): public virtual void WriteLine (bool value)
  • Method (i): public virtual void WriteLine (char value)
  • Method (i): public virtual void WriteLine (char[] buffer)
  • Method (i): public virtual void WriteLine (char[] buffer, int index, int count)
  • Method (i): public virtual void WriteLine (decimal value)
  • Method (i): public virtual void WriteLine (double value)
  • Method (i): public virtual void WriteLine (int value)
  • Method (i): public virtual void WriteLine (long value)
  • Method (i): public virtual void WriteLine (object value)
  • Method (i): public virtual void WriteLine (float value)
  • Method (i): public virtual void WriteLine (string s)
  • Method (i): public virtual void WriteLine (string format, object arg0)
  • Method (i): public virtual void WriteLine (string format, object arg0, object arg1)
  • Method (i): public virtual void WriteLine (string format, object arg0, object arg1, object arg2)
  • Method (i): public virtual void WriteLine (string format, object[] arg)
  • Method (i): public virtual void WriteLine (uint value)
  • Method (i): public virtual void WriteLine (ulong value)
  • Method (i): public void WriteLineNoTabs (string s)
  • Method (i): public virtual void WriteStyleAttribute (string name, string value)
  • Method (i): public virtual void WriteStyleAttribute (string name, string value, bool fEncode)
  • Method (i): protected void WriteUrlEncodedString (string s, bool argument)
  • Property: virtual Encoding Encoding { public get; }
  • Property: protected Stack FontStack { }
  • Property: virtual IFormatProvider FormatProvider { public get; }
  • Property: int Indent { public get; public set; }
  • Property: TextWriter InnerWriter { public get; public set; }
  • Property: virtual string NewLine { public get; public set; }
  • Property: bool PerformDivTableSubstitution { public get; public set; }
  • Property: bool SupportsBold { public get; public set; }
  • Property: bool SupportsItalic { public get; public set; }
  • Property: protected HtmlTextWriterTag TagKey { }
  • Property: protected string TagName { }
System.Web.UI ClientScriptManager ()
n/a public class System.Web.UI.ClientScriptManager
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public bool IsClientScriptBlockRegistered (string key)
  • Method: public bool IsClientScriptBlockRegistered (Type type, string key)
  • Method: public bool IsClientScriptIncludeRegistered (string key)
  • Method: public bool IsClientScriptIncludeRegistered (Type type, string key)
  • Method: public bool IsOnSubmitStatementRegistered (string key)
  • Method: public bool IsOnSubmitStatementRegistered (Type type, string key)
  • Method: public bool IsStartupScriptRegistered (string key)
  • Method: public bool IsStartupScriptRegistered (Type type, string key)
  • Method (i): protected object MemberwiseClone ()
  • Method: public void RegisterArrayDeclaration (string arrayName, string arrayValue)
  • Method: public void RegisterClientScriptBlock (Type type, string key, string script)
  • Method: public void RegisterClientScriptBlock (Type type, string key, string script, bool addScriptTags)
  • Method: public virtual void RegisterClientScriptInclude (string key, string url)
  • Method: public void RegisterClientScriptInclude (Type type, string key, string url)
  • Method: public void RegisterClientScriptResource (Type type, string resourceName)
  • Method: public virtual void RegisterHiddenField (string hiddenFieldName, string hiddenFieldInitialValue)
  • Method: public void RegisterOnSubmitStatement (Type type, string key, string script)
  • Method: public void RegisterStartupScript (Type type, string key, string script)
  • Method: public void RegisterStartupScript (Type type, string key, string script, bool addScriptTags)
  • Method (i): public virtual string ToString ()
System.Web.UI CollectionItemPropertyEntry ()
n/a public class System.Web.UI.CollectionItemPropertyEntry
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: ControlBuilder Builder { public get; public set; }
  • Property: Type DeclaringType { public get; }
  • Property: string Filter { public get; public set; }
  • Property: string Name { public get; public set; }
  • Property: PropertyInfo PropertyInfo { public get; public set; }
  • Property: bool ReadOnly { public get; public set; }
  • Property: Type Type { public get; public set; }
CompilationMode ()
n/a public sealed enum System.Web.UI.CompilationMode
                    Auto = 0,
                    Never = 1,
                    Always = 2,
--> NONE <-- --> NONE <--
System.Web.UI CompiledBindableTemplateBuilder ()
n/a public sealed class System.Web.UI.CompiledBindableTemplateBuilder
--> NONE <--
  • Constructor: public CompiledBindableTemplateBuilder (BuildTemplateMethod buildTemplateMethod, ExtractTemplateValuesMethod extractTemplateValuesMethod)
  • Method (i): public virtual bool Equals (object obj)
  • Method: public virtual IOrderedDictionary ExtractValues (Control container)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public virtual void InstantiateIn (Control container)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
System.Web.UI ComplexPropertyEntry ()
n/a public class System.Web.UI.ComplexPropertyEntry
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: ControlBuilder Builder { public get; public set; }
  • Property: Type DeclaringType { public get; }
  • Property: string Filter { public get; public set; }
  • Property: string Name { public get; public set; }
  • Property: PropertyInfo PropertyInfo { public get; public set; }
  • Property: bool ReadOnly { public get; public set; }
  • Property: Type Type { public get; public set; }
ConflictOptions ()
n/a public sealed enum System.Web.UI.ConflictOptions
                    OverwriteChanges = 0,
                    CompareAllValues = 1,
--> NONE <-- --> NONE <--
System.Web.UI Control ()
public class System.Web.UI.Control
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.Control
(Please hover your mouse over the type to see the inheritance signatures)
  • Method: protected virtual void CreateChildControls ()
  • Method: protected virtual void OnInit (EventArgs e)
  • Method: protected virtual void OnLoad (EventArgs e)
  • Method: protected virtual void OnPreRender (EventArgs e)
  • Method: protected virtual void OnUnload (EventArgs e)
  • Method: protected virtual void Render (HtmlTextWriter writer)
  • Method: protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method: public void RenderControl (HtmlTextWriter writer)
  • Method: public void ApplyStyleSheetSkin (Page page)
  • Method: protected void ClearChildControlState ()
  • Method: protected void ClearChildState ()
  • Method: ProtectedInternal virtual void CreateChildControls ()
  • Method: protected virtual void DataBind (bool raiseOnDataBinding)
  • Method: protected virtual void DataBindChildren ()
  • Method: public void EnsureID ()
  • Method: public virtual void Focus ()
  • Method: protected virtual IDictionary GetDesignModeState ()
  • Method: protected bool HasEvents ()
  • Method: public bool IsEnableThemingSet ()
  • Method: public bool IsThemeEnabledInternal ()
  • Method: ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: ProtectedInternal virtual void OnInit (EventArgs e)
  • Method: ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method: ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: protected Stream OpenFile (string path)
  • Method: ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method: ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method: public virtual void RenderControl (HtmlTextWriter writer)
  • Method: protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method: protected virtual ControlAdapter ResolveAdapter ()
  • Method: public virtual string ResolveClientUrl (string relativeUrl)
  • Method: ProtectedInternal virtual object SaveControlState ()
  • Method: protected virtual void SetDesignModeState (IDictionary data)
  • Method: public void SetTemplateControl (TemplateControl templateControl)
  • Method: public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method: protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
public class System.Web.UI.ControlBuilder ()
  • Property: protected TemplateParser Parser { }
  • Field: public static readonly string DesignerFilter
  • Method: public void AddCollectionItem (ControlBuilder builder)
  • Method: public void AddComplexProperty (string filter, string name, ControlBuilder builder)
  • Method: public void AddTemplateProperty (string filter, string name, TemplateBuilder builder)
  • Method: public virtual object BuildObject ()
  • Method: public ObjectPersistData GetObjectPersistData ()
  • Method: public string GetResourceKey ()
  • Method: public void SetResourceKey (string resourceKey)
  • Method: public void SetServiceProvider (IServiceProvider serviceProvider)
  • Property: virtual Type BindingContainerType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
System.Web.UI ControlCachePolicy ()
n/a public sealed class System.Web.UI.ControlCachePolicy
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public void SetExpires (DateTime expirationTime)
  • Method: public void SetSlidingExpiration (bool useSlidingExpiration)
  • Method: public void SetVaryByCustom (string varyByCustom)
  • Method (i): public virtual string ToString ()
  • Property: bool Cached { public get; public set; }
  • Property: CacheDependency Dependency { public get; public set; }
  • Property: TimeSpan Duration { public get; public set; }
  • Property: bool SupportsCaching { public get; }
  • Property: string VaryByControl { public get; public set; }
  • Property: HttpCacheVaryByParams VaryByParams { public get; }
System.Web.UI ControlSkin ()
n/a public class System.Web.UI.ControlSkin
--> NONE <--
  • Constructor: public ControlSkin (Type controlType, ControlSkinProc themeProc)
  • Method: public void ApplySkin (Control ctrl)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: Type ControlType { public get; }
System.Web.UI ControlSkinProc ()
n/a public sealed delegate System.Web.UI.ControlSkinProc
--> NONE <--
  • Constructor: public ControlSkinProc (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (Control ctrl, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual Control EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual Control Invoke (Control ctrl)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI ControlValuePropertyAttribute ()
n/a public sealed attribute System.Web.UI.ControlValuePropertyAttribute
--> NONE <--
  • Constructor: public ControlValuePropertyAttribute (string name)
  • Constructor: public ControlValuePropertyAttribute (string name, object defaultValue)
  • Constructor: public ControlValuePropertyAttribute (string name, Type type, string defaultValue)
  • Method: public override bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool IsDefaultAttribute ()
  • Method (i): public virtual bool Match (object obj)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: object DefaultValue { public get; }
  • Property: string Name { public get; }
  • Property: virtual object TypeId { public get; }
public sealed class System.Web.UI.CssStyleCollection ()
--> NONE <--
  • Method: public void Add (HtmlTextWriterStyle key, string value)
  • Method: public void Remove (HtmlTextWriterStyle key)
  • Property: string this [HtmlTextWriterStyle key] { public get; public set; }
  • Property: string Value { public get; public set; }
System.Web.UI.Adapters ChtmlPageAdapter ()
n/a public class System.Web.UI.Adapters.ChtmlPageAdapter
--> NONE <--
  • Constructor: public ChtmlPageAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): public virtual NameValueCollection DeterminePostBackMode ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): ProtectedInternal virtual string GetPostBackFormReference (string formId)
  • Method (i): public virtual ICollection GetRadioButtonsByGroup (string groupName)
  • Method: public override PageStatePersister GetStatePersister ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): public virtual void RegisterRadioButton (RadioButton radioButton)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginBodyTag (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginHyperlink (HtmlTextWriter writer, string targetUrl, bool encodeUrl, string softkeyLabel)
  • Method (i): public virtual void RenderBeginHyperlink (HtmlTextWriter writer, string targetUrl, bool encodeUrl, string softkeyLabel, string accessKey)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderEndHyperlink (HtmlTextWriter writer)
  • Method: public override void RenderPostBackEvent (HtmlTextWriter writer, string target, string argument, string softkeyLabel, string text)
  • Method: public override void RenderPostBackEvent (HtmlTextWriter writer, string target, string argument, string softkeyLabel, string text, string postUrl, string accessKey)
  • Method (i): protected void RenderPostBackEvent (HtmlTextWriter writer, string target, string argument, string softkeyLabel, string text, string postUrl, string accessKey, bool encode)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Method: public override string TransformText (string text)
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: virtual IList CacheVaryByHeaders { public get; }
  • Property: virtual IList CacheVaryByParams { public get; }
  • Property: protected string ClientState { }
  • Property: protected Control Control { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.Adapters ControlAdapter ()
n/a public abstract class System.Web.UI.Adapters.ControlAdapter
--> NONE <--
  • Constructor: protected ControlAdapter ()
  • Method: ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method: ProtectedInternal virtual void CreateChildControls ()
  • Method: ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method: ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method: ProtectedInternal virtual void OnInit (EventArgs e)
  • Method: ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method: ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method: protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method: ProtectedInternal virtual object SaveAdapterControlState ()
  • Method: ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected Control Control { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.Imaging CachedImageServiceHandler ()
n/a public sealed class System.Web.UI.Imaging.CachedImageServiceHandler
--> NONE <--
  • Constructor: public CachedImageServiceHandler ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public static string GetImageUrl (string storageKey)
  • Method (i): public Type GetType ()
  • Method: protected override void HandleMissingData (Stream outputStream)
  • Method (i): protected object MemberwiseClone ()
  • Method: protected override void ProcessData (Stream inputStream, Stream outputStream)
  • Method (i): public virtual string ToString ()
  • Property: protected HttpContext Context { }
  • Property: protected override bool IsReusable { }
System.Web.UI.WebControls Calendar ()
public class System.Web.UI.WebControls.Calendar
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.Calendar
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method: protected override void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method: protected override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: protected virtual void RaisePostBackEvent (string eventArgument)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: string CalendarEntryText { public get; public set; }
  • Property: virtual string Caption { public get; public set; }
  • Property: virtual TableCaptionAlign CaptionAlign { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual bool UseAccessibleHeader { public get; public set; }
System.Web.UI.WebControls ChangePassword ()
n/a public class System.Web.UI.WebControls.ChangePassword
--> NONE <--
  • Constructor: public ChangePassword ()
  • Event: public event AuthenticateEventHandler Authenticate
  • Event: public event EventHandler CancelClick
  • Event: public event EventHandler ChangedPassword
  • Event: public event EventHandler ChangePasswordError
  • Event: public event LoginCancelEventHandler ChangingPassword
  • Event: public event EventHandler ContinueClick
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler LoggedIn
  • Event: public event LoginCancelEventHandler LoggingIn
  • Event: public event EventHandler LoginError
  • Event: public event EventHandler PreRender
  • Event: public event MailMessageEventHandler SendingMail
  • Event: public event SendMailErrorEventHandler SendMailError
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method: ProtectedInternal override void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method: ProtectedInternal override void LoadControlState (object savedState)
  • Method: protected override void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method: protected virtual void OnAuthenticate (AuthenticateEventArgs e)
  • Method: protected override bool OnBubbleEvent (object source, EventArgs e)
  • Method: protected virtual void OnCancelClick (EventArgs e)
  • Method: protected virtual void OnChangedPassword (EventArgs e)
  • Method: protected virtual void OnChangePasswordError (EventArgs e)
  • Method: protected virtual void OnChangingPassword (LoginCancelEventArgs e)
  • Method: protected virtual void OnContinueClick (EventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: protected virtual void OnLoggedIn (EventArgs e)
  • Method: protected virtual void OnLoggingIn (LoginCancelEventArgs e)
  • Method: protected virtual void OnLoginError (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method: protected virtual void OnSendingMail (MailMessageEventArgs e)
  • Method: protected virtual void OnSendMailError (SendMailErrorEventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method: ProtectedInternal override object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method: protected override void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: LoginFailureAction AuthenticationFailureAction { public get; public set; }
  • Property: string AuthenticationFailureText { public get; public set; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: int BorderPadding { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: string CancelButtonImageUrl { public get; public set; }
  • Property: Style CancelButtonStyle { public get; }
  • Property: string CancelButtonText { public get; public set; }
  • Property: ButtonType CancelButtonType { public get; public set; }
  • Property: string CancelDestinationPageUrl { public get; public set; }
  • Property: string ChangePasswordButtonImageUrl { public get; public set; }
  • Property: Style ChangePasswordButtonStyle { public get; }
  • Property: string ChangePasswordButtonText { public get; public set; }
  • Property: ButtonType ChangePasswordButtonType { public get; public set; }
  • Property: string ChangePasswordFailureText { public get; public set; }
  • Property: ITemplate ChangePasswordTemplate { public get; public set; }
  • Property: string ChangePasswordTitleText { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: string ConfirmNewPassword { public get; }
  • Property: string ConfirmNewPasswordLabelText { public get; public set; }
  • Property: string ConfirmPasswordCompareErrorMessage { public get; public set; }
  • Property: string ConfirmPasswordRequiredErrorMessage { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: string ContinueButtonImageUrl { public get; public set; }
  • Property: Style ContinueButtonStyle { public get; }
  • Property: string ContinueButtonText { public get; public set; }
  • Property: ButtonType ContinueButtonType { public get; public set; }
  • Property: string ContinueDestinationPageUrl { public get; public set; }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: string CreateUserIconUrl { public get; public set; }
  • Property: string CreateUserText { public get; public set; }
  • Property: string CreateUserUrl { public get; public set; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: string CurrentPassword { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: bool DisplayUserName { public get; public set; }
  • Property: string EditProfileIconUrl { public get; public set; }
  • Property: string EditProfileText { public get; public set; }
  • Property: string EditProfileUrl { public get; public set; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool EnableValidation { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: Style FailureTextStyle { public get; }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: string HelpPageIconUrl { public get; public set; }
  • Property: string HelpPageText { public get; public set; }
  • Property: string HelpPageUrl { public get; public set; }
  • Property: Style HyperLinkStyle { public get; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: string InstructionText { public get; public set; }
  • Property: Style InstructionTextStyle { public get; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: Style LabelStyle { public get; }
  • Property: MailDefinition MailDefinition { public get; }
  • Property: string MembershipProvider { public get; public set; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: string NewPassword { public get; }
  • Property: string NewPasswordLabelText { public get; public set; }
  • Property: string NewPasswordRegularExpression { public get; public set; }
  • Property: string NewPasswordRegularExpressionErrorMessage { public get; public set; }
  • Property: string NewPasswordRequiredErrorMessage { public get; public set; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: Style PasswordHintStyle { public get; }
  • Property: string PasswordHintText { public get; public set; }
  • Property: string PasswordLabelText { public get; public set; }
  • Property: string PasswordRecoveryIconUrl { public get; public set; }
  • Property: string PasswordRecoveryText { public get; public set; }
  • Property: string PasswordRecoveryUrl { public get; public set; }
  • Property: string PasswordRequiredErrorMessage { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: string SuccessPageUrl { public get; public set; }
  • Property: virtual ITemplate SuccessTemplate { public get; public set; }
  • Property: string SuccessText { public get; public set; }
  • Property: Style SuccessTextStyle { public get; }
  • Property: string SuccessTitleText { public get; public set; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: HorizontalAlign TextAlignment { public get; public set; }
  • Property: Style TextBoxStyle { public get; }
  • Property: Style TitleTextStyle { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: string UserName { public get; public set; }
  • Property: string UserNameLabelText { public get; public set; }
  • Property: string UserNameRequiredErrorMessage { public get; public set; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls CheckBox ()
public class System.Web.UI.WebControls.CheckBox
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.CheckBox
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method: protected override void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method: protected override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void TrackViewState ()
  • Method: protected override void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected virtual bool LoadPostData (string postDataKey, NameValueCollection postCollection)
  • Method: protected override void LoadViewState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: protected virtual void RaisePostDataChangedEvent ()
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method: protected override void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual bool CausesValidation { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: AttributeCollection InputAttributes { public get; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: AttributeCollection LabelAttributes { public get; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: string ValidationGroup { public get; public set; }
System.Web.UI.WebControls CheckBoxField ()
n/a public class System.Web.UI.WebControls.CheckBoxField
--> NONE <--
  • Constructor: public CheckBoxField ()
  • Method (i): public virtual bool Equals (object obj)
  • Method: public override void ExtractValuesFromCell (IOrderedDictionary dictionary, DataControlFieldCell cell, DataControlRowState rowState, bool includeReadOnly)
  • Method (i): protected virtual void Finalize ()
  • Method (i): protected virtual string FormatDataValue (object dataValue, bool encode)
  • Method: protected override object GetDesignTimeValue ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual object GetValue (Control controlContainer)
  • Method (i): public virtual bool Initialize (bool enableSorting, Control control)
  • Method (i): public virtual void InitializeCell (DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex)
  • Method: protected override void InitializeDataCell (DataControlFieldCell cell, DataControlRowState rowState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method: protected override void OnDataBindField (object sender, EventArgs e)
  • Method (i): protected virtual void OnFieldChanged ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Method: public override void ValidateSupportsCallback ()
  • Property: virtual string AccessibleHeaderText { public get; public set; }
  • Property: override bool ApplyFormatInEditMode { public get; public set; }
  • Property: protected Control Control { }
  • Property: virtual Style ControlStyle { public get; }
  • Property: override bool ConvertEmptyStringToNull { public get; public set; }
  • Property: override string DataField { public get; public set; }
  • Property: override string DataFormatString { public get; public set; }
  • Property: protected bool DesignMode { }
  • Property: virtual TableItemStyle FooterStyle { public get; }
  • Property: virtual string FooterText { public get; public set; }
  • Property: virtual string HeaderImageUrl { public get; public set; }
  • Property: virtual TableItemStyle HeaderStyle { public get; }
  • Property: virtual string HeaderText { public get; public set; }
  • Property: override bool HtmlEncode { public get; public set; }
  • Property: virtual bool InsertVisible { public get; public set; }
  • Property: protected bool IsTrackingViewState { }
  • Property: virtual TableItemStyle ItemStyle { public get; }
  • Property: override string NullDisplayText { public get; public set; }
  • Property: virtual bool ReadOnly { public get; public set; }
  • Property: virtual bool ShowHeader { public get; public set; }
  • Property: virtual string SortExpression { public get; public set; }
  • Property: protected override bool SupportsHtmlEncode { }
  • Property: virtual string Text { public get; public set; }
  • Property: protected StateBag ViewState { }
  • Property: bool Visible { public get; public set; }
System.Web.UI.WebControls CheckBoxList ()
public class System.Web.UI.WebControls.CheckBoxList
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.CheckBoxList
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method: protected override void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method: protected override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Event: public event EventHandler DataBound
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ConfirmInitState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual DataSourceSelectArguments CreateDataSourceSelectArguments ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): protected void EnsureDataBound ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected DataSourceView GetData ()
  • Method (i): protected IDataSource GetDataSource ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method: protected virtual Style GetItemStyle (ListItemType itemType, int repeatIndex)
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method: ProtectedInternal override void LoadControlState (object savedState)
  • Method: protected virtual bool LoadPostData (string postDataKey, NameValueCollection postCollection)
  • Method (i): protected void MarkAsDataBound ()
  • Method (i): protected virtual void OnDataBound (EventArgs e)
  • Method (i): protected virtual void OnDataPropertyChanged ()
  • Method (i): protected virtual void OnDataSourceViewChanged (object sender, EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPagePreLoad (object sender, EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void PerformDataBinding (IEnumerable dataSource)
  • Method (i): protected virtual void PerformSelect ()
  • Method: protected virtual void RaisePostDataChangedEvent ()
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method: protected virtual void RenderItem (ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method: ProtectedInternal override object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method: protected virtual void SetVisibleItems (int firstItem, int itemCount)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): protected virtual void ValidateDataSource (object dataSource)
  • Method (i): ProtectedInternal virtual void VerifyMultiSelect ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AppendDataBoundItems { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual bool CausesValidation { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: virtual string DataSourceID { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected int FirstVisibleItemIndex { }
  • Property: bool HasAttributes { public get; }
  • Property: protected virtual bool HasFooter { }
  • Property: protected virtual bool HasHeader { }
  • Property: protected virtual bool HasSeparators { }
  • Property: protected char IdSeparator { }
  • Property: protected bool Initialized { }
  • Property: protected bool IsBoundUsingDataSourceID { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected virtual int ItemCount { }
  • Property: protected virtual int ItemWeight { }
  • Property: virtual int MaximumWeight { public get; }
  • Property: protected virtual int RepeatedItemCount { }
  • Property: protected bool RequiresDataBinding { }
  • Property: protected DataSourceSelectArguments SelectArguments { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string ValidationGroup { public get; public set; }
  • Property: protected int VisibleItemCount { }
System.Web.UI.WebControls ChildTable ()
n/a public class System.Web.UI.WebControls.ChildTable
--> NONE <--
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method: protected override void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): public virtual void RaisePostBackEvent (string argument)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: virtual string Caption { public get; public set; }
  • Property: virtual TableCaptionAlign CaptionAlign { public get; public set; }
  • Property: virtual int CellPadding { public get; public set; }
  • Property: virtual int CellSpacing { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: virtual int CurrentRow { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: int DetailHeaderRowIndex { public get; public set; }
  • Property: virtual TableSectionStyle DetailLinkStyle { public get; }
  • Property: virtual string DetailNextRowText { public get; public set; }
  • Property: virtual string DetailPreviousRowText { public get; public set; }
  • Property: virtual string DetailSummaryText { public get; public set; }
  • Property: TableSectionStyle DetailTitleStyle { public get; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: virtual GridLines GridLines { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual TableRowCollection Rows { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: TableSectionStyle SummaryTitleStyle { public get; }
  • Property: virtual int SummaryViewColumnIndex { public get; public set; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: virtual TableViewMode ViewMode { public get; public set; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls CircleHotSpot ()
n/a public sealed class System.Web.UI.WebControls.CircleHotSpot
--> NONE <--
  • Constructor: public CircleHotSpot ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override string GetCoordinates ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: virtual string AlternateText { public get; public set; }
  • Property: virtual HotSpotMode HotSpotMode { public get; public set; }
  • Property: protected virtual bool IsTrackingViewState { }
  • Property: ProtectedInternal override string MarkupName { }
  • Property: string NavigateUrl { public get; public set; }
  • Property: string PostBackValue { public get; public set; }
  • Property: int Radius { public get; public set; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: virtual string Target { public get; public set; }
  • Property: protected StateBag ViewState { }
  • Property: int X { public get; public set; }
  • Property: int Y { public get; public set; }
System.Web.UI.WebControls CommandField ()
n/a public class System.Web.UI.WebControls.CommandField
--> NONE <--
  • Constructor: public CommandField ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): public virtual void ExtractValuesFromCell (IOrderedDictionary dictionary, DataControlFieldCell cell, DataControlRowState rowState, bool includeReadOnly)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool Initialize (bool sortingEnabled, Control control)
  • Method: public override void InitializeCell (DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnFieldChanged ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Method: public override void ValidateSupportsCallback ()
  • Property: virtual string AccessibleHeaderText { public get; public set; }
  • Property: virtual ButtonType ButtonType { public get; public set; }
  • Property: virtual string CancelImageUrl { public get; public set; }
  • Property: virtual string CancelText { public get; public set; }
  • Property: override bool CausesValidation { public get; public set; }
  • Property: protected Control Control { }
  • Property: virtual Style ControlStyle { public get; }
  • Property: virtual string DeleteImageUrl { public get; public set; }
  • Property: virtual string DeleteText { public get; public set; }
  • Property: protected bool DesignMode { }
  • Property: virtual string EditImageUrl { public get; public set; }
  • Property: virtual string EditText { public get; public set; }
  • Property: virtual TableItemStyle FooterStyle { public get; }
  • Property: virtual string FooterText { public get; public set; }
  • Property: virtual string HeaderImageUrl { public get; public set; }
  • Property: virtual TableItemStyle HeaderStyle { public get; }
  • Property: virtual string HeaderText { public get; public set; }
  • Property: virtual string InsertImageUrl { public get; public set; }
  • Property: virtual string InsertText { public get; public set; }
  • Property: protected bool IsTrackingViewState { }
  • Property: virtual TableItemStyle ItemStyle { public get; }
  • Property: virtual string NewImageUrl { public get; public set; }
  • Property: virtual string NewText { public get; public set; }
  • Property: virtual string SelectImageUrl { public get; public set; }
  • Property: virtual string SelectText { public get; public set; }
  • Property: virtual bool ShowCancelButton { public get; public set; }
  • Property: virtual bool ShowDeleteButton { public get; public set; }
  • Property: virtual bool ShowEditButton { public get; public set; }
  • Property: virtual bool ShowHeader { public get; public set; }
  • Property: virtual bool ShowInsertButton { public get; public set; }
  • Property: virtual bool ShowSelectButton { public get; public set; }
  • Property: virtual string SortExpression { public get; public set; }
  • Property: virtual string UpdateImageUrl { public get; public set; }
  • Property: virtual string UpdateText { public get; public set; }
  • Property: virtual string ValidationGroup { public get; public set; }
  • Property: protected StateBag ViewState { }
  • Property: bool Visible { public get; public set; }
System.Web.UI.WebControls CompareValidator ()
public class System.Web.UI.WebControls.CompareValidator
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.CompareValidator
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual string AssociatedControlID { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: bool CultureInvariantValues { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: bool SetFocusOnError { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: string ValidationGroup { public get; public set; }
System.Web.UI.WebControls CompleteWizardStep ()
n/a public class System.Web.UI.WebControls.CompleteWizardStep
--> NONE <--
  • Constructor: public CompleteWizardStep ()
  • Event: public event EventHandler Activate
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Deactivate
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnActivate (EventArgs e)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnDeactivate (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AllowReturn { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: virtual ITemplate ContentTemplate { public get; public set; }
  • Property: Control ContentTemplateContainer { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: virtual ITemplate CustomNavigationTemplate { public get; public set; }
  • Property: Control CustomNavigationTemplateContainer { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string Name { public get; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: override WizardStepType StepType { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: override string Title { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: Wizard Wizard { public get; }
System.Web.UI.WebControls CompositeControl ()
n/a public abstract class System.Web.UI.WebControls.CompositeControl
--> NONE <--
  • Constructor: protected CompositeControl ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method: public override void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: override ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls CompositeDataBoundControl ()
n/a public abstract class System.Web.UI.WebControls.CompositeDataBoundControl
--> NONE <--
  • Constructor: protected CompositeDataBoundControl ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler DataBound
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): protected void ConfirmInitState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method: ProtectedInternal override void CreateChildControls ()
  • Method: protected abstract int CreateChildControls (IEnumerable dataSource, bool dataBinding)
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): protected virtual DataSourceSelectArguments CreateDataSourceSelectArguments ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): protected void EnsureDataBound ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected DataSourceView GetData ()
  • Method (i): protected IDataSource GetDataSource ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected void MarkAsDataBound ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): protected virtual void OnDataBound (EventArgs e)
  • Method (i): protected virtual void OnDataPropertyChanged ()
  • Method (i): protected virtual void OnDataSourceViewChanged (object sender, EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPagePreLoad (object sender, EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: ProtectedInternal override void PerformDataBinding (IEnumerable data)
  • Method (i): protected virtual void PerformSelect ()
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Method (i): protected virtual void ValidateDataSource (object dataSource)
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: override ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: virtual string DataMember { public get; public set; }
  • Property: virtual object DataSource { public get; public set; }
  • Property: virtual string DataSourceID { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: protected bool Initialized { }
  • Property: protected bool IsBoundUsingDataSourceID { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: protected bool RequiresDataBinding { }
  • Property: protected DataSourceSelectArguments SelectArguments { }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls Content ()
n/a public class System.Web.UI.WebControls.Content
--> NONE <--
  • Constructor: public Content ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: string ContentPlaceHolderID { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
ContentDirection ()
n/a public sealed enum System.Web.UI.WebControls.ContentDirection
                    NotSet = 0,
                    LeftToRight = 1,
                    RightToLeft = 2,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls ContentPager ()
n/a public class System.Web.UI.WebControls.ContentPager
--> NONE <--
  • Constructor: public ContentPager ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler Paginated
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Field: public static const int DefaultItemWeight, Value = 100
  • Field: public static readonly string FirstPageCommandName
  • Field: public static readonly string LastPageCommandName
  • Field: public static readonly string NextPageCommandName
  • Field: public static readonly string NextPageNumbersCommandName
  • Field: public static readonly string PreviousPageCommandName
  • Field: public static readonly string PreviousPageNumbersCommandName
  • Method: protected override void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method: protected override void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method: protected override void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method: ProtectedInternal override void LoadControlState (object savedState)
  • Method: protected override void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method: protected override bool OnBubbleEvent (object source, EventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: protected virtual void OnPaginated (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: protected virtual void Paginate ()
  • Method: protected virtual void PaginateControl (Control ctrl, int overhead)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method: ProtectedInternal override object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: Style ButtonStyle { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: string ControlToPaginate { public get; public set; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: virtual int CurrentPage { public get; public set; }
  • Property: Style CurrentPageStyle { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual string FirstImageUrl { public get; public set; }
  • Property: virtual string FirstPageText { public get; public set; }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: bool IsNotFirstButtonPage { public get; }
  • Property: bool IsNotFirstPage { public get; }
  • Property: bool IsNotLastButtonPage { public get; }
  • Property: bool IsNotLastPage { public get; }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: int ItemsPerPage { public get; public set; }
  • Property: virtual string LastImageUrl { public get; public set; }
  • Property: virtual string LastPageText { public get; public set; }
  • Property: PagerButtons Mode { public get; public set; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual string NextImageUrl { public get; public set; }
  • Property: virtual string NextPageText { public get; public set; }
  • Property: virtual Page Page { public get; public set; }
  • Property: int PageButtonCount { public get; public set; }
  • Property: Boolean[] PageButtonVisibility { public get; }
  • Property: virtual int PageCount { public get; }
  • Property: Boolean[] PageLabelVisibility { public get; }
  • Property: String[] PageNumbersForButtons { public get; }
  • Property: virtual ITemplate PagerTemplate { public get; public set; }
  • Property: Style PageStyle { public get; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual string PreviousImageUrl { public get; public set; }
  • Property: virtual string PreviousPageText { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: bool Templated { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: override bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls ContentPlaceHolder ()
n/a public class System.Web.UI.WebControls.ContentPlaceHolder
--> NONE <--
  • Constructor: public ContentPlaceHolder ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
System.Web.UI.WebControls ControlIDConverter ()
n/a public class System.Web.UI.WebControls.ControlIDConverter
--> NONE <--
  • Constructor: public ControlIDConverter ()
  • Method (i): public bool CanConvertFrom (Type sourceType)
  • Method (i): public virtual bool CanConvertFrom (ITypeDescriptorContext context, Type sourceType)
  • Method (i): public bool CanConvertTo (Type destinationType)
  • Method (i): public virtual bool CanConvertTo (ITypeDescriptorContext context, Type destinationType)
  • Method (i): public object ConvertFrom (object value)
  • Method (i): public virtual object ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value)
  • Method (i): public object ConvertFromInvariantString (string text)
  • Method (i): public object ConvertFromInvariantString (ITypeDescriptorContext context, string text)
  • Method (i): public object ConvertFromString (string text)
  • Method (i): public object ConvertFromString (ITypeDescriptorContext context, CultureInfo culture, string text)
  • Method (i): public object ConvertFromString (ITypeDescriptorContext context, string text)
  • Method (i): public object ConvertTo (object value, Type destinationType)
  • Method (i): public virtual object ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
  • Method (i): public string ConvertToInvariantString (object value)
  • Method (i): public string ConvertToInvariantString (ITypeDescriptorContext context, object value)
  • Method (i): public string ConvertToString (object value)
  • Method (i): public string ConvertToString (ITypeDescriptorContext context, CultureInfo culture, object value)
  • Method (i): public string ConvertToString (ITypeDescriptorContext context, object value)
  • Method (i): public object CreateInstance (IDictionary propertyValues)
  • Method (i): public virtual object CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues)
  • Method (i): public virtual bool Equals (object obj)
  • Method: protected virtual bool FilterControl (Control control)
  • Method (i): protected virtual void Finalize ()
  • Method (i): protected Exception GetConvertFromException (object value)
  • Method (i): protected Exception GetConvertToException (object value, Type destinationType)
  • Method (i): public bool GetCreateInstanceSupported ()
  • Method (i): public virtual bool GetCreateInstanceSupported (ITypeDescriptorContext context)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public PropertyDescriptorCollection GetProperties (object value)
  • Method (i): public PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value)
  • Method (i): public virtual PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value, attribute[] attributes)
  • Method (i): public bool GetPropertiesSupported ()
  • Method (i): public virtual bool GetPropertiesSupported (ITypeDescriptorContext context)
  • Method (i): public ICollection GetStandardValues ()
  • Method: public override StandardValuesCollection GetStandardValues (ITypeDescriptorContext context)
  • Method (i): public bool GetStandardValuesExclusive ()
  • Method: public override bool GetStandardValuesExclusive (ITypeDescriptorContext context)
  • Method (i): public bool GetStandardValuesSupported ()
  • Method: public override bool GetStandardValuesSupported (ITypeDescriptorContext context)
  • Method (i): public Type GetType ()
  • Method (i): public bool IsValid (object value)
  • Method (i): public virtual bool IsValid (ITypeDescriptorContext context, object value)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected PropertyDescriptorCollection SortProperties (PropertyDescriptorCollection props, string[] names)
  • Method (i): public virtual string ToString ()
System.Web.UI.WebControls ControlParameter ()
n/a public class System.Web.UI.WebControls.ControlParameter
--> NONE <--
  • Constructor: public ControlParameter ()
  • Constructor: public ControlParameter (string name, string controlID)
  • Constructor: public ControlParameter (string name, string controlID, string propertyName)
  • Constructor: public ControlParameter (string name, TypeCode type, string controlID, string propertyName)
  • Constructor: protected ControlParameter (ControlParameter original)
  • Method: protected override Parameter Clone ()
  • Method (i): public virtual bool Equals (object obj)
  • Method: protected override object Evaluate (HttpContext context, Control control)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected void OnParameterChanged ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): ProtectedInternal virtual void SetDirty ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: string ControlID { public get; public set; }
  • Property: bool ConvertEmptyStringToNull { public get; public set; }
  • Property: string DefaultValue { public get; public set; }
  • Property: ParameterDirection Direction { public get; public set; }
  • Property: protected bool IsTrackingViewState { }
  • Property: string Name { public get; public set; }
  • Property: string PropertyName { public get; public set; }
  • Property: TypeCode Type { public get; public set; }
  • Property: protected StateBag ViewState { }
System.Web.UI.WebControls ControlPropertyNameConverter ()
n/a public class System.Web.UI.WebControls.ControlPropertyNameConverter
--> NONE <--
  • Constructor: public ControlPropertyNameConverter ()
  • Method (i): public bool CanConvertFrom (Type sourceType)
  • Method (i): public virtual bool CanConvertFrom (ITypeDescriptorContext context, Type sourceType)
  • Method (i): public bool CanConvertTo (Type destinationType)
  • Method (i): public virtual bool CanConvertTo (ITypeDescriptorContext context, Type destinationType)
  • Method (i): public object ConvertFrom (object value)
  • Method (i): public virtual object ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value)
  • Method (i): public object ConvertFromInvariantString (string text)
  • Method (i): public object ConvertFromInvariantString (ITypeDescriptorContext context, string text)
  • Method (i): public object ConvertFromString (string text)
  • Method (i): public object ConvertFromString (ITypeDescriptorContext context, CultureInfo culture, string text)
  • Method (i): public object ConvertFromString (ITypeDescriptorContext context, string text)
  • Method (i): public object ConvertTo (object value, Type destinationType)
  • Method (i): public virtual object ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
  • Method (i): public string ConvertToInvariantString (object value)
  • Method (i): public string ConvertToInvariantString (ITypeDescriptorContext context, object value)
  • Method (i): public string ConvertToString (object value)
  • Method (i): public string ConvertToString (ITypeDescriptorContext context, CultureInfo culture, object value)
  • Method (i): public string ConvertToString (ITypeDescriptorContext context, object value)
  • Method (i): public object CreateInstance (IDictionary propertyValues)
  • Method (i): public virtual object CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): protected Exception GetConvertFromException (object value)
  • Method (i): protected Exception GetConvertToException (object value, Type destinationType)
  • Method (i): public bool GetCreateInstanceSupported ()
  • Method (i): public virtual bool GetCreateInstanceSupported (ITypeDescriptorContext context)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public PropertyDescriptorCollection GetProperties (object value)
  • Method (i): public PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value)
  • Method (i): public virtual PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value, attribute[] attributes)
  • Method (i): public bool GetPropertiesSupported ()
  • Method (i): public virtual bool GetPropertiesSupported (ITypeDescriptorContext context)
  • Method (i): public ICollection GetStandardValues ()
  • Method: public override StandardValuesCollection GetStandardValues (ITypeDescriptorContext context)
  • Method (i): public bool GetStandardValuesExclusive ()
  • Method: public override bool GetStandardValuesExclusive (ITypeDescriptorContext context)
  • Method (i): public bool GetStandardValuesSupported ()
  • Method: public override bool GetStandardValuesSupported (ITypeDescriptorContext context)
  • Method (i): public Type GetType ()
  • Method (i): public bool IsValid (object value)
  • Method (i): public virtual bool IsValid (ITypeDescriptorContext context, object value)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected PropertyDescriptorCollection SortProperties (PropertyDescriptorCollection props, string[] names)
  • Method (i): public virtual string ToString ()
System.Web.UI.WebControls CookieParameter ()
n/a public class System.Web.UI.WebControls.CookieParameter
--> NONE <--
  • Constructor: public CookieParameter ()
  • Constructor: public CookieParameter (string name, string cookieName)
  • Constructor: public CookieParameter (string name, TypeCode type, string cookieName)
  • Constructor: protected CookieParameter (CookieParameter original)
  • Method: protected override Parameter Clone ()
  • Method (i): public virtual bool Equals (object obj)
  • Method: protected override object Evaluate (HttpContext context, Control control)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected void OnParameterChanged ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): ProtectedInternal virtual void SetDirty ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: bool ConvertEmptyStringToNull { public get; public set; }
  • Property: string CookieName { public get; public set; }
  • Property: string DefaultValue { public get; public set; }
  • Property: ParameterDirection Direction { public get; public set; }
  • Property: protected bool IsTrackingViewState { }
  • Property: string Name { public get; public set; }
  • Property: TypeCode Type { public get; public set; }
  • Property: protected StateBag ViewState { }
System.Web.UI.WebControls CreateUserErrorEventArgs ()
n/a public class System.Web.UI.WebControls.CreateUserErrorEventArgs
--> NONE <--
  • Constructor: public CreateUserErrorEventArgs (MembershipCreateStatus s)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: MembershipCreateStatus CreateUserError { public get; public set; }
System.Web.UI.WebControls CreateUserErrorEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.CreateUserErrorEventHandler
--> NONE <--
  • Constructor: public CreateUserErrorEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, CreateUserErrorEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, CreateUserErrorEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls CreateUserWizard ()
n/a public class System.Web.UI.WebControls.CreateUserWizard
--> NONE <--
  • Constructor: public CreateUserWizard ()
  • Event: public event EventHandler ActiveStepChanged
  • Event: public event AuthenticateEventHandler Authenticate
  • Event: public event EventHandler CancelButtonClick
  • Event: public event EventHandler ContinueButtonClick
  • Event: public event EventHandler CreatedUser
  • Event: public event CreateUserErrorEventHandler CreateUserError
  • Event: public event LoginCancelEventHandler CreatingUser
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event WizardNavigationEventHandler FinishButtonClick
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler LoggedIn
  • Event: public event LoginCancelEventHandler LoggingIn
  • Event: public event EventHandler LoginError
  • Event: public event WizardNavigationEventHandler NextButtonClick
  • Event: public event EventHandler PreRender
  • Event: public event WizardNavigationEventHandler PreviousButtonClick
  • Event: public event MailMessageEventHandler SendingMail
  • Event: public event SendMailErrorEventHandler SendMailError
  • Event: public event WizardNavigationEventHandler SideBarButtonClick
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): protected bool AllowNavigationToStep (int index)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method: ProtectedInternal override void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method: protected override void CreateControlHierarchy ()
  • Method: protected override Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method: protected override IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ICollection GetHistory ()
  • Method (i): public WizardStepType GetStepType (WizardStepBase wizardStep, int index)
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected override void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): public void MoveTo (WizardStepBase wizardStep)
  • Method (i): protected virtual void OnActiveStepChanged (object source, EventArgs e)
  • Method: protected virtual void OnAuthenticate (AuthenticateEventArgs e)
  • Method: protected override bool OnBubbleEvent (object source, EventArgs e)
  • Method (i): protected virtual void OnCancelButtonClick (EventArgs e)
  • Method: protected virtual void OnContinueButtonClick (EventArgs e)
  • Method: protected virtual void OnCreatedUser (EventArgs e)
  • Method: protected virtual void OnCreateUserError (CreateUserErrorEventArgs e)
  • Method: protected virtual void OnCreatingUser (LoginCancelEventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): protected virtual void OnFinishButtonClick (WizardNavigationEventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: protected virtual void OnLoggedIn (EventArgs e)
  • Method: protected virtual void OnLoggingIn (LoginCancelEventArgs e)
  • Method: protected virtual void OnLoginError (EventArgs e)
  • Method: protected override void OnNextButtonClick (WizardNavigationEventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnPreviousButtonClick (WizardNavigationEventArgs e)
  • Method: protected virtual void OnSendingMail (MailMessageEventArgs e)
  • Method: protected virtual void OnSendMailError (SendMailErrorEventArgs e)
  • Method (i): protected virtual void OnSideBarButtonClick (WizardNavigationEventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal void RegisterCommandEvents (IButtonControl button)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method: protected override void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: WizardStepBase ActiveStep { public get; }
  • Property: override int ActiveStepIndex { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: string Answer { public get; public set; }
  • Property: string AnswerLabelText { public get; public set; }
  • Property: string AnswerRequiredErrorMessage { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: bool AutoGeneratePassword { public get; public set; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: string CancelButtonImageUrl { public get; public set; }
  • Property: virtual Style CancelButtonStyle { public get; }
  • Property: virtual string CancelButtonText { public get; public set; }
  • Property: virtual ButtonType CancelButtonType { public get; public set; }
  • Property: virtual string CancelDestinationPageUrl { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: CompleteWizardStep CompleteStep { public get; }
  • Property: string CompleteSuccessText { public get; public set; }
  • Property: Style CompleteSuccessTextStyle { public get; }
  • Property: string ConfirmPassword { public get; }
  • Property: string ConfirmPasswordCompareErrorMessage { public get; public set; }
  • Property: string ConfirmPasswordLabelText { public get; public set; }
  • Property: string ConfirmPasswordRequiredErrorMessage { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: string ContinueButtonImageUrl { public get; public set; }
  • Property: Style ContinueButtonStyle { public get; }
  • Property: string ContinueButtonText { public get; public set; }
  • Property: ButtonType ContinueButtonType { public get; public set; }
  • Property: string ContinueDestinationPageUrl { public get; public set; }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: string CreateUserButtonImageUrl { public get; public set; }
  • Property: Style CreateUserButtonStyle { public get; }
  • Property: string CreateUserButtonText { public get; public set; }
  • Property: ButtonType CreateUserButtonType { public get; public set; }
  • Property: CreateUserWizardStep CreateUserStep { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: bool DisableCreatedUser { public get; public set; }
  • Property: virtual bool DisplayCancelButton { public get; public set; }
  • Property: override bool DisplaySideBar { public get; public set; }
  • Property: string DuplicateEmailErrorMessage { public get; public set; }
  • Property: string DuplicateUserNameErrorMessage { public get; public set; }
  • Property: string EditProfileIconUrl { public get; public set; }
  • Property: string EditProfileText { public get; public set; }
  • Property: string EditProfileUrl { public get; public set; }
  • Property: string Email { public get; public set; }
  • Property: string EmailLabelText { public get; public set; }
  • Property: string EmailRegularExpression { public get; public set; }
  • Property: string EmailRegularExpressionErrorMessage { public get; public set; }
  • Property: string EmailRequiredErrorMessage { public get; public set; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool EnableValidation { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: Style FailureTextStyle { public get; }
  • Property: string FinishDestinationPageUrl { public get; public set; }
  • Property: virtual ITemplate FinishNavigationTemplate { public get; public set; }
  • Property: string FinishStepButtonImageUrl { public get; public set; }
  • Property: virtual Style FinishStepButtonStyle { public get; }
  • Property: virtual string FinishStepButtonText { public get; public set; }
  • Property: virtual ButtonType FinishStepButtonType { public get; public set; }
  • Property: string FinishStepPreviousButtonImageUrl { public get; public set; }
  • Property: virtual Style FinishStepPreviousButtonStyle { public get; }
  • Property: virtual string FinishStepPreviousButtonText { public get; public set; }
  • Property: virtual ButtonType FinishStepPreviousButtonType { public get; public set; }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual TableItemStyle HeaderStyle { public get; }
  • Property: virtual ITemplate HeaderTemplate { public get; public set; }
  • Property: virtual string HeaderText { public get; public set; }
  • Property: virtual Unit Height { public get; public set; }
  • Property: string HelpPageIconUrl { public get; public set; }
  • Property: string HelpPageText { public get; public set; }
  • Property: string HelpPageUrl { public get; public set; }
  • Property: Style HyperLinkStyle { public get; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: string InstructionText { public get; public set; }
  • Property: Style InstructionTextStyle { public get; }
  • Property: string InvalidAnswerErrorMessage { public get; public set; }
  • Property: string InvalidEmailErrorMessage { public get; public set; }
  • Property: string InvalidPasswordErrorMessage { public get; public set; }
  • Property: string InvalidQuestionErrorMessage { public get; public set; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: Style LabelStyle { public get; }
  • Property: bool LoginCreatedUser { public get; public set; }
  • Property: MailDefinition MailDefinition { public get; }
  • Property: string MembershipProvider { public get; public set; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Style NavigationButtonStyle { public get; }
  • Property: virtual TableItemStyle NavigationStyle { public get; }
  • Property: string NextStepButtonImageUrl { public get; public set; }
  • Property: virtual Style NextStepButtonStyle { public get; }
  • Property: virtual string NextStepButtonText { public get; public set; }
  • Property: virtual ButtonType NextStepButtonType { public get; public set; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: string Password { public get; }
  • Property: Style PasswordHintStyle { public get; }
  • Property: string PasswordHintText { public get; public set; }
  • Property: string PasswordLabelText { public get; public set; }
  • Property: string PasswordRegularExpression { public get; public set; }
  • Property: string PasswordRegularExpressionErrorMessage { public get; public set; }
  • Property: string PasswordRequiredErrorMessage { public get; public set; }
  • Property: string PreviousStepButtonImageUrl { public get; public set; }
  • Property: virtual Style PreviousStepButtonStyle { public get; }
  • Property: virtual string PreviousStepButtonText { public get; public set; }
  • Property: virtual ButtonType PreviousStepButtonType { public get; public set; }
  • Property: string Question { public get; public set; }
  • Property: ProtectedInternal bool QuestionAndAnswerRequired { }
  • Property: string QuestionLabelText { public get; public set; }
  • Property: string QuestionRequiredErrorMessage { public get; public set; }
  • Property: bool RequireEmail { public get; public set; }
  • Property: virtual Style SideBarButtonStyle { public get; }
  • Property: virtual TableItemStyle SideBarStyle { public get; }
  • Property: virtual ITemplate SideBarTemplate { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: virtual string SkipToContentText { public get; public set; }
  • Property: virtual ITemplate StartNavigationTemplate { public get; public set; }
  • Property: string StartStepNextButtonImageUrl { public get; public set; }
  • Property: virtual Style StartStepNextButtonStyle { public get; }
  • Property: virtual string StartStepNextButtonText { public get; public set; }
  • Property: virtual ButtonType StartStepNextButtonType { public get; public set; }
  • Property: virtual ITemplate StepNavigationTemplate { public get; public set; }
  • Property: virtual TableItemStyle StepStyle { public get; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: Style TextBoxStyle { public get; }
  • Property: Style TitleTextStyle { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: string UnknownErrorMessage { public get; public set; }
  • Property: string UserName { public get; public set; }
  • Property: string UserNameLabelText { public get; public set; }
  • Property: string UserNameRequiredErrorMessage { public get; public set; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
  • Property: override WizardStepCollection WizardSteps { public get; }
System.Web.UI.WebControls CreateUserWizardStep ()
n/a public sealed class System.Web.UI.WebControls.CreateUserWizardStep
--> NONE <--
  • Constructor: public CreateUserWizardStep ()
  • Event: public event EventHandler Activate
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Deactivate
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnActivate (EventArgs e)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnDeactivate (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: override bool AllowReturn { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: virtual ITemplate ContentTemplate { public get; public set; }
  • Property: Control ContentTemplateContainer { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: virtual ITemplate CustomNavigationTemplate { public get; public set; }
  • Property: Control CustomNavigationTemplateContainer { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string Name { public get; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: override WizardStepType StepType { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: override string Title { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: Wizard Wizard { public get; }
System.Web.UI.WebControls CustomValidator ()
public class System.Web.UI.WebControls.CustomValidator
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.CustomValidator
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual string AssociatedControlID { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: bool SetFocusOnError { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: bool ValidateEmptyText { public get; public set; }
  • Property: string ValidationGroup { public get; public set; }
System.Web.UI.WebControls.Adapters CalendarAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.CalendarAdapter
--> NONE <--
  • Constructor: public CalendarAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: ProtectedInternal override void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method: ProtectedInternal override void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: protected virtual void RaisePostBackEvent (string eventArgument)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method: ProtectedInternal override object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new Calendar Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters ChangePasswordAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.ChangePasswordAdapter
--> NONE <--
  • Constructor: public ChangePasswordAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method: protected override void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method: protected virtual void RenderInput (HtmlTextWriter writer, const label, Control textBox, Control validator)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new ChangePassword Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters CheckBoxAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.CheckBoxAdapter
--> NONE <--
  • Constructor: public CheckBoxAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method: protected virtual void RenderDisabled (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new CheckBox Control { }
  • Property: protected virtual string InputElementText { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters CreateUserWizardAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.CreateUserWizardAdapter
--> NONE <--
  • Constructor: public CreateUserWizardAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method: protected override void RenderActiveStep (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method: protected virtual void RenderInput (HtmlTextWriter writer, const label, Control textBox, Control validator)
  • Method (i): protected virtual void RenderNavigation (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new CreateUserWizard Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.WebParts CatalogPart ()
n/a public abstract class System.Web.UI.WebControls.WebParts.CatalogPart
--> NONE <--
  • Constructor: protected CatalogPart ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method: public abstract WebPartDescriptionCollection GetAvailableWebPartDescriptions ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public abstract WebPart GetWebPart (WebPartDescription description)
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AllowPaginate { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual PartChromeState ChromeState { public get; public set; }
  • Property: virtual PartChromeType ChromeType { public get; public set; }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: string DefaultButton { public get; public set; }
  • Property: virtual string Description { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual ContentDirection Direction { public get; public set; }
  • Property: string DisplayTitle { public get; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: virtual string GroupingText { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected virtual int MaximumWeight { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: protected virtual bool PaginateChildren { }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ScrollBars ScrollBars { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string Title { public get; public set; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: protected WebPartManager WebPartManager { }
  • Property: protected virtual int Weight { }
  • Property: virtual Unit Width { public get; public set; }
  • Property: virtual bool Wrap { public get; public set; }
  • Property: protected CatalogZoneBase Zone { }
System.Web.UI.WebControls.WebParts CatalogPartChrome ()
n/a public class System.Web.UI.WebControls.WebParts.CatalogPartChrome
--> NONE <--
  • Constructor: public CatalogPartChrome (CatalogZoneBase zone)
  • Method: protected virtual Style CreateCatalogPartChromeStyle (CatalogPart catalogPart, PartChromeType chromeType)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public virtual void RenderCatalogPart (HtmlTextWriter writer, CatalogPart catalogPart)
  • Method: protected virtual void RenderItem (HtmlTextWriter writer, WebPartDescription webPartDescription)
  • Method: protected virtual void RenderItemIcon (HtmlTextWriter writer, string iconUrl)
  • Method: protected virtual void RenderItems (HtmlTextWriter writer, CatalogPart catalogPart)
  • Method: protected virtual void RenderItemText (HtmlTextWriter writer, string value, string text)
  • Method: protected virtual void RenderPartContents (HtmlTextWriter writer, CatalogPart catalogPart)
  • Method: protected virtual void RenderTitle (HtmlTextWriter writer, CatalogPart catalogPart)
  • Method (i): public virtual string ToString ()
  • Property: protected CatalogZoneBase Zone { }
System.Web.UI.WebControls.WebParts CatalogPartCollection ()
n/a public sealed class System.Web.UI.WebControls.WebParts.CatalogPartCollection
--> NONE <--
  • Constructor: public CatalogPartCollection ()
  • Method: public int Add (CatalogPart catalogPart)
  • Method (i): public virtual void Clear ()
  • Method: public bool Contains (CatalogPart catalogPart)
  • Method: public void CopyTo (CatalogPart[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (CatalogPart catalogPart)
  • Method: public void Insert (int index, CatalogPart catalogPart)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnClear ()
  • Method (i): protected virtual void OnClearComplete ()
  • Method (i): protected virtual void OnInsert (int index, object value)
  • Method (i): protected virtual void OnInsertComplete (int index, object value)
  • Method (i): protected virtual void OnRemove (int index, object value)
  • Method (i): protected virtual void OnRemoveComplete (int index, object value)
  • Method (i): protected virtual void OnSet (int index, object oldValue, object newValue)
  • Method (i): protected virtual void OnSetComplete (int index, object oldValue, object newValue)
  • Method: protected override void OnValidate (object value)
  • Method: public void Remove (CatalogPart catalogPart)
  • Method (i): public virtual void RemoveAt (int index)
  • Method (i): public virtual string ToString ()
  • Property: int Capacity { public get; public set; }
  • Property: virtual int Count { public get; }
  • Property: protected ArrayList InnerList { }
  • Property: CatalogPart this [int index] { public get; public set; }
  • Property: CatalogPart this [string id] { public get; }
  • Property: protected IList List { }
System.Web.UI.WebControls.WebParts CatalogZone ()
n/a public class System.Web.UI.WebControls.WebParts.CatalogZone
--> NONE <--
  • Constructor: public CatalogZone ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): protected virtual void Close ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): protected virtual CatalogPartChrome CreateCatalogPartChrome ()
  • Method: protected override CatalogPartCollection CreateCatalogParts ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): ProtectedInternal virtual PartChromeType GetEffectiveChromeType (Part part)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): protected void InvalidateCatalogParts ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual bool LoadPostData (string postDataKey, NameValueCollection postCollection)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): protected virtual void OnDisplayModeChanged (object sender, WebPartDisplayModeEventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnSelectedWebPartChanged (object sender, WebPartEventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void RaisePostBackEvent (string eventArgument)
  • Method (i): protected virtual void RaisePostDataChangedEvent ()
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBody (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderCatalogPartLinks (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderFooter (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderHeader (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderVerb (HtmlTextWriter writer, WebPartVerb verb)
  • Method (i): protected virtual void RenderVerbs (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual WebPartVerb AddVerb { public get; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: WebPartDisplayModeCollection AssociatedDisplayModes { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: virtual Style CatalogItemStyle { public get; }
  • Property: CatalogPartCollection CatalogParts { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual WebPartVerb CloseVerb { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: protected virtual bool Display { }
  • Property: virtual Style EditUIStyle { public get; }
  • Property: virtual string EmptyZoneText { public get; public set; }
  • Property: virtual Style EmptyZoneTextStyle { public get; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: virtual Style ErrorStyle { public get; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Style FooterStyle { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: protected virtual bool HasFooter { }
  • Property: protected virtual bool HasHeader { }
  • Property: virtual WebPartVerb HeaderCloseVerb { public get; }
  • Property: virtual TitleStyle HeaderStyle { public get; }
  • Property: virtual string HeaderText { public get; public set; }
  • Property: virtual Style HeaderVerbStyle { public get; }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: virtual string InstructionText { public get; public set; }
  • Property: virtual Style InstructionTextStyle { public get; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Style LabelStyle { public get; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: int Padding { public get; public set; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual Style PartChromeStyle { public get; }
  • Property: virtual PartChromeType PartChromeType { public get; public set; }
  • Property: virtual Style PartLinkStyle { public get; }
  • Property: virtual TableStyle PartStyle { public get; }
  • Property: virtual TitleStyle PartTitleStyle { public get; }
  • Property: ProtectedInternal bool RenderClientScript { }
  • Property: virtual Style SelectedCatalogItemStyle { public get; }
  • Property: string SelectedCatalogPartID { public get; public set; }
  • Property: virtual Style SelectedPartLinkStyle { public get; }
  • Property: virtual string SelectTargetZoneText { public get; public set; }
  • Property: virtual Style SeparatorStyle { public get; }
  • Property: virtual bool ShowCatalogIcons { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: ButtonType VerbButtonType { public get; public set; }
  • Property: virtual Style VerbStyle { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: protected WebPartManager WebPartManager { }
  • Property: virtual Unit Width { public get; public set; }
  • Property: virtual ITemplate ZoneTemplate { public get; public set; }
System.Web.UI.WebControls.WebParts CatalogZoneBase ()
n/a public abstract class System.Web.UI.WebControls.WebParts.CatalogZoneBase
--> NONE <--
  • Constructor: protected CatalogZoneBase ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method: protected override void Close ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method: protected virtual CatalogPartChrome CreateCatalogPartChrome ()
  • Method: protected abstract CatalogPartCollection CreateCatalogParts ()
  • Method: ProtectedInternal override void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): ProtectedInternal virtual PartChromeType GetEffectiveChromeType (Part part)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method: protected void InvalidateCatalogParts ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method: ProtectedInternal override void LoadControlState (object savedState)
  • Method: protected virtual bool LoadPostData (string postDataKey, NameValueCollection postCollection)
  • Method: protected override void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): protected virtual void OnDisplayModeChanged (object sender, WebPartDisplayModeEventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnSelectedWebPartChanged (object sender, WebPartEventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method: protected override void RaisePostBackEvent (string eventArgument)
  • Method: protected virtual void RaisePostDataChangedEvent ()
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method: protected override void RenderBody (HtmlTextWriter writer)
  • Method: protected virtual void RenderCatalogPartLinks (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method: protected override void RenderFooter (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderHeader (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderVerb (HtmlTextWriter writer, WebPartVerb verb)
  • Method: protected override void RenderVerbs (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method: ProtectedInternal override object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual WebPartVerb AddVerb { public get; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: WebPartDisplayModeCollection AssociatedDisplayModes { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: virtual Style CatalogItemStyle { public get; }
  • Property: CatalogPartCollection CatalogParts { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual WebPartVerb CloseVerb { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: override ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: protected virtual bool Display { }
  • Property: virtual Style EditUIStyle { public get; }
  • Property: override string EmptyZoneText { public get; public set; }
  • Property: virtual Style EmptyZoneTextStyle { public get; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: virtual Style ErrorStyle { public get; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Style FooterStyle { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: protected virtual bool HasFooter { }
  • Property: protected virtual bool HasHeader { }
  • Property: virtual WebPartVerb HeaderCloseVerb { public get; }
  • Property: virtual TitleStyle HeaderStyle { public get; }
  • Property: override string HeaderText { public get; public set; }
  • Property: virtual Style HeaderVerbStyle { public get; }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: override string InstructionText { public get; public set; }
  • Property: virtual Style InstructionTextStyle { public get; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Style LabelStyle { public get; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: int Padding { public get; public set; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual Style PartChromeStyle { public get; }
  • Property: virtual PartChromeType PartChromeType { public get; public set; }
  • Property: virtual Style PartLinkStyle { public get; }
  • Property: virtual TableStyle PartStyle { public get; }
  • Property: virtual TitleStyle PartTitleStyle { public get; }
  • Property: ProtectedInternal bool RenderClientScript { }
  • Property: virtual Style SelectedCatalogItemStyle { public get; }
  • Property: string SelectedCatalogPartID { public get; public set; }
  • Property: virtual Style SelectedPartLinkStyle { public get; }
  • Property: virtual string SelectTargetZoneText { public get; public set; }
  • Property: virtual Style SeparatorStyle { public get; }
  • Property: virtual bool ShowCatalogIcons { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: ButtonType VerbButtonType { public get; public set; }
  • Property: virtual Style VerbStyle { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: protected WebPartManager WebPartManager { }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls.WebParts Connection ()
n/a public sealed class System.Web.UI.WebControls.WebParts.Connection
--> NONE <--
  • Constructor: public Connection ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public override string ToString ()
  • Property: WebPart Consumer { public get; }
  • Property: ConsumerConnectionPoint ConsumerConnectionPoint { public get; }
  • Property: string ConsumerConnectionPointID { public get; public set; }
  • Property: string ConsumerID { public get; public set; }
  • Property: string ID { public get; public set; }
  • Property: bool IsActive { public get; }
  • Property: bool IsShared { public get; }
  • Property: bool IsStatic { public get; }
  • Property: WebPart Provider { public get; }
  • Property: ProviderConnectionPoint ProviderConnectionPoint { public get; }
  • Property: string ProviderConnectionPointID { public get; public set; }
  • Property: string ProviderID { public get; public set; }
  • Property: Transformer Transformer { public get; }
  • Property: TransformerCollection Transformers { public get; }
System.Web.UI.WebControls.WebParts ConnectionCollection ()
n/a public sealed class System.Web.UI.WebControls.WebParts.ConnectionCollection
--> NONE <--
  • Method: public int Add (Connection value)
  • Method (i): public virtual void Clear ()
  • Method: public bool Contains (Connection value)
  • Method: public void CopyTo (Connection[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (Connection value)
  • Method: public void Insert (int index, Connection value)
  • Method (i): protected object MemberwiseClone ()
  • Method: protected override void OnClear ()
  • Method (i): protected virtual void OnClearComplete ()
  • Method: protected override void OnInsert (int index, object value)
  • Method (i): protected virtual void OnInsertComplete (int index, object value)
  • Method: protected override void OnRemove (int index, object value)
  • Method (i): protected virtual void OnRemoveComplete (int index, object value)
  • Method (i): protected virtual void OnSet (int index, object oldValue, object newValue)
  • Method (i): protected virtual void OnSetComplete (int index, object oldValue, object newValue)
  • Method: protected override void OnValidate (object value)
  • Method: public void Remove (Connection value)
  • Method (i): public virtual void RemoveAt (int index)
  • Method (i): public virtual string ToString ()
  • Property: int Capacity { public get; public set; }
  • Property: virtual int Count { public get; }
  • Property: protected ArrayList InnerList { }
  • Property: bool IsReadOnly { public get; }
  • Property: Connection this [int index] { public get; }
  • Property: Connection this [string id] { public get; }
  • Property: protected IList List { }
System.Web.UI.WebControls.WebParts ConnectionConsumerAttribute ()
n/a public attribute System.Web.UI.WebControls.WebParts.ConnectionConsumerAttribute
--> NONE <--
  • Constructor: public ConnectionConsumerAttribute (string name)
  • Constructor: public ConnectionConsumerAttribute (string name, string id)
  • Constructor: public ConnectionConsumerAttribute (string name, string id, Type connectionPointType)
  • Constructor: public ConnectionConsumerAttribute (string name, Type connectionPointType)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool IsDefaultAttribute ()
  • Method (i): public virtual bool Match (object obj)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool AllowsMultipleConnections { public get; public set; }
  • Property: Type ConnectionPointType { public get; }
  • Property: string ID { public get; }
  • Property: virtual string Name { public get; }
  • Property: protected string NameValue { }
  • Property: virtual object TypeId { public get; }
System.Web.UI.WebControls.WebParts ConnectionConsumerCallback ()
n/a public sealed delegate System.Web.UI.WebControls.WebParts.ConnectionConsumerCallback
--> NONE <--
  • Constructor: public ConnectionConsumerCallback (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object connection, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object connection)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls.WebParts ConnectionPoint ()
n/a public abstract class System.Web.UI.WebControls.WebParts.ConnectionPoint
--> NONE <--
  • Field: public static const string DefaultID, Value = default
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual bool GetEnabled (Control control)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool AllowsMultipleConnections { public get; }
  • Property: Type ControlType { public get; }
  • Property: string ID { public get; }
  • Property: Type InterfaceType { public get; }
  • Property: string Name { public get; }
ConnectionPointType ()
n/a public sealed enum System.Web.UI.WebControls.WebParts.ConnectionPointType
                    Consumer = 0,
                    Provider = 1,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls.WebParts ConnectionProviderAttribute ()
n/a public attribute System.Web.UI.WebControls.WebParts.ConnectionProviderAttribute
--> NONE <--
  • Constructor: public ConnectionProviderAttribute (string name)
  • Constructor: public ConnectionProviderAttribute (string name, string id)
  • Constructor: public ConnectionProviderAttribute (string name, string id, Type connectionPointType)
  • Constructor: public ConnectionProviderAttribute (string name, Type connectionPointType)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool IsDefaultAttribute ()
  • Method (i): public virtual bool Match (object obj)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool AllowsMultipleConnections { public get; public set; }
  • Property: Type ConnectionPointType { public get; }
  • Property: string ID { public get; }
  • Property: virtual string Name { public get; }
  • Property: protected string NameValue { }
  • Property: virtual object TypeId { public get; }
System.Web.UI.WebControls.WebParts ConnectionProviderCallback ()
n/a public sealed delegate System.Web.UI.WebControls.WebParts.ConnectionProviderCallback
--> NONE <--
  • Constructor: public ConnectionProviderCallback (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual object EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual object Invoke ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls.WebParts ConnectionsZone ()
n/a public class System.Web.UI.WebControls.WebParts.ConnectionsZone
--> NONE <--
  • Constructor: public ConnectionsZone ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method: protected override void Close ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method: ProtectedInternal override void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): ProtectedInternal virtual PartChromeType GetEffectiveChromeType (Part part)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method: ProtectedInternal override void LoadControlState (object savedState)
  • Method: protected override void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method: protected override void OnDisplayModeChanged (object sender, WebPartDisplayModeEventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method: protected override void OnSelectedWebPartChanged (object sender, WebPartEventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method: protected override void RaisePostBackEvent (string eventArgument)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method: protected override void RenderBody (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderFooter (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderHeader (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderVerb (HtmlTextWriter writer, WebPartVerb verb)
  • Method: protected override void RenderVerbs (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method: ProtectedInternal override object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: WebPartDisplayModeCollection AssociatedDisplayModes { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: virtual WebPartVerb CancelVerb { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual WebPartVerb CloseVerb { public get; }
  • Property: virtual string ConfigureConnectionTitle { public get; public set; }
  • Property: virtual WebPartVerb ConfigureVerb { public get; }
  • Property: virtual string ConnectToConsumerInstructionText { public get; public set; }
  • Property: virtual string ConnectToConsumerText { public get; public set; }
  • Property: virtual string ConnectToConsumerTitle { public get; public set; }
  • Property: virtual string ConnectToProviderInstructionText { public get; public set; }
  • Property: virtual string ConnectToProviderText { public get; public set; }
  • Property: virtual string ConnectToProviderTitle { public get; public set; }
  • Property: virtual WebPartVerb ConnectVerb { public get; }
  • Property: virtual string ConsumersInstructionText { public get; public set; }
  • Property: virtual string ConsumersTitle { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: override ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual WebPartVerb DisconnectVerb { public get; }
  • Property: protected override bool Display { }
  • Property: virtual Style EditUIStyle { public get; }
  • Property: virtual string EmptyZoneText { public get; public set; }
  • Property: virtual Style EmptyZoneTextStyle { public get; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: virtual Style ErrorStyle { public get; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Style FooterStyle { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: virtual string GetFromText { public get; public set; }
  • Property: virtual string GetText { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: protected virtual bool HasFooter { }
  • Property: protected virtual bool HasHeader { }
  • Property: virtual WebPartVerb HeaderCloseVerb { public get; }
  • Property: virtual TitleStyle HeaderStyle { public get; }
  • Property: override string HeaderText { public get; public set; }
  • Property: virtual Style HeaderVerbStyle { public get; }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: override string InstructionText { public get; public set; }
  • Property: virtual Style InstructionTextStyle { public get; }
  • Property: virtual string InstructionTitle { public get; public set; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Style LabelStyle { public get; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual string NoExistingConnectionInstructionText { public get; public set; }
  • Property: virtual string NoExistingConnectionTitle { public get; public set; }
  • Property: int Padding { public get; public set; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual Style PartChromeStyle { public get; }
  • Property: virtual PartChromeType PartChromeType { public get; public set; }
  • Property: virtual TableStyle PartStyle { public get; }
  • Property: virtual TitleStyle PartTitleStyle { public get; }
  • Property: virtual string ProvidersInstructionText { public get; public set; }
  • Property: virtual string ProvidersTitle { public get; public set; }
  • Property: ProtectedInternal bool RenderClientScript { }
  • Property: virtual string SendText { public get; public set; }
  • Property: virtual string SendToText { public get; public set; }
  • Property: virtual Style SeparatorStyle { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: ButtonType VerbButtonType { public get; public set; }
  • Property: virtual Style VerbStyle { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: protected WebPartManager WebPartManager { }
  • Property: protected WebPart WebPartToConnect { }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls.WebParts ConsumerConnectionPoint ()
n/a public class System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint
--> NONE <--
  • Constructor: public ConsumerConnectionPoint (MethodInfo callbackMethod, Type interfaceType, Type controlType, string name, string id, bool allowsMultipleConnections)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual bool GetEnabled (Control control)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public virtual void SetObject (Control control, object data)
  • Method: public virtual bool SupportsConnection (Control control, TypeCollection secondaryInterfaces)
  • Method (i): public virtual string ToString ()
  • Property: bool AllowsMultipleConnections { public get; }
  • Property: Type ControlType { public get; }
  • Property: string ID { public get; }
  • Property: Type InterfaceType { public get; }
  • Property: string Name { public get; }
System.Web.UI.WebControls.WebParts ConsumerConnectionPointCollection ()
n/a public sealed class System.Web.UI.WebControls.WebParts.ConsumerConnectionPointCollection
--> NONE <--
  • Constructor: public ConsumerConnectionPointCollection ()
  • Constructor: public ConsumerConnectionPointCollection (ICollection connectionPoints)
  • Method: public bool Contains (ConsumerConnectionPoint connectionPoint)
  • Method: public void CopyTo (ConsumerConnectionPoint[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (ConsumerConnectionPoint connectionPoint)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: ConsumerConnectionPoint Default { public get; }
  • Property: protected ArrayList InnerList { }
  • Property: ConsumerConnectionPoint this [int index] { public get; }
  • Property: ConsumerConnectionPoint this [string id] { public get; }
System.Web DefaultHttpHandler ()
n/a public class System.Web.DefaultHttpHandler
--> NONE <--
  • Constructor: public DefaultHttpHandler ()
  • Method: public virtual IAsyncResult BeginProcessRequest (HttpContext context, AsyncCallback callback, object state)
  • Method: public virtual void EndProcessRequest (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public virtual void OnExecuteUrlPreconditionFailure ()
  • Method: public virtual string OverrideExecuteUrlPath ()
  • Method: public virtual void ProcessRequest (HttpContext context)
  • Method (i): public virtual string ToString ()
  • Property: protected HttpContext Context { }
  • Property: protected NameValueCollection ExecuteUrlHeaders { }
  • Property: virtual bool IsReusable { public get; }
System.Web.Caching DatabaseNotEnabledForNotificationException ()
n/a public class System.Web.Caching.DatabaseNotEnabledForNotificationException
--> NONE <--
  • Constructor: public DatabaseNotEnabledForNotificationException ()
  • Constructor: protected DatabaseNotEnabledForNotificationException (SerializationInfo info, StreamingContext context)
  • Constructor: public DatabaseNotEnabledForNotificationException (string message)
  • Constructor: public DatabaseNotEnabledForNotificationException (string message, Exception innerException)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Exception GetBaseException ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public virtual Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: virtual IDictionary Data { public get; }
  • Property: virtual string HelpLink { public get; public set; }
  • Property: protected int HResult { }
  • Property: virtual Exception InnerException { public get; }
  • Property: virtual string Message { public get; }
  • Property: virtual string Source { public get; public set; }
  • Property: virtual string StackTrace { public get; }
  • Property: virtual MethodBase TargetSite { public get; }
System.Web.Compilation DataBindingExpressionBuilder ()
n/a public class System.Web.Compilation.DataBindingExpressionBuilder
--> NONE <--
  • Constructor: public DataBindingExpressionBuilder ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): public virtual object EvaluateExpression (object target, BoundPropertyEntry entry, object parsedData, ExpressionBuilderContext context)
  • Method (i): protected virtual void Finalize ()
  • Method: public override CodeExpression GetCodeExpression (BoundPropertyEntry entry, object parsedData, ExpressionBuilderContext context)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual object ParseExpression (BoundPropertyEntry entry, ExpressionBuilderContext context)
  • Method (i): public virtual string ToString ()
  • Property: virtual bool SupportsEvaluate { public get; }
System.Web.Compilation DesignTimeResourceProviderFactoryAttribute ()
n/a public sealed attribute System.Web.Compilation.DesignTimeResourceProviderFactoryAttribute
--> NONE <--
  • Constructor: public DesignTimeResourceProviderFactoryAttribute (string factoryTypeName)
  • Constructor: public DesignTimeResourceProviderFactoryAttribute (Type factoryType)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override bool IsDefaultAttribute ()
  • Method (i): public virtual bool Match (object obj)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string FactoryTypeName { public get; }
  • Property: virtual object TypeId { public get; }
System.Web.Configuration DiskCache ()
n/a public sealed class System.Web.Configuration.DiskCache
--> NONE <--
  • Constructor: public DiskCache ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: bool Enabled { public get; public set; }
  • Property: int MaxSizePerApp { public get; public set; }
  • Property: string Path { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
System.Web.Handlers DynamicContentHandler ()
n/a public class System.Web.Handlers.DynamicContentHandler
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: protected virtual void HandleMissingData (Stream outputStream)
  • Method (i): protected object MemberwiseClone ()
  • Method: protected virtual void ProcessData (Stream inputStream, Stream outputStream)
  • Method (i): public virtual string ToString ()
  • Property: protected HttpContext Context { }
  • Property: protected virtual bool IsReusable { }
System.Web.Profile DefaultHttpProfile ()
n/a public class System.Web.Profile.DefaultHttpProfile
--> NONE <--
  • Constructor: public DefaultHttpProfile ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public HttpProfileGroupBase GetProfileGroup (string groupName)
  • Method (i): public object GetPropertyValue (string propertyName)
  • Method (i): public Type GetType ()
  • Method (i): public void Initialize (string username, bool isAuthenticated)
  • Method (i): public void Initialize (SettingsContext context, SettingsPropertyCollection properties, SettingsProviderCollection providers)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual void Save ()
  • Method (i): public void SetPropertyValue (string propertyName, object propertyValue)
  • Method (i): public virtual string ToString ()
  • Property: virtual SettingsContext Context { public get; }
  • Property: bool IsAnonymous { public get; }
  • Property: bool IsDirty { public get; }
  • Property: virtual object this [string propertyName] { public get; public set; }
  • Property: DateTime LastActivityDate { public get; }
  • Property: DateTime LastUpdatedDate { public get; }
  • Property: virtual SettingsPropertyCollection Properties { public get; }
  • Property: virtual SettingsPropertyValueCollection PropertyValues { public get; }
  • Property: virtual SettingsProviderCollection Providers { public get; }
  • Property: string UserName { public get; }
public sealed class System.Web.UI.DataBinder ()
--> NONE <--
  • Method: public static object GetDataItem (object container)
  • Method: public static object GetDataItem (object container, out bool foundDataItem)
public sealed class System.Web.UI.DataBindingCollection ()
--> NONE <--
  • Event: public event EventHandler Changed
  • Method: public bool Contains (string propName)
public sealed attribute System.Web.UI.DataBindingHandlerAttribute ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): public virtual int GetHashCode ()
  • Method: public override bool Equals (object obj)
  • Method: public override int GetHashCode ()
System.Web.UI DataBoundLiteralControl ()
public sealed class System.Web.UI.DataBoundLiteralControl
(Please hover your mouse over the type to see the inheritance signatures)
public sealed class System.Web.UI.DataBoundLiteralControl
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method: protected override void Render (HtmlTextWriter output)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: ProtectedInternal override void Render (HtmlTextWriter output)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
System.Web.UI DataSourceCacheDurationConverter ()
n/a public class System.Web.UI.DataSourceCacheDurationConverter
--> NONE <--
  • Constructor: public DataSourceCacheDurationConverter ()
  • Method (i): public bool CanConvertFrom (Type sourceType)
  • Method: public override bool CanConvertFrom (ITypeDescriptorContext context, Type sourceType)
  • Method (i): public bool CanConvertTo (Type destinationType)
  • Method: public override bool CanConvertTo (ITypeDescriptorContext context, Type destinationType)
  • Method (i): public object ConvertFrom (object value)
  • Method: public override object ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value)
  • Method (i): public object ConvertFromInvariantString (string text)
  • Method (i): public object ConvertFromInvariantString (ITypeDescriptorContext context, string text)
  • Method (i): public object ConvertFromString (string text)
  • Method (i): public object ConvertFromString (ITypeDescriptorContext context, CultureInfo culture, string text)
  • Method (i): public object ConvertFromString (ITypeDescriptorContext context, string text)
  • Method (i): public object ConvertTo (object value, Type destinationType)
  • Method: public override object ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
  • Method (i): public string ConvertToInvariantString (object value)
  • Method (i): public string ConvertToInvariantString (ITypeDescriptorContext context, object value)
  • Method (i): public string ConvertToString (object value)
  • Method (i): public string ConvertToString (ITypeDescriptorContext context, CultureInfo culture, object value)
  • Method (i): public string ConvertToString (ITypeDescriptorContext context, object value)
  • Method (i): public object CreateInstance (IDictionary propertyValues)
  • Method (i): public virtual object CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): protected Exception GetConvertFromException (object value)
  • Method (i): protected Exception GetConvertToException (object value, Type destinationType)
  • Method (i): public bool GetCreateInstanceSupported ()
  • Method (i): public virtual bool GetCreateInstanceSupported (ITypeDescriptorContext context)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public PropertyDescriptorCollection GetProperties (object value)
  • Method (i): public PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value)
  • Method (i): public virtual PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value, attribute[] attributes)
  • Method (i): public bool GetPropertiesSupported ()
  • Method (i): public virtual bool GetPropertiesSupported (ITypeDescriptorContext context)
  • Method (i): public ICollection GetStandardValues ()
  • Method: public override StandardValuesCollection GetStandardValues (ITypeDescriptorContext context)
  • Method (i): public bool GetStandardValuesExclusive ()
  • Method: public override bool GetStandardValuesExclusive (ITypeDescriptorContext context)
  • Method (i): public bool GetStandardValuesSupported ()
  • Method: public override bool GetStandardValuesSupported (ITypeDescriptorContext context)
  • Method (i): public Type GetType ()
  • Method (i): public bool IsValid (object value)
  • Method (i): public virtual bool IsValid (ITypeDescriptorContext context, object value)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected PropertyDescriptorCollection SortProperties (PropertyDescriptorCollection props, string[] names)
  • Method (i): public virtual string ToString ()
DataSourceCacheExpiry ()
n/a public sealed enum System.Web.UI.DataSourceCacheExpiry
                    Absolute = 0,
                    Sliding = 1,
--> NONE <-- --> NONE <--
DataSourceCapabilities ()
n/a public sealed enum System.Web.UI.DataSourceCapabilities
                    None = 0,
                    Sort = 1,
                    Page = 2,
                    RetrieveTotalRowCount = 4,
--> NONE <-- --> NONE <--
System.Web.UI DataSourceControl ()
n/a public abstract class System.Web.UI.DataSourceControl
--> NONE <--
  • Constructor: protected DataSourceControl ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method: protected override ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method: public override void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: protected virtual DataSourceView GetView (string viewName)
  • Method: protected virtual ICollection GetViewNames ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method: protected virtual void RaiseDataSourceChangedEvent (EventArgs e)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: override string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: override ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: override bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: override string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: override bool Visible { public get; public set; }
System.Web.UI DataSourceControlBuilder ()
n/a public sealed class System.Web.UI.DataSourceControlBuilder
--> NONE <--
  • Constructor: public DataSourceControlBuilder ()
  • Method (i): public void AddCollectionItem (ControlBuilder builder)
  • Method (i): public void AddComplexProperty (string filter, string name, ControlBuilder builder)
  • Method (i): public void AddTemplateProperty (string filter, string name, TemplateBuilder builder)
  • Method: public override bool AllowWhitespaceLiterals ()
  • Method (i): public virtual void AppendLiteralString (string s)
  • Method (i): public virtual void AppendSubBuilder (ControlBuilder subBuilder)
  • Method (i): public virtual object BuildObject ()
  • Method (i): public virtual void CloseControl ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Type GetChildControlType (string tagName, IDictionary attribs)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasBody ()
  • Method (i): public virtual bool HtmlDecodeLiterals ()
  • Method (i): public virtual void Init (TemplateParser parser, ControlBuilder parentBuilder, Type type, string tagName, string id, IDictionary attribs)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual bool NeedsTagInnerText ()
  • Method (i): public virtual void OnAppendToParentBuilder (ControlBuilder parentBuilder)
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Method (i): public virtual void SetTagInnerText (string text)
  • Method (i): public virtual string ToString ()
  • Property: virtual Type BindingContainerType { public get; }
  • Property: Type ControlType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool FChildrenAsProperties { }
  • Property: protected bool FIsNonParserAccessor { }
  • Property: bool HasAspCode { public get; }
  • Property: string ID { public get; public set; }
  • Property: protected bool InDesigner { }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: Type NamingContainerType { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: string TagName { public get; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
DataSourceOperation ()
n/a public sealed enum System.Web.UI.DataSourceOperation
                    Delete = 0,
                    Insert = 1,
                    Select = 2,
                    Update = 3,
                    SelectCount = 4,
--> NONE <-- --> NONE <--
System.Web.UI DataSourceSelectArguments ()
n/a public sealed class System.Web.UI.DataSourceSelectArguments
--> NONE <--
  • Constructor: public DataSourceSelectArguments ()
  • Constructor: public DataSourceSelectArguments (int startRowIndex, int maximumRows)
  • Constructor: public DataSourceSelectArguments (string sortExpression)
  • Constructor: public DataSourceSelectArguments (string sortExpression, int startRowIndex, int maximumRows)
  • Field: public static readonly DataSourceSelectArguments Empty
  • Method: public void AddSupportedCapabilities (DataSourceCapabilities capabilities)
  • Method: public override bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public void RaiseUnsupportedCapabilitiesError (DataSourceView view)
  • Method (i): public virtual string ToString ()
  • Property: bool IsEmpty { public get; }
  • Property: int MaximumRows { public get; public set; }
  • Property: bool RetrieveTotalRowCount { public get; public set; }
  • Property: string SortExpression { public get; public set; }
  • Property: int StartRowIndex { public get; public set; }
  • Property: int TotalRowCount { public get; public set; }
System.Web.UI DataSourceView ()
n/a public abstract class System.Web.UI.DataSourceView
--> NONE <--
  • Constructor: protected DataSourceView (IDataSource owner, string viewName)
  • Event: public event EventHandler DataSourceViewChanged
  • Method: public virtual void Delete (IDictionary keys, IDictionary oldValues, DataSourceViewOperationCallback callback)
  • Method (i): public virtual bool Equals (object obj)
  • Method: protected virtual int ExecuteDelete (IDictionary keys, IDictionary oldValues)
  • Method: protected virtual int ExecuteInsert (IDictionary values)
  • Method: ProtectedInternal abstract IEnumerable ExecuteSelect (DataSourceSelectArguments arguments)
  • Method: protected virtual int ExecuteUpdate (IDictionary keys, IDictionary values, IDictionary oldValues)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public virtual void Insert (IDictionary values, DataSourceViewOperationCallback callback)
  • Method (i): protected object MemberwiseClone ()
  • Method: protected virtual void OnDataSourceViewChanged (EventArgs e)
  • Method: ProtectedInternal virtual void RaiseUnsupportedCapabilityError (DataSourceCapabilities capability)
  • Method: public virtual void Select (DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback)
  • Method (i): public virtual string ToString ()
  • Method: public virtual void Update (IDictionary keys, IDictionary values, IDictionary oldValues, DataSourceViewOperationCallback callback)
  • Property: virtual bool CanDelete { public get; }
  • Property: virtual bool CanInsert { public get; }
  • Property: virtual bool CanPage { public get; }
  • Property: virtual bool CanRetrieveTotalRowCount { public get; }
  • Property: virtual bool CanSort { public get; }
  • Property: virtual bool CanUpdate { public get; }
  • Property: protected EventHandlerList Events { }
  • Property: string Name { public get; }
System.Web.UI DataSourceViewOperationCallback ()
n/a public sealed delegate System.Web.UI.DataSourceViewOperationCallback
--> NONE <--
  • Constructor: public DataSourceViewOperationCallback (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (int affectedRecords, Exception ex, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual bool EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual bool Invoke (int affectedRecords, Exception ex)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI DataSourceViewSelectCallback ()
n/a public sealed delegate System.Web.UI.DataSourceViewSelectCallback
--> NONE <--
  • Constructor: public DataSourceViewSelectCallback (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (IEnumerable data, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (IEnumerable data)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI DesignerDataBoundLiteralControl ()
public sealed class System.Web.UI.DesignerDataBoundLiteralControl
(Please hover your mouse over the type to see the inheritance signatures)
public sealed class System.Web.UI.DesignerDataBoundLiteralControl
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method: protected override void Render (HtmlTextWriter output)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: ProtectedInternal override void Render (HtmlTextWriter output)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
public sealed class System.Web.UI.DesignTimeParseData ()
--> NONE <--
  • Constructor: public DesignTimeParseData (IDesignerHost designerHost, string parseText, string filter)
  • Property: bool ApplyTheme { public get; public set; }
  • Property: string Filter { public get; }
  • Property: ICollection UserControlRegisterEntries { public get; }
public sealed class System.Web.UI.DesignTimeTemplateParser ()
--> NONE <--
  • Method: public static Control[] ParseControls (DesignTimeParseData data)
  • Method: public static ControlBuilder ParseTheme (IDesignerHost host, string theme, string themePath)
System.Web.UI.Adapters DataBoundLiteralControlAdapter ()
n/a public class System.Web.UI.Adapters.DataBoundLiteralControlAdapter
--> NONE <--
  • Constructor: public DataBoundLiteralControlAdapter ()
  • Method: ProtectedInternal override void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method: ProtectedInternal override void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: new DataBoundLiteralControl Control { public get; }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls DataBoundControl ()
n/a public abstract class System.Web.UI.WebControls.DataBoundControl
--> NONE <--
  • Constructor: protected DataBoundControl ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler DataBound
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): protected void ConfirmInitState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method: protected virtual DataSourceSelectArguments CreateDataSourceSelectArguments ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): protected void EnsureDataBound ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method: protected DataSourceView GetData ()
  • Method: protected IDataSource GetDataSource ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method: protected void MarkAsDataBound ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): protected virtual void OnDataBound (EventArgs e)
  • Method: protected override void OnDataPropertyChanged ()
  • Method: protected virtual void OnDataSourceViewChanged (object sender, EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method: ProtectedInternal override void OnLoad (EventArgs e)
  • Method: protected override void OnPagePreLoad (object sender, EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: ProtectedInternal virtual void PerformDataBinding (IEnumerable data)
  • Method: protected override void PerformSelect ()
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Method: protected override void ValidateDataSource (object dataSource)
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: virtual string DataMember { public get; public set; }
  • Property: virtual object DataSource { public get; public set; }
  • Property: override string DataSourceID { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: protected bool Initialized { }
  • Property: protected bool IsBoundUsingDataSourceID { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: protected bool RequiresDataBinding { }
  • Property: protected DataSourceSelectArguments SelectArguments { }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
DataControlCellType ()
n/a public sealed enum System.Web.UI.WebControls.DataControlCellType
                    Header = 0,
                    Footer = 1,
                    DataCell = 2,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls DataControlCommands ()
n/a public sealed class System.Web.UI.WebControls.DataControlCommands
--> NONE <--
  • Field: public static const string CancelCommandName, Value = Cancel
  • Field: public static const string DeleteCommandName, Value = Delete
  • Field: public static const string EditCommandName, Value = Edit
  • Field: public static const string FirstPageCommandArgument, Value = First
  • Field: public static const string InsertCommandName, Value = Insert
  • Field: public static const string LastPageCommandArgument, Value = Last
  • Field: public static const string NewCommandName, Value = New
  • Field: public static const string NextPageCommandArgument, Value = Next
  • Field: public static const string PageCommandName, Value = Page
  • Field: public static const string PreviousPageCommandArgument, Value = Prev
  • Field: public static const string SelectCommandName, Value = Select
  • Field: public static const string SortCommandName, Value = Sort
  • Field: public static const string UpdateCommandName, Value = Update
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
System.Web.UI.WebControls DataControlField ()
n/a public abstract class System.Web.UI.WebControls.DataControlField
--> NONE <--
  • Constructor: protected DataControlField ()
  • Method (i): public virtual bool Equals (object obj)
  • Method: public virtual void ExtractValuesFromCell (IOrderedDictionary dictionary, DataControlFieldCell cell, DataControlRowState rowState, bool includeReadOnly)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public virtual bool Initialize (bool sortingEnabled, Control control)
  • Method: public virtual void InitializeCell (DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex)
  • Method: protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method: protected virtual void OnFieldChanged ()
  • Method: protected virtual object SaveViewState ()
  • Method: public override string ToString ()
  • Method: protected virtual void TrackViewState ()
  • Method: public virtual void ValidateSupportsCallback ()
  • Property: virtual string AccessibleHeaderText { public get; public set; }
  • Property: protected Control Control { }
  • Property: virtual Style ControlStyle { public get; }
  • Property: protected bool DesignMode { }
  • Property: virtual TableItemStyle FooterStyle { public get; }
  • Property: virtual string FooterText { public get; public set; }
  • Property: virtual string HeaderImageUrl { public get; public set; }
  • Property: virtual TableItemStyle HeaderStyle { public get; }
  • Property: virtual string HeaderText { public get; public set; }
  • Property: protected bool IsTrackingViewState { }
  • Property: virtual TableItemStyle ItemStyle { public get; }
  • Property: virtual bool ShowHeader { public get; public set; }
  • Property: virtual string SortExpression { public get; public set; }
  • Property: protected StateBag ViewState { }
  • Property: bool Visible { public get; public set; }
System.Web.UI.WebControls DataControlFieldCell ()
n/a public class System.Web.UI.WebControls.DataControlFieldCell
--> NONE <--
  • Constructor: protected DataControlFieldCell (HtmlTextWriterTag tagKey, DataControlField containingField)
  • Constructor: public DataControlFieldCell (DataControlField containingField)
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual String[] AssociatedHeaderCellID { public get; public set; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual int ColumnSpan { public get; public set; }
  • Property: DataControlField ContainingField { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual int RowSpan { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string Text { public get; public set; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: virtual VerticalAlign VerticalAlign { public get; public set; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
  • Property: virtual bool Wrap { public get; public set; }
System.Web.UI.WebControls DataControlFieldCollection ()
n/a public sealed class System.Web.UI.WebControls.DataControlFieldCollection
--> NONE <--
  • Constructor: public DataControlFieldCollection ()
  • Event: public event EventHandler FieldsChanged
  • Method: public void Add (DataControlField field)
  • Method (i): public void Clear ()
  • Method: public bool Contains (DataControlField field)
  • Method (i): public virtual void CopyTo (Array array, int index)
  • Method: public void CopyTo (DataControlField[] array, int index)
  • Method: protected override object CreateKnownType (int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method: protected override Type[] GetKnownTypes ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (DataControlField field)
  • Method: public void Insert (int index, DataControlField field)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnClear ()
  • Method: protected override void OnClearComplete ()
  • Method (i): protected virtual void OnInsert (int index, object value)
  • Method: protected override void OnInsertComplete (int index, object value)
  • Method (i): protected virtual void OnRemove (int index, object value)
  • Method: protected override void OnRemoveComplete (int index, object value)
  • Method: protected override void OnValidate (object o)
  • Method: public void Remove (DataControlField field)
  • Method: public void RemoveAt (int index)
  • Method (i): public void SetDirty ()
  • Method: protected override void SetDirtyObject (object o)
  • Method (i): public virtual string ToString ()
  • Property: int Count { public get; }
  • Property: DataControlField this [int index] { public get; }
System.Web.UI.WebControls DataControlFieldHeaderCell ()
n/a public class System.Web.UI.WebControls.DataControlFieldHeaderCell
--> NONE <--
  • Constructor: public DataControlFieldHeaderCell (DataControlField containingField)
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method: protected override void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AbbreviatedText { public get; public set; }
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual String[] AssociatedHeaderCellID { public get; public set; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual int ColumnSpan { public get; public set; }
  • Property: DataControlField ContainingField { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual int RowSpan { public get; public set; }
  • Property: virtual TableHeaderScope Scope { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string Text { public get; public set; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: virtual VerticalAlign VerticalAlign { public get; public set; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
  • Property: virtual bool Wrap { public get; public set; }
DataControlRowState ()
n/a public sealed enum System.Web.UI.WebControls.DataControlRowState
                    Normal = 0,
                    Alternate = 1,
                    Selected = 2,
                    Edit = 4,
                    Insert = 8,
--> NONE <-- --> NONE <--
DataControlRowType ()
n/a public sealed enum System.Web.UI.WebControls.DataControlRowType
                    Header = 0,
                    Footer = 1,
                    DataRow = 2,
                    Separator = 3,
                    Pager = 4,
                    EmptyDataRow = 5,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls DataGrid ()
public class System.Web.UI.WebControls.DataGrid
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.DataGrid
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method: protected override void PrepareControlHierarchy ()
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual DataSourceSelectArguments CreateDataSourceSelectArguments ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): protected void EnsureDataBound ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected IEnumerable GetData ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void OnDataPropertyChanged ()
  • Method (i): protected virtual void OnDataSourceViewChanged (object sender, EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: ProtectedInternal override void PrepareControlHierarchy ()
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual string Caption { public get; public set; }
  • Property: virtual TableCaptionAlign CaptionAlign { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: virtual string DataSourceID { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual Style DetailLinkStyle { public get; }
  • Property: string DetailNextRowText { public get; public set; }
  • Property: string DetailPreviousRowText { public get; public set; }
  • Property: string DetailSummaryText { public get; public set; }
  • Property: Style DetailTitleStyle { public get; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: protected bool Initialized { }
  • Property: protected bool IsBoundUsingDataSourceID { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected bool RequiresDataBinding { }
  • Property: protected DataSourceSelectArguments SelectArguments { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: Style SummaryTitleStyle { public get; }
  • Property: string SummaryViewColumn { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual bool UseAccessibleHeader { public get; public set; }
public abstract class System.Web.UI.WebControls.DataGridColumn ()
  • Constructor: public DataGridColumn ()
  • Constructor: protected DataGridColumn ()
System.Web.UI.WebControls DataGridItem ()
public class System.Web.UI.WebControls.DataGridItem
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.DataGridItem
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: virtual TableRowSection TableSection { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
public sealed class System.Web.UI.WebControls.DataGridPagerStyle ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void FillStyleAttributes (CssStyleCollection attributes, IUrlResolutionService urlResolver)
  • Method (i): public CssStyleCollection GetStyleAttributes (IUrlResolutionService urlResolver)
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method (i): public void SetDirty ()
  • Property: protected virtual bool CanRaiseEvents { }
  • Property: string RegisteredCssClass { public get; }
System.Web.UI.WebControls DataKey ()
n/a public class System.Web.UI.WebControls.DataKey
--> NONE <--
  • Constructor: public DataKey (IOrderedDictionary keyTable)
  • Constructor: public DataKey (IOrderedDictionary keyTable, string[] keyNames)
  • Method: public virtual IOrderedDictionary AllValues ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public virtual object GetValueByIndex (int index)
  • Method: public virtual object GetValueByName (string name)
  • Method: protected virtual void LoadViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method: protected virtual object SaveViewState ()
  • Method (i): public virtual string ToString ()
  • Method: protected virtual void TrackViewState ()
  • Property: protected virtual bool IsTrackingViewState { }
  • Property: virtual object Value { public get; }
System.Web.UI.WebControls DataKeyArray ()
n/a public sealed class System.Web.UI.WebControls.DataKeyArray
--> NONE <--
  • Constructor: public DataKeyArray (ArrayList keys)
  • Method: public void CopyTo (DataKey[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: bool IsReadOnly { public get; }
  • Property: virtual bool IsSynchronized { public get; }
  • Property: DataKey this [int index] { public get; }
  • Property: virtual object SyncRoot { public get; }
System.Web.UI.WebControls DataList ()
public class System.Web.UI.WebControls.DataList
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.DataList
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method: protected override void PrepareControlHierarchy ()
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method: protected override void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual DataSourceSelectArguments CreateDataSourceSelectArguments ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): protected void EnsureDataBound ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected IEnumerable GetData ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method: ProtectedInternal override void LoadControlState (object savedState)
  • Method (i): protected virtual void OnDataPropertyChanged ()
  • Method (i): protected virtual void OnDataSourceViewChanged (object sender, EventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: ProtectedInternal override void PrepareControlHierarchy ()
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method: ProtectedInternal override void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method: ProtectedInternal override object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method: protected void SetVisibleItems (int firstItem, int itemCount)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual string Caption { public get; public set; }
  • Property: virtual TableCaptionAlign CaptionAlign { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: virtual string DataSourceID { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected int FirstVisibleItemIndex { }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: protected bool Initialized { }
  • Property: protected bool IsBoundUsingDataSourceID { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected int ItemCount { }
  • Property: protected int ItemWeight { }
  • Property: virtual int MaximumWeight { public get; }
  • Property: protected bool RequiresDataBinding { }
  • Property: protected DataSourceSelectArguments SelectArguments { }
  • Property: object SelectedValue { public get; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual bool UseAccessibleHeader { public get; public set; }
  • Property: protected int VisibleItemCount { }
System.Web.UI.WebControls DataListItem ()
public class System.Web.UI.WebControls.DataListItem
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.DataListItem
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
System.Web.UI.WebControls DataSetDataSource ()
n/a public class System.Web.UI.WebControls.DataSetDataSource
--> NONE <--
  • Constructor: public DataSetDataSource ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method: public DataSet GetDataSet ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: protected override DataSourceView GetView (string viewName)
  • Method: protected override ICollection GetViewNames ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected override void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void RaiseDataSourceChangedEvent (EventArgs e)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method: public void Save ()
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual bool AutoSave { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual int CacheDuration { public get; public set; }
  • Property: virtual DataSourceCacheExpiry CacheExpirationPolicy { public get; public set; }
  • Property: virtual string CacheKeyDependency { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: virtual string Data { public get; public set; }
  • Property: virtual string DataFile { public get; public set; }
  • Property: virtual string DataMember { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableCaching { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: string FilterExpression { public get; public set; }
  • Property: ParameterCollection FilterParameters { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual bool ReadOnly { public get; public set; }
  • Property: virtual string Schema { public get; public set; }
  • Property: virtual string SchemaFile { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
System.Web.UI.WebControls DataSetDataSourceView ()
n/a public sealed class System.Web.UI.WebControls.DataSetDataSourceView
--> NONE <--
  • Event: public event EventHandler DataSourceViewChanged
  • Method: public int Delete (IDictionary keys, IDictionary oldValues)
  • Method (i): public virtual void Delete (IDictionary keys, IDictionary oldValues, DataSourceViewOperationCallback callback)
  • Method (i): public virtual bool Equals (object obj)
  • Method: protected override int ExecuteDelete (IDictionary keys, IDictionary oldValues)
  • Method: protected override int ExecuteInsert (IDictionary values)
  • Method: ProtectedInternal override IEnumerable ExecuteSelect (DataSourceSelectArguments arguments)
  • Method: protected override int ExecuteUpdate (IDictionary keys, IDictionary values, IDictionary oldValues)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public int Insert (IDictionary values)
  • Method (i): public virtual void Insert (IDictionary values, DataSourceViewOperationCallback callback)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnDataSourceViewChanged (EventArgs e)
  • Method (i): ProtectedInternal virtual void RaiseUnsupportedCapabilityError (DataSourceCapabilities capability)
  • Method: public IEnumerable Select (DataSourceSelectArguments arguments)
  • Method (i): public virtual void Select (DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback)
  • Method (i): public virtual string ToString ()
  • Method: public int Update (IDictionary keys, IDictionary values, IDictionary oldValues)
  • Method (i): public virtual void Update (IDictionary keys, IDictionary values, IDictionary oldValues, DataSourceViewOperationCallback callback)
  • Property: override bool CanDelete { public get; }
  • Property: override bool CanInsert { public get; }
  • Property: virtual bool CanPage { public get; }
  • Property: virtual bool CanRetrieveTotalRowCount { public get; }
  • Property: override bool CanSort { public get; }
  • Property: override bool CanUpdate { public get; }
  • Property: protected EventHandlerList Events { }
  • Property: string Name { public get; }
public sealed class System.Web.UI.WebControls.DayRenderEventArgs ()
--> NONE <--
  • Constructor: public DayRenderEventArgs (TableCell cell, CalendarDay day, string selectUrl)
  • Property: string SelectUrl { public get; }
System.Web.UI.WebControls DetailsView ()
n/a public class System.Web.UI.WebControls.DetailsView
--> NONE <--
  • Constructor: public DetailsView ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler DataBound
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event DetailsViewCommandEventHandler ItemCommand
  • Event: public event EventHandler ItemCreated
  • Event: public event DetailsViewDeletedEventHandler ItemDeleted
  • Event: public event DetailsViewDeleteEventHandler ItemDeleting
  • Event: public event DetailsViewInsertedEventHandler ItemInserted
  • Event: public event DetailsViewInsertEventHandler ItemInserting
  • Event: public event DetailsViewUpdatedEventHandler ItemUpdated
  • Event: public event DetailsViewUpdateEventHandler ItemUpdating
  • Event: public event EventHandler Load
  • Event: public event EventHandler ModeChanged
  • Event: public event DetailsViewModeEventHandler ModeChanging
  • Event: public event EventHandler PageIndexChanged
  • Event: public event DetailsViewPageEventHandler PageIndexChanging
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method: public void ChangeMode (DetailsViewMode newMode)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): protected void ConfirmInitState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method: protected virtual AutoGeneratedField CreateAutoGeneratedRow (AutoGeneratedFieldProperties fieldProperties)
  • Method: protected virtual ICollection CreateAutoGeneratedRows (object dataItem)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method: protected override int CreateChildControls (IEnumerable dataSource, bool dataBinding)
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method: protected override Style CreateControlStyle ()
  • Method: protected override DataSourceSelectArguments CreateDataSourceSelectArguments ()
  • Method: protected virtual ICollection CreateFieldSet (object dataItem, bool useDataSource)
  • Method: protected virtual DetailsViewRow CreateRow (int itemIndex, DataControlRowType rowType, DataControlRowState rowState)
  • Method: protected virtual ChildTable CreateTable ()
  • Method: public override void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): protected void EnsureDataBound ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method: protected virtual void ExtractRowValues (IOrderedDictionary fieldValues, bool excludeReadOnlyFields, bool includeKeys)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected DataSourceView GetData ()
  • Method (i): protected IDataSource GetDataSource ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method: protected virtual void InitializePager (DetailsViewRow row, PagedDataSource pagedDataSource)
  • Method: protected virtual void InitializeRow (DetailsViewRow row, DataControlField field)
  • Method: public virtual bool IsBindableType (Type type)
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method: ProtectedInternal override void LoadControlState (object savedState)
  • Method: protected override void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected void MarkAsDataBound ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method: protected override bool OnBubbleEvent (object source, EventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): protected virtual void OnDataBound (EventArgs e)
  • Method (i): protected virtual void OnDataPropertyChanged ()
  • Method: protected override void OnDataSourceViewChanged (object sender, EventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method: protected virtual void OnItemCommand (DetailsViewCommandEventArgs e)
  • Method: protected virtual void OnItemCreated (EventArgs e)
  • Method: protected virtual void OnItemDeleted (DetailsViewDeletedEventArgs e)
  • Method: protected virtual void OnItemDeleting (DetailsViewDeleteEventArgs e)
  • Method: protected virtual void OnItemInserted (DetailsViewInsertedEventArgs e)
  • Method: protected virtual void OnItemInserting (DetailsViewInsertEventArgs e)
  • Method: protected virtual void OnItemUpdated (DetailsViewUpdatedEventArgs e)
  • Method: protected virtual void OnItemUpdating (DetailsViewUpdateEventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: protected virtual void OnModeChanged (EventArgs e)
  • Method: protected virtual void OnModeChanging (DetailsViewModeEventArgs e)
  • Method: protected virtual void OnPageIndexChanged (EventArgs e)
  • Method: protected virtual void OnPageIndexChanging (DetailsViewPageEventArgs e)
  • Method (i): protected virtual void OnPagePreLoad (object sender, EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: ProtectedInternal override void PerformDataBinding (IEnumerable data)
  • Method (i): protected virtual void PerformSelect ()
  • Method: ProtectedInternal virtual void PrepareControlHierarchy ()
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method: ProtectedInternal override object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Method (i): protected virtual void ValidateDataSource (object dataSource)
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AllowPaging { public get; public set; }
  • Property: virtual TableItemStyle AlternatingRowStyle { public get; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual bool AutoGenerateDeleteButton { public get; public set; }
  • Property: virtual bool AutoGenerateEditButton { public get; public set; }
  • Property: virtual bool AutoGenerateInsertButton { public get; public set; }
  • Property: virtual bool AutoGenerateRows { public get; public set; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: virtual DetailsViewRow BottomPagerRow { public get; }
  • Property: virtual string Caption { public get; public set; }
  • Property: virtual TableCaptionAlign CaptionAlign { public get; public set; }
  • Property: virtual int CellPadding { public get; public set; }
  • Property: virtual int CellSpacing { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual TableItemStyle CommandRowStyle { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: DetailsViewMode CurrentMode { public get; }
  • Property: virtual object DataItem { public get; }
  • Property: int DataItemCount { public get; }
  • Property: virtual int DataItemIndex { public get; }
  • Property: DataKey DataKey { public get; }
  • Property: virtual String[] DataKeyNames { public get; public set; }
  • Property: virtual string DataMember { public get; public set; }
  • Property: virtual object DataSource { public get; public set; }
  • Property: virtual string DataSourceID { public get; public set; }
  • Property: virtual DetailsViewMode DefaultMode { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual TableItemStyle EditRowStyle { public get; }
  • Property: virtual TableItemStyle EmptyDataRowStyle { public get; }
  • Property: virtual ITemplate EmptyDataTemplate { public get; public set; }
  • Property: virtual string EmptyDataText { public get; public set; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnablePagingCallbacks { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual TableItemStyle FieldHeaderStyle { public get; }
  • Property: virtual DataControlFieldCollection Fields { public get; }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual DetailsViewRow FooterRow { public get; }
  • Property: virtual TableItemStyle FooterStyle { public get; }
  • Property: virtual ITemplate FooterTemplate { public get; public set; }
  • Property: virtual string FooterText { public get; public set; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: virtual GridLines GridLines { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual DetailsViewRow HeaderRow { public get; }
  • Property: virtual TableItemStyle HeaderStyle { public get; }
  • Property: virtual ITemplate HeaderTemplate { public get; public set; }
  • Property: virtual string HeaderText { public get; public set; }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: protected bool Initialized { }
  • Property: virtual TableItemStyle InsertRowStyle { public get; }
  • Property: protected bool IsBoundUsingDataSourceID { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual int PageCount { public get; }
  • Property: virtual int PageIndex { public get; public set; }
  • Property: virtual PagerSettings PagerSettings { public get; }
  • Property: virtual TableItemStyle PagerStyle { public get; }
  • Property: virtual ITemplate PagerTemplate { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: protected bool RequiresDataBinding { }
  • Property: virtual DetailsViewRowCollection Rows { public get; }
  • Property: virtual TableItemStyle RowStyle { public get; }
  • Property: protected DataSourceSelectArguments SelectArguments { }
  • Property: object SelectedValue { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual DetailsViewRow TopPagerRow { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls DetailsViewCommandEventArgs ()
n/a public class System.Web.UI.WebControls.DetailsViewCommandEventArgs
--> NONE <--
  • Constructor: public DetailsViewCommandEventArgs (object commandSource, CommandEventArgs originalArgs)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: object CommandArgument { public get; }
  • Property: string CommandName { public get; }
  • Property: object CommandSource { public get; }
System.Web.UI.WebControls DetailsViewCommandEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.DetailsViewCommandEventHandler
--> NONE <--
  • Constructor: public DetailsViewCommandEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, DetailsViewCommandEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, DetailsViewCommandEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls DetailsViewDeletedEventArgs ()
n/a public class System.Web.UI.WebControls.DetailsViewDeletedEventArgs
--> NONE <--
  • Constructor: public DetailsViewDeletedEventArgs (int affectedRows, Exception e)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: int AffectedRows { public get; }
  • Property: Exception Exception { public get; }
  • Property: bool ExceptionHandled { public get; public set; }
  • Property: IOrderedDictionary Keys { public get; }
  • Property: IOrderedDictionary Values { public get; }
System.Web.UI.WebControls DetailsViewDeletedEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.DetailsViewDeletedEventHandler
--> NONE <--
  • Constructor: public DetailsViewDeletedEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, DetailsViewDeletedEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, DetailsViewDeletedEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls DetailsViewDeleteEventArgs ()
n/a public class System.Web.UI.WebControls.DetailsViewDeleteEventArgs
--> NONE <--
  • Constructor: public DetailsViewDeleteEventArgs (int rowIndex)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Cancel { public get; public set; }
  • Property: IOrderedDictionary Keys { public get; }
  • Property: int RowIndex { public get; }
  • Property: IOrderedDictionary Values { public get; }
System.Web.UI.WebControls DetailsViewDeleteEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.DetailsViewDeleteEventHandler
--> NONE <--
  • Constructor: public DetailsViewDeleteEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, DetailsViewDeleteEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, DetailsViewDeleteEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls DetailsViewInsertedEventArgs ()
n/a public class System.Web.UI.WebControls.DetailsViewInsertedEventArgs
--> NONE <--
  • Constructor: public DetailsViewInsertedEventArgs (int affectedRows, Exception e)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: int AffectedRows { public get; }
  • Property: Exception Exception { public get; }
  • Property: bool ExceptionHandled { public get; public set; }
  • Property: bool KeepInInsertMode { public get; public set; }
  • Property: IOrderedDictionary Values { public get; }
System.Web.UI.WebControls DetailsViewInsertedEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.DetailsViewInsertedEventHandler
--> NONE <--
  • Constructor: public DetailsViewInsertedEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, DetailsViewInsertedEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, DetailsViewInsertedEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls DetailsViewInsertEventArgs ()
n/a public class System.Web.UI.WebControls.DetailsViewInsertEventArgs
--> NONE <--
  • Constructor: public DetailsViewInsertEventArgs (object commandArgument)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Cancel { public get; public set; }
  • Property: object CommandArgument { public get; }
  • Property: IOrderedDictionary Values { public get; }
System.Web.UI.WebControls DetailsViewInsertEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.DetailsViewInsertEventHandler
--> NONE <--
  • Constructor: public DetailsViewInsertEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, DetailsViewInsertEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, DetailsViewInsertEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
DetailsViewMode ()
n/a public sealed enum System.Web.UI.WebControls.DetailsViewMode
                    ReadOnly = 0,
                    Edit = 1,
                    Insert = 2,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls DetailsViewModeEventArgs ()
n/a public class System.Web.UI.WebControls.DetailsViewModeEventArgs
--> NONE <--
  • Constructor: public DetailsViewModeEventArgs (DetailsViewMode mode, bool cancelingEdit)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Cancel { public get; public set; }
  • Property: bool CancelingEdit { public get; }
  • Property: DetailsViewMode NewMode { public get; public set; }
System.Web.UI.WebControls DetailsViewModeEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.DetailsViewModeEventHandler
--> NONE <--
  • Constructor: public DetailsViewModeEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, DetailsViewModeEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, DetailsViewModeEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls DetailsViewPageEventArgs ()
n/a public class System.Web.UI.WebControls.DetailsViewPageEventArgs
--> NONE <--
  • Constructor: public DetailsViewPageEventArgs (int newPageIndex)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Cancel { public get; public set; }
  • Property: int NewPageIndex { public get; public set; }
System.Web.UI.WebControls DetailsViewPageEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.DetailsViewPageEventHandler
--> NONE <--
  • Constructor: public DetailsViewPageEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, DetailsViewPageEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, DetailsViewPageEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls DetailsViewRow ()
n/a public class System.Web.UI.WebControls.DetailsViewRow
--> NONE <--
  • Constructor: public DetailsViewRow (int itemIndex, DataControlRowType rowType, DataControlRowState rowState)
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method: protected override bool OnBubbleEvent (object source, EventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method: ProtectedInternal virtual void SetRowState (DataControlRowState rowState)
  • Method: ProtectedInternal virtual void SetRowType (DataControlRowType rowType)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: virtual TableCellCollection Cells { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual int ItemIndex { public get; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual DataControlRowState RowState { public get; }
  • Property: virtual DataControlRowType RowType { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: virtual TableRowSection TableSection { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: virtual VerticalAlign VerticalAlign { public get; public set; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls DetailsViewRowCollection ()
n/a public class System.Web.UI.WebControls.DetailsViewRowCollection
--> NONE <--
  • Constructor: public DetailsViewRowCollection (ArrayList rows)
  • Method: public void CopyTo (DetailsViewRow[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: bool IsReadOnly { public get; }
  • Property: virtual bool IsSynchronized { public get; }
  • Property: DetailsViewRow this [int index] { public get; }
  • Property: virtual object SyncRoot { public get; }
System.Web.UI.WebControls DetailsViewUpdatedEventArgs ()
n/a public class System.Web.UI.WebControls.DetailsViewUpdatedEventArgs
--> NONE <--
  • Constructor: public DetailsViewUpdatedEventArgs (int affectedRows, Exception e)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: int AffectedRows { public get; }
  • Property: Exception Exception { public get; }
  • Property: bool ExceptionHandled { public get; public set; }
  • Property: bool KeepInEditMode { public get; public set; }
  • Property: IOrderedDictionary Keys { public get; }
  • Property: IOrderedDictionary NewValues { public get; }
  • Property: IOrderedDictionary OldValues { public get; }
System.Web.UI.WebControls DetailsViewUpdatedEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.DetailsViewUpdatedEventHandler
--> NONE <--
  • Constructor: public DetailsViewUpdatedEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, DetailsViewUpdatedEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, DetailsViewUpdatedEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls DetailsViewUpdateEventArgs ()
n/a public class System.Web.UI.WebControls.DetailsViewUpdateEventArgs
--> NONE <--
  • Constructor: public DetailsViewUpdateEventArgs (object commandArgument)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Cancel { public get; public set; }
  • Property: object CommandArgument { public get; }
  • Property: IOrderedDictionary Keys { public get; }
  • Property: IOrderedDictionary NewValues { public get; }
  • Property: IOrderedDictionary OldValues { public get; }
System.Web.UI.WebControls DetailsViewUpdateEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.DetailsViewUpdateEventHandler
--> NONE <--
  • Constructor: public DetailsViewUpdateEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, DetailsViewUpdateEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, DetailsViewUpdateEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls DropDownList ()
public class System.Web.UI.WebControls.DropDownList
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.DropDownList
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method: protected override void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Property: override string ToolTip { public get; public set; }
  • Event: public event EventHandler DataBound
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ConfirmInitState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual DataSourceSelectArguments CreateDataSourceSelectArguments ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): protected void EnsureDataBound ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected DataSourceView GetData ()
  • Method (i): protected IDataSource GetDataSource ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected virtual bool LoadPostData (string postDataKey, NameValueCollection postCollection)
  • Method (i): protected void MarkAsDataBound ()
  • Method (i): protected virtual void OnDataBound (EventArgs e)
  • Method (i): protected virtual void OnDataPropertyChanged ()
  • Method (i): protected virtual void OnDataSourceViewChanged (object sender, EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPagePreLoad (object sender, EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void PerformDataBinding (IEnumerable dataSource)
  • Method (i): protected virtual void PerformSelect ()
  • Method: protected virtual void RaisePostDataChangedEvent ()
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): protected virtual void ValidateDataSource (object dataSource)
  • Method: ProtectedInternal override void VerifyMultiSelect ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AppendDataBoundItems { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual bool CausesValidation { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: virtual string DataSourceID { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: protected bool Initialized { }
  • Property: protected bool IsBoundUsingDataSourceID { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected bool RequiresDataBinding { }
  • Property: protected DataSourceSelectArguments SelectArguments { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string ValidationGroup { public get; public set; }
System.Web.UI.WebControls DynamicImage ()
n/a public class System.Web.UI.WebControls.DynamicImage
--> NONE <--
  • Constructor: public DynamicImage ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): protected ParameterCollection GetParameters ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): protected void SetDesktopScaling (bool desktopScaling)
  • Method (i): protected void SetImage (byte[] imageBytes)
  • Method (i): protected void SetImage (string imageFile)
  • Method (i): protected void SetImage (Image image)
  • Method (i): protected void SetImageGeneratorUrl (string imageGeneratorUrl)
  • Method (i): protected void SetMobileScaling (ImageScaling scalingInfo)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AlternateText { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: virtual string DescriptionUrl { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: bool DesktopScaling { public get; public set; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: virtual bool GenerateEmptyAlternateText { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: Image Image { public get; public set; }
  • Property: virtual ImageAlign ImageAlign { public get; public set; }
  • Property: Byte[] ImageBytes { public get; public set; }
  • Property: string ImageFile { public get; public set; }
  • Property: string ImageGeneratorUrl { public get; public set; }
  • Property: virtual ImageType ImageType { public get; public set; }
  • Property: virtual string ImageUrl { public get; public set; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: ImageScaling MobileScaling { public get; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual DynamicImageParameterMode ParameterMode { public get; public set; }
  • Property: ParameterCollection Parameters { public get; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls DynamicImageBase ()
n/a public abstract class System.Web.UI.WebControls.DynamicImageBase
--> NONE <--
  • Constructor: protected DynamicImageBase ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method: protected ParameterCollection GetParameters ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected override void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method: protected void SetDesktopScaling (bool desktopScaling)
  • Method: protected void SetImage (byte[] imageBytes)
  • Method: protected void SetImage (string imageFile)
  • Method: protected void SetImage (Image image)
  • Method: protected void SetImageGeneratorUrl (string imageGeneratorUrl)
  • Method: protected void SetMobileScaling (ImageScaling scalingInfo)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AlternateText { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: virtual string DescriptionUrl { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: virtual bool GenerateEmptyAlternateText { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: override Unit Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: virtual ImageAlign ImageAlign { public get; public set; }
  • Property: virtual ImageType ImageType { public get; public set; }
  • Property: override string ImageUrl { public get; public set; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual DynamicImageParameterMode ParameterMode { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: override Unit Width { public get; public set; }
DynamicImageParameterMode ()
n/a public sealed enum System.Web.UI.WebControls.DynamicImageParameterMode
                    ImageGenerationStorage = 0,
                    QueryString = 1,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls.Adapters DataBoundControlAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.DataBoundControlAdapter
--> NONE <--
  • Constructor: public DataBoundControlAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal virtual void PerformDataBinding (IEnumerable data)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new DataBoundControl Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters DataGridAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.DataGridAdapter
--> NONE <--
  • Constructor: public DataGridAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new DataGrid Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters DataListAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.DataListAdapter
--> NONE <--
  • Constructor: public DataListAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new DataList Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters DetailsViewAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.DetailsViewAdapter
--> NONE <--
  • Constructor: public DetailsViewAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: protected virtual void RaisePostBackEvent (string eventArgument)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new DetailsView Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.WebParts DeclarativeCatalogPart ()
n/a public sealed class System.Web.UI.WebControls.WebParts.DeclarativeCatalogPart
--> NONE <--
  • Constructor: public DeclarativeCatalogPart ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method: public override WebPartDescriptionCollection GetAvailableWebPartDescriptions ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override WebPart GetWebPart (WebPartDescription description)
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AllowPaginate { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual PartChromeState ChromeState { public get; public set; }
  • Property: virtual PartChromeType ChromeType { public get; public set; }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: string DefaultButton { public get; public set; }
  • Property: virtual string Description { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual ContentDirection Direction { public get; public set; }
  • Property: string DisplayTitle { public get; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: virtual string GroupingText { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected virtual int MaximumWeight { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: protected virtual bool PaginateChildren { }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ScrollBars ScrollBars { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: override string Title { public get; public set; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: protected WebPartManager WebPartManager { }
  • Property: ITemplate WebPartsTemplate { public get; public set; }
  • Property: protected virtual int Weight { }
  • Property: virtual Unit Width { public get; public set; }
  • Property: virtual bool Wrap { public get; public set; }
  • Property: protected CatalogZoneBase Zone { }
public class System.Web.HttpApplication ()
--> NONE <--
  • Event: public event EventHandler PostAcquireRequestState
  • Event: public event EventHandler PostAuthenticateRequest
  • Event: public event EventHandler PostAuthorizeRequest
  • Event: public event EventHandler PostMapRequestHandler
  • Event: public event EventHandler PostReleaseRequestState
  • Event: public event EventHandler PostResolveRequestCache
  • Event: public event EventHandler PostUpdateRequestCache
  • Event: public event EventHandler PreAcquireRequestState
  • Event: public event EventHandler PreAuthenticateRequest
  • Event: public event EventHandler PreAuthorizeRequest
  • Event: public event EventHandler PreMapRequestHandler
  • Event: public event EventHandler PreReleaseRequestState
  • Event: public event EventHandler PreResolveRequestCache
  • Event: public event EventHandler PreUpdateRequestCache
  • Method: public void AddOnAcquireRequestStateAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: public void AddOnAuthenticateRequestAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: public void AddOnAuthorizeRequestAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: public void AddOnBeginRequestAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: public void AddOnEndRequestAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: public void AddOnPostAcquireRequestStateAsync (BeginEventHandler bh, EndEventHandler eh)
  • Method: public void AddOnPostAcquireRequestStateAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: public void AddOnPostAuthenticateRequestAsync (BeginEventHandler bh, EndEventHandler eh)
  • Method: public void AddOnPostAuthenticateRequestAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: public void AddOnPostAuthorizeRequestAsync (BeginEventHandler bh, EndEventHandler eh)
  • Method: public void AddOnPostAuthorizeRequestAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: public void AddOnPostMapRequestHandlerAsync (BeginEventHandler bh, EndEventHandler eh)
  • Method: public void AddOnPostMapRequestHandlerAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: public void AddOnPostReleaseRequestStateAsync (BeginEventHandler bh, EndEventHandler eh)
  • Method: public void AddOnPostReleaseRequestStateAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: public void AddOnPostRequestHandlerExecuteAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: public void AddOnPostResolveRequestCacheAsync (BeginEventHandler bh, EndEventHandler eh)
  • Method: public void AddOnPostResolveRequestCacheAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: public void AddOnPostUpdateRequestCacheAsync (BeginEventHandler bh, EndEventHandler eh)
  • Method: public void AddOnPostUpdateRequestCacheAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: public void AddOnPreAcquireRequestStateAsync (BeginEventHandler bh, EndEventHandler eh)
  • Method: public void AddOnPreAcquireRequestStateAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: public void AddOnPreAuthenticateRequestAsync (BeginEventHandler bh, EndEventHandler eh)
  • Method: public void AddOnPreAuthenticateRequestAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: public void AddOnPreAuthorizeRequestAsync (BeginEventHandler bh, EndEventHandler eh)
  • Method: public void AddOnPreAuthorizeRequestAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: public void AddOnPreMapRequestHandlerAsync (BeginEventHandler bh, EndEventHandler eh)
  • Method: public void AddOnPreMapRequestHandlerAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: public void AddOnPreReleaseRequestStateAsync (BeginEventHandler bh, EndEventHandler eh)
  • Method: public void AddOnPreReleaseRequestStateAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: public void AddOnPreRequestHandlerExecuteAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: public void AddOnPreResolveRequestCacheAsync (BeginEventHandler bh, EndEventHandler eh)
  • Method: public void AddOnPreResolveRequestCacheAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: public void AddOnPreUpdateRequestCacheAsync (BeginEventHandler bh, EndEventHandler eh)
  • Method: public void AddOnPreUpdateRequestCacheAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: public void AddOnReleaseRequestStateAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: public void AddOnResolveRequestCacheAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: public void AddOnUpdateRequestCacheAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
System.Web HttpBrowserCapabilities ()
public class System.Web.HttpBrowserCapabilities
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.HttpBrowserCapabilities
(Please hover your mouse over the type to see the inheritance signatures)
  • Property: bool JavaScript { public get; }
  • Method (i): public void AddBrowser (string browserName)
  • Method (i): public HtmlTextWriter CreateHtmlTextWriter (TextWriter w)
  • Method (i): public void DisableOptimizedCacheKey ()
  • Method (i): public bool IsBrowser (string browserName)
  • Property: IDictionary Adapters { public get; }
  • Property: ArrayList Browsers { public get; }
  • Property: virtual bool CanCombineFormsInDeck { public get; }
  • Property: virtual bool CanInitiateVoiceCall { public get; }
  • Property: virtual bool CanRenderAfterInputOrSelectElement { public get; }
  • Property: virtual bool CanRenderEmptySelects { public get; }
  • Property: virtual bool CanRenderInputAndSelectElementsTogether { public get; }
  • Property: virtual bool CanRenderMixedSelects { public get; }
  • Property: virtual bool CanRenderOneventAndPrevElementsTogether { public get; }
  • Property: virtual bool CanRenderPostBackCards { public get; }
  • Property: virtual bool CanRenderSetvarZeroWithMultiSelectionList { public get; }
  • Property: virtual bool CanSendMail { public get; }
  • Property: IDictionary Capabilities { public get; public set; }
  • Property: virtual int DefaultSubmitButtonLimit { public get; }
  • Property: virtual int GatewayMajorVersion { public get; }
  • Property: virtual double GatewayMinorVersion { public get; }
  • Property: virtual string GatewayVersion { public get; }
  • Property: virtual bool HasBackButton { public get; }
  • Property: virtual bool HidesRightAlignedMultiselectScrollbars { public get; }
  • Property: string HtmlTextWriter { public get; public set; }
  • Property: string Id { public get; }
  • Property: virtual string InputType { public get; }
  • Property: virtual bool IsColor { public get; }
  • Property: virtual bool IsMobileDevice { public get; }
  • [Obsolete: Use the EcmaScriptVersion property instead of the JavaScript property. A Major version value greater than or equal to 1 implies JavaScript support. http://go.microsoft.com/fwlink/?linkID=14202]Property: bool JavaScript { public get; }
  • Property: Version JScriptVersion { public get; }
  • Property: virtual int MaximumHrefLength { public get; }
  • Property: virtual int MaximumRenderedPageSize { public get; }
  • Property: virtual int MaximumSoftkeyLabelLength { public get; }
  • Property: string MinorVersionString { public get; }
  • Property: virtual string MobileDeviceManufacturer { public get; }
  • Property: virtual string MobileDeviceModel { public get; }
  • Property: virtual int NumberOfSoftkeys { public get; }
  • Property: virtual string PreferredImageMime { public get; }
  • Property: virtual string PreferredRenderingMime { public get; }
  • Property: virtual string PreferredRenderingType { public get; }
  • Property: virtual string PreferredRequestEncoding { public get; }
  • Property: virtual string PreferredResponseEncoding { public get; }
  • Property: virtual bool RendersBreakBeforeWmlSelectAndInput { public get; }
  • Property: virtual bool RendersBreaksAfterHtmlLists { public get; }
  • Property: virtual bool RendersBreaksAfterWmlAnchor { public get; }
  • Property: virtual bool RendersBreaksAfterWmlInput { public get; }
  • Property: virtual bool RendersWmlDoAcceptsInline { public get; }
  • Property: virtual bool RendersWmlSelectsAsMenuCards { public get; }
  • Property: virtual string RequiredMetaTagNameValue { public get; }
  • Property: virtual bool RequiresAttributeColonSubstitution { public get; }
  • Property: virtual bool RequiresContentTypeMetaTag { public get; }
  • Property: bool RequiresControlStateInSession { public get; }
  • Property: virtual bool RequiresDBCSCharacter { public get; }
  • Property: virtual bool RequiresHtmlAdaptiveErrorReporting { public get; }
  • Property: virtual bool RequiresLeadingPageBreak { public get; }
  • Property: virtual bool RequiresNoBreakInFormatting { public get; }
  • Property: virtual bool RequiresOutputOptimization { public get; }
  • Property: virtual bool RequiresPhoneNumbersAsPlainText { public get; }
  • Property: virtual bool RequiresSpecialViewStateEncoding { public get; }
  • Property: virtual bool RequiresUniqueFilePathSuffix { public get; }
  • Property: virtual bool RequiresUniqueHtmlCheckboxNames { public get; }
  • Property: virtual bool RequiresUniqueHtmlInputNames { public get; }
  • Property: virtual bool RequiresUrlEncodedPostfieldValues { public get; }
  • Property: virtual int ScreenBitDepth { public get; }
  • Property: virtual int ScreenCharactersHeight { public get; }
  • Property: virtual int ScreenCharactersWidth { public get; }
  • Property: virtual int ScreenPixelsHeight { public get; }
  • Property: virtual int ScreenPixelsWidth { public get; }
  • Property: virtual bool SupportsAccesskeyAttribute { public get; }
  • Property: virtual bool SupportsBodyColor { public get; }
  • Property: virtual bool SupportsBold { public get; }
  • Property: virtual bool SupportsCacheControlMetaTag { public get; }
  • Property: virtual bool SupportsCallback { public get; }
  • Property: virtual bool SupportsCss { public get; }
  • Property: virtual bool SupportsDivAlign { public get; }
  • Property: virtual bool SupportsDivNoWrap { public get; }
  • Property: virtual bool SupportsEmptyStringInCookieValue { public get; }
  • Property: virtual bool SupportsFontColor { public get; }
  • Property: virtual bool SupportsFontName { public get; }
  • Property: virtual bool SupportsFontSize { public get; }
  • Property: virtual bool SupportsImageSubmit { public get; }
  • Property: virtual bool SupportsIModeSymbols { public get; }
  • Property: virtual bool SupportsInputIStyle { public get; }
  • Property: virtual bool SupportsInputMode { public get; }
  • Property: virtual bool SupportsItalic { public get; }
  • Property: virtual bool SupportsJPhoneMultiMediaAttributes { public get; }
  • Property: virtual bool SupportsJPhoneSymbols { public get; }
  • Property: virtual bool SupportsQueryStringInFormAction { public get; }
  • Property: virtual bool SupportsRedirectWithCookie { public get; }
  • Property: virtual bool SupportsSelectMultiple { public get; }
  • Property: virtual bool SupportsUncheck { public get; }
  • Property: virtual bool SupportsXmlHttp { public get; }
  • Property: bool UseOptimizedCacheKey { public get; }
public sealed class System.Web.HttpCachePolicy ()
--> NONE <--
  • Method: public void SetDiskCacheable (bool diskCacheable)
  • Method: public void SetOmitVaryStar (bool omit)
public class System.Web.HttpClientCertificate ()
  • Method (i): public void Clear ()
  • Method (i): public virtual void Clear ()
System.Web HttpCompileException ()
public sealed class System.Web.HttpCompileException
(Please hover your mouse over the type to see the inheritance signatures)
public sealed class System.Web.HttpCompileException
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Property: Exception InnerException { public get; }
  • Property: virtual string Message { public get; }
  • Property: MethodBase TargetSite { public get; }
  • Constructor: public HttpCompileException ()
  • Constructor: public HttpCompileException (string message)
  • Constructor: public HttpCompileException (string message, Exception innerException)
  • Constructor: public HttpCompileException (CompilerResults results, string sourceCode)
  • Method: public override void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public virtual Type GetType ()
  • Property: virtual IDictionary Data { public get; }
  • Property: virtual Exception InnerException { public get; }
  • Property: override string Message { public get; }
  • Property: virtual MethodBase TargetSite { public get; }
public sealed class System.Web.HttpContext ()
--> NONE <--
  • Method: public void RewritePath (string path, bool rebaseClientPath)
  • Property: IHttpHandler CurrentHandler { public get; }
  • Property: IHttpHandler PreviousHandler { public get; }
  • Property: HttpProfileBase Profile { public get; }
  • Property: SiteCounters SiteCounters { public get; }
public sealed class System.Web.HttpCookie ()
--> NONE <--
  • Property: bool HttpOnly { public get; public set; }
HttpCookieMode ()
n/a public sealed enum System.Web.HttpCookieMode
                    UseUri = 0,
                    UseCookies = 1,
                    AutoDetect = 2,
                    UseDeviceProfile = 3,
--> NONE <-- --> NONE <--
HttpDataTransferMode ()
n/a public sealed enum System.Web.HttpDataTransferMode
                    HttpDataStore = 0,
                    QueryString = 1,
--> NONE <-- --> NONE <--
System.Web HttpException ()
public class System.Web.HttpException
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.HttpException
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Property: Exception InnerException { public get; }
  • Property: MethodBase TargetSite { public get; }
  • Constructor: protected HttpException (SerializationInfo info, StreamingContext context)
  • Method: public override void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public virtual Type GetType ()
  • Property: virtual IDictionary Data { public get; }
  • Property: virtual Exception InnerException { public get; }
  • Property: virtual MethodBase TargetSite { public get; }
System.Web HttpParseException ()
public sealed class System.Web.HttpParseException
(Please hover your mouse over the type to see the inheritance signatures)
public sealed class System.Web.HttpParseException
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Property: Exception InnerException { public get; }
  • Property: MethodBase TargetSite { public get; }
  • Constructor: public HttpParseException ()
  • Constructor: public HttpParseException (string message)
  • Constructor: public HttpParseException (string message, Exception innerException)
  • Constructor: public HttpParseException (string message, Exception innerException, string virtualPath, string sourceCode, int line)
  • Method: public override void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public virtual Type GetType ()
  • Property: virtual IDictionary Data { public get; }
  • Property: virtual Exception InnerException { public get; }
  • Property: ParserErrorCollection ParserErrors { public get; }
  • Property: virtual MethodBase TargetSite { public get; }
  • Property: string VirtualPath { public get; }
public sealed class System.Web.HttpRequest ()
--> NONE <--
  • Property: string AnonymousId { public get; }
  • Property: string AppRelativeCurrentExecutionFilePath { public get; }
  • Property: bool IsLocal { public get; }
  • Property: WindowsIdentity LogonUserIdentity { public get; }
HttpRequestPriority ()
n/a public sealed enum System.Web.HttpRequestPriority
                    Normal = 10,
                    High = 20,
                    Critical = 30,
--> NONE <-- --> NONE <--
System.Web HttpRequestValidationException ()
public sealed class System.Web.HttpRequestValidationException
(Please hover your mouse over the type to see the inheritance signatures)
public sealed class System.Web.HttpRequestValidationException
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): public Type GetType ()
  • Property: Exception InnerException { public get; }
  • Property: MethodBase TargetSite { public get; }
  • Constructor: public HttpRequestValidationException ()
  • Constructor: public HttpRequestValidationException (string message)
  • Constructor: public HttpRequestValidationException (string message, Exception innerException)
  • Method (i): public virtual Type GetType ()
  • Property: virtual IDictionary Data { public get; }
  • Property: virtual Exception InnerException { public get; }
  • Property: virtual MethodBase TargetSite { public get; }
public sealed class System.Web.HttpResponse ()
--> NONE <--
  • Method: public void AddCacheDependency (CacheDependency[] dependencies)
  • Method: public void AddCacheItemDependencies (string[] cacheKeys)
  • Method: public void AddFileDependencies (string[] filenames)
  • Method: public void TransmitFile (string filename)
  • Method: public void WriteSubstitution (HttpResponseSubstitutionCallback callback)
  • Property: Encoding HeaderEncoding { public get; public set; }
  • Property: bool IsRequestBeingRedirected { public get; }
System.Web HttpResponseSubstitutionCallback ()
n/a public sealed delegate System.Web.HttpResponseSubstitutionCallback
--> NONE <--
  • Constructor: public HttpResponseSubstitutionCallback (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (HttpContext context, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual string EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual string Invoke (HttpContext context)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
public sealed class System.Web.HttpRuntime ()
--> NONE <--
  • Property: static ApplicationShutdownReason ShutdownReason { public get; }
public sealed class System.Web.HttpServerUtility ()
--> NONE <--
  • Method: public void Execute (string path, bool preserveForm)
  • Method: public void Execute (string path, TextWriter writer, bool preserveForm)
  • Method: public void Execute (IHttpHandler handler, TextWriter writer, bool preserveForm)
  • Method: public void Transfer (IHttpHandler handler, bool preserveForm)
  • Method: public static byte[] UrlTokenDecode (string input)
  • Method: public static string UrlTokenEncode (byte[] input)
public sealed class System.Web.HttpStaticObjectsCollection ()
--> NONE <--
  • Method: public static HttpStaticObjectsCollection Deserialize (BinaryReader reader)
  • Method: public void Serialize (BinaryWriter writer)
  • Property: bool NeverAccessed { public get; }
System.Web HttpUnhandledException ()
public sealed class System.Web.HttpUnhandledException
(Please hover your mouse over the type to see the inheritance signatures)
public sealed class System.Web.HttpUnhandledException
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): public Type GetType ()
  • Property: Exception InnerException { public get; }
  • Property: MethodBase TargetSite { public get; }
  • Constructor: public HttpUnhandledException ()
  • Constructor: public HttpUnhandledException (string message)
  • Constructor: public HttpUnhandledException (string message, Exception innerException)
  • Method (i): public virtual Type GetType ()
  • Property: virtual IDictionary Data { public get; }
  • Property: virtual Exception InnerException { public get; }
  • Property: virtual MethodBase TargetSite { public get; }
System.Web HttpWorkerRequest ()
public abstract class System.Web.HttpWorkerRequest
(Please hover your mouse over the type to see the inheritance signatures)
public abstract class System.Web.HttpWorkerRequest
(Please hover your mouse over the type to see the inheritance signatures)
--> NONE <--
  • Method: public virtual int GetPreloadedEntityBody (byte[] buffer, int offset)
  • Method: public virtual int GetPreloadedEntityBodyLength ()
  • Method: public virtual int GetTotalEntityBodyLength ()
  • Method: public virtual int ReadEntityBody (byte[] buffer, int offset, int size)
  • Property: virtual Guid RequestTraceIdentifier { public get; }
public sealed class System.Web.HttpWriter ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
System.Web.Compilation ExpressionBuilder ()
n/a public abstract class System.Web.Compilation.ExpressionBuilder
--> NONE <--
  • Constructor: protected ExpressionBuilder ()
  • Method (i): public virtual bool Equals (object obj)
  • Method: public virtual object EvaluateExpression (object target, BoundPropertyEntry entry, object parsedData, ExpressionBuilderContext context)
  • Method (i): protected virtual void Finalize ()
  • Method: public abstract CodeExpression GetCodeExpression (BoundPropertyEntry entry, object parsedData, ExpressionBuilderContext context)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public virtual object ParseExpression (BoundPropertyEntry entry, ExpressionBuilderContext context)
  • Method (i): public virtual string ToString ()
  • Property: virtual bool SupportsEvaluate { public get; }
System.Web.Compilation ExpressionBuilderContext ()
n/a public class System.Web.Compilation.ExpressionBuilderContext
--> NONE <--
  • Constructor: public ExpressionBuilderContext (string virtualPath)
  • Constructor: public ExpressionBuilderContext (TemplateControl templateControl)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: TemplateControl TemplateControl { public get; }
  • Property: string VirtualPath { public get; }
System.Web.Compilation ExpressionEditorAttribute ()
n/a public sealed attribute System.Web.Compilation.ExpressionEditorAttribute
--> NONE <--
  • Constructor: public ExpressionEditorAttribute (string typeName)
  • Constructor: public ExpressionEditorAttribute (Type type)
  • Method: public override bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool IsDefaultAttribute ()
  • Method (i): public virtual bool Match (object obj)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string EditorTypeName { public get; }
  • Property: virtual object TypeId { public get; }
System.Web.Compilation ExpressionPrefixAttribute ()
n/a public sealed attribute System.Web.Compilation.ExpressionPrefixAttribute
--> NONE <--
  • Constructor: public ExpressionPrefixAttribute (string expressionPrefix)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool IsDefaultAttribute ()
  • Method (i): public virtual bool Match (object obj)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string ExpressionPrefix { public get; }
  • Property: virtual object TypeId { public get; }
System.Web.Compilation IImplicitResourceProvider ()
n/a public interface System.Web.Compilation.IImplicitResourceProvider
--> NONE <--
  • Method: object GetObject (ImplicitResourceKey key, CultureInfo culture)
  • Method: ICollection GetResources (string keyPrefix)
System.Web.Compilation ImplicitResourceKey ()
n/a public class System.Web.Compilation.ImplicitResourceKey
--> NONE <--
  • Constructor: public ImplicitResourceKey ()
  • Field: public string Filter
  • Field: public string KeyPrefix
  • Field: public string Property
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
System.Web.Compilation IResourceProvider ()
n/a public interface System.Web.Compilation.IResourceProvider
--> NONE <--
  • Method: object GetObject (string resourceKey, CultureInfo culture)
  • Property: IResourceReader ResourceReader { public get; }
System.Web.Configuration EventMappingSettings ()
n/a public sealed class System.Web.Configuration.EventMappingSettings
--> NONE <--
  • Constructor: public EventMappingSettings ()
  • Constructor: public EventMappingSettings (string name, string type)
  • Constructor: public EventMappingSettings (string name, string type, int startEventCode, int endEventCode)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: int EndEventCode { public get; public set; }
  • Property: string Name { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: int StartEventCode { public get; public set; }
  • Property: string Type { public get; public set; }
System.Web.Configuration EventMappingSettingsCollection ()
n/a public sealed class System.Web.Configuration.EventMappingSettingsCollection
--> NONE <--
  • Constructor: public EventMappingSettingsCollection ()
  • Method: public void Add (EventMappingSettings eventMappingSettings)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method: public bool Contains (string name)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: public int IndexOf (string name)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method: public void Insert (int index, EventMappingSettings eventMappingSettings)
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (string name)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected virtual ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected virtual string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new EventMappingSettings this [int index] { public get; public set; }
  • Property: new EventMappingSettings this [object key] { public get; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration ExpressionBuilder ()
n/a public sealed class System.Web.Configuration.ExpressionBuilder
--> NONE <--
  • Constructor: public ExpressionBuilder ()
  • Constructor: public ExpressionBuilder (string expressionPrefix, string theType)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ExpressionPrefix { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: string Type { public get; public set; }
System.Web.Configuration ExpressionBuilderCollection ()
n/a public sealed class System.Web.Configuration.ExpressionBuilderCollection
--> NONE <--
  • Constructor: public ExpressionBuilderCollection ()
  • Method: public void Add (ExpressionBuilder buildProvider)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method: protected override bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (string name)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected virtual ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected virtual string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new ExpressionBuilder this [int index] { public get; public set; }
  • Property: new ExpressionBuilder this [string name] { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration FieldSettings ()
n/a public sealed class System.Web.Configuration.FieldSettings
--> NONE <--
  • Constructor: public FieldSettings ()
  • Constructor: public FieldSettings (string name, string value, string type)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method: public override bool Equals (object settings)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string Name { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: string Type { public get; public set; }
  • Property: string Value { public get; public set; }
System.Web.Configuration FieldSettingsCollection ()
n/a public sealed class System.Web.Configuration.FieldSettingsCollection
--> NONE <--
  • Constructor: public FieldSettingsCollection ()
  • Method: public void Add (FieldSettings fieldSettings)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (string name)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected virtual ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected virtual string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new FieldSettings this [int index] { public get; public set; }
  • Property: new FieldSettings this [string name] { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration FormsAuthenticationConfiguration ()
n/a public sealed class System.Web.Configuration.FormsAuthenticationConfiguration
--> NONE <--
  • Constructor: public FormsAuthenticationConfiguration ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method: protected override void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: HttpCookieMode Cookieless { public get; public set; }
  • Property: FormsAuthenticationCredentials Credentials { public get; }
  • Property: string DefaultUrl { public get; public set; }
  • Property: string Domain { public get; public set; }
  • Property: bool EnableCrossAppRedirects { public get; public set; }
  • Property: string LoginUrl { public get; public set; }
  • Property: string Name { public get; public set; }
  • Property: string Path { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: FormsProtectionEnum Protection { public get; public set; }
  • Property: bool RequireSSL { public get; public set; }
  • Property: bool SlidingExpiration { public get; public set; }
  • Property: TimeSpan Timeout { public get; public set; }
System.Web.Configuration FormsAuthenticationCredentials ()
n/a public sealed class System.Web.Configuration.FormsAuthenticationCredentials
--> NONE <--
  • Constructor: public FormsAuthenticationCredentials ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: FormsAuthPasswordFormat PasswordFormat { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: FormsAuthenticationUserCollection Users { public get; }
System.Web.Configuration FormsAuthenticationUser ()
n/a public sealed class System.Web.Configuration.FormsAuthenticationUser
--> NONE <--
  • Constructor: public FormsAuthenticationUser ()
  • Constructor: public FormsAuthenticationUser (string name, string password)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string Name { public get; public set; }
  • Property: string Password { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
System.Web.Configuration FormsAuthenticationUserCollection ()
n/a public sealed class System.Web.Configuration.FormsAuthenticationUserCollection
--> NONE <--
  • Constructor: public FormsAuthenticationUserCollection ()
  • Method: public void Add (FormsAuthenticationUser user)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: public FormsAuthenticationUser Get (int index)
  • Method: public FormsAuthenticationUser Get (string name)
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method: public string GetKey (int index)
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (string name)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method: public void Set (FormsAuthenticationUser user)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: String[] AllKeys { public get; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected override ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected override string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new FormsAuthenticationUser this [int index] { public get; public set; }
  • Property: new FormsAuthenticationUser this [string name] { public get; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection Properties { }
  • Property: protected override bool ThrowOnDuplicate { }
System.Web.Configuration GlobalizationSection ()
n/a public sealed class System.Web.Configuration.GlobalizationSection
--> NONE <--
  • Constructor: public GlobalizationSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method: protected override void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: string Culture { public get; public set; }
  • Property: bool EnableClientBasedCulture { public get; public set; }
  • Property: Encoding FileEncoding { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: Encoding RequestEncoding { public get; public set; }
  • Property: string ResourceProviderFactoryType { public get; public set; }
  • Property: Encoding ResponseEncoding { public get; public set; }
  • Property: Encoding ResponseHeaderEncoding { public get; public set; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: string TypeName { public get; public set; }
  • Property: string UICulture { public get; public set; }
System.Web.Configuration HealthMonitoringSection ()
n/a public sealed class System.Web.Configuration.HealthMonitoringSection
--> NONE <--
  • Constructor: public HealthMonitoringSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: protected virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method: protected override void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: BufferModesCollection BufferModes { public get; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: bool Enabled { public get; public set; }
  • Property: EventMappingSettingsCollection EventMappings { public get; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: TimeSpan HeartBeatInterval { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: ProfileSettingsCollection Profiles { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: ProviderSettingsCollection Providers { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: RuleSettingsCollection Rules { public get; }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration HostingEnvironmentSection ()
n/a public sealed class System.Web.Configuration.HostingEnvironmentSection
--> NONE <--
  • Constructor: public HostingEnvironmentSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: TimeSpan IdleTimeout { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: TimeSpan ShutdownTimeout { public get; public set; }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration HttpCapabilitiesBase ()
public class System.Web.Configuration.HttpCapabilitiesBase
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.Configuration.HttpCapabilitiesBase
(Please hover your mouse over the type to see the inheritance signatures)
--> NONE <--
  • Method: public void AddBrowser (string browserName)
  • Method: public HtmlTextWriter CreateHtmlTextWriter (TextWriter w)
  • Method: public void DisableOptimizedCacheKey ()
  • Method: public Version[] GetClrVersions ()
  • Method: public bool IsBrowser (string browserName)
  • Property: bool ActiveXControls { public get; }
  • Property: IDictionary Adapters { public get; }
  • Property: bool AOL { public get; }
  • Property: bool BackgroundSounds { public get; }
  • Property: bool Beta { public get; }
  • Property: string Browser { public get; }
  • Property: ArrayList Browsers { public get; }
  • Property: virtual bool CanCombineFormsInDeck { public get; }
  • Property: virtual bool CanInitiateVoiceCall { public get; }
  • Property: virtual bool CanRenderAfterInputOrSelectElement { public get; }
  • Property: virtual bool CanRenderEmptySelects { public get; }
  • Property: virtual bool CanRenderInputAndSelectElementsTogether { public get; }
  • Property: virtual bool CanRenderMixedSelects { public get; }
  • Property: virtual bool CanRenderOneventAndPrevElementsTogether { public get; }
  • Property: virtual bool CanRenderPostBackCards { public get; }
  • Property: virtual bool CanRenderSetvarZeroWithMultiSelectionList { public get; }
  • Property: virtual bool CanSendMail { public get; }
  • Property: IDictionary Capabilities { public get; public set; }
  • Property: bool CDF { public get; }
  • Property: Version ClrVersion { public get; }
  • Property: bool Cookies { public get; }
  • Property: bool Crawler { public get; }
  • Property: virtual int DefaultSubmitButtonLimit { public get; }
  • Property: Version EcmaScriptVersion { public get; }
  • Property: bool Frames { public get; }
  • Property: virtual int GatewayMajorVersion { public get; }
  • Property: virtual double GatewayMinorVersion { public get; }
  • Property: virtual string GatewayVersion { public get; }
  • Property: virtual bool HasBackButton { public get; }
  • Property: virtual bool HidesRightAlignedMultiselectScrollbars { public get; }
  • Property: string HtmlTextWriter { public get; public set; }
  • Property: string Id { public get; }
  • Property: virtual string InputType { public get; }
  • Property: virtual bool IsColor { public get; }
  • Property: virtual bool IsMobileDevice { public get; }
  • Property: bool JavaApplets { public get; }
  • [Obsolete: Use the EcmaScriptVersion property instead of the JavaScript property. A Major version value greater than or equal to 1 implies JavaScript support. http://go.microsoft.com/fwlink/?linkID=14202]Property: bool JavaScript { public get; }
  • Property: Version JScriptVersion { public get; }
  • Property: int MajorVersion { public get; }
  • Property: virtual int MaximumHrefLength { public get; }
  • Property: virtual int MaximumRenderedPageSize { public get; }
  • Property: virtual int MaximumSoftkeyLabelLength { public get; }
  • Property: double MinorVersion { public get; }
  • Property: string MinorVersionString { public get; }
  • Property: virtual string MobileDeviceManufacturer { public get; }
  • Property: virtual string MobileDeviceModel { public get; }
  • Property: Version MSDomVersion { public get; }
  • Property: virtual int NumberOfSoftkeys { public get; }
  • Property: string Platform { public get; }
  • Property: virtual string PreferredImageMime { public get; }
  • Property: virtual string PreferredRenderingMime { public get; }
  • Property: virtual string PreferredRenderingType { public get; }
  • Property: virtual string PreferredRequestEncoding { public get; }
  • Property: virtual string PreferredResponseEncoding { public get; }
  • Property: virtual bool RendersBreakBeforeWmlSelectAndInput { public get; }
  • Property: virtual bool RendersBreaksAfterHtmlLists { public get; }
  • Property: virtual bool RendersBreaksAfterWmlAnchor { public get; }
  • Property: virtual bool RendersBreaksAfterWmlInput { public get; }
  • Property: virtual bool RendersWmlDoAcceptsInline { public get; }
  • Property: virtual bool RendersWmlSelectsAsMenuCards { public get; }
  • Property: virtual string RequiredMetaTagNameValue { public get; }
  • Property: virtual bool RequiresAttributeColonSubstitution { public get; }
  • Property: virtual bool RequiresContentTypeMetaTag { public get; }
  • Property: bool RequiresControlStateInSession { public get; }
  • Property: virtual bool RequiresDBCSCharacter { public get; }
  • Property: virtual bool RequiresHtmlAdaptiveErrorReporting { public get; }
  • Property: virtual bool RequiresLeadingPageBreak { public get; }
  • Property: virtual bool RequiresNoBreakInFormatting { public get; }
  • Property: virtual bool RequiresOutputOptimization { public get; }
  • Property: virtual bool RequiresPhoneNumbersAsPlainText { public get; }
  • Property: virtual bool RequiresSpecialViewStateEncoding { public get; }
  • Property: virtual bool RequiresUniqueFilePathSuffix { public get; }
  • Property: virtual bool RequiresUniqueHtmlCheckboxNames { public get; }
  • Property: virtual bool RequiresUniqueHtmlInputNames { public get; }
  • Property: virtual bool RequiresUrlEncodedPostfieldValues { public get; }
  • Property: virtual int ScreenBitDepth { public get; }
  • Property: virtual int ScreenCharactersHeight { public get; }
  • Property: virtual int ScreenCharactersWidth { public get; }
  • Property: virtual int ScreenPixelsHeight { public get; }
  • Property: virtual int ScreenPixelsWidth { public get; }
  • Property: virtual bool SupportsAccesskeyAttribute { public get; }
  • Property: virtual bool SupportsBodyColor { public get; }
  • Property: virtual bool SupportsBold { public get; }
  • Property: virtual bool SupportsCacheControlMetaTag { public get; }
  • Property: virtual bool SupportsCallback { public get; }
  • Property: virtual bool SupportsCss { public get; }
  • Property: virtual bool SupportsDivAlign { public get; }
  • Property: virtual bool SupportsDivNoWrap { public get; }
  • Property: virtual bool SupportsEmptyStringInCookieValue { public get; }
  • Property: virtual bool SupportsFontColor { public get; }
  • Property: virtual bool SupportsFontName { public get; }
  • Property: virtual bool SupportsFontSize { public get; }
  • Property: virtual bool SupportsImageSubmit { public get; }
  • Property: virtual bool SupportsIModeSymbols { public get; }
  • Property: virtual bool SupportsInputIStyle { public get; }
  • Property: virtual bool SupportsInputMode { public get; }
  • Property: virtual bool SupportsItalic { public get; }
  • Property: virtual bool SupportsJPhoneMultiMediaAttributes { public get; }
  • Property: virtual bool SupportsJPhoneSymbols { public get; }
  • Property: virtual bool SupportsQueryStringInFormAction { public get; }
  • Property: virtual bool SupportsRedirectWithCookie { public get; }
  • Property: virtual bool SupportsSelectMultiple { public get; }
  • Property: virtual bool SupportsUncheck { public get; }
  • Property: virtual bool SupportsXmlHttp { public get; }
  • Property: bool Tables { public get; }
  • Property: Type TagWriter { public get; }
  • Property: string Type { public get; }
  • Property: bool UseOptimizedCacheKey { public get; }
  • Property: bool VBScript { public get; }
  • Property: string Version { public get; }
  • Property: Version W3CDomVersion { public get; }
  • Property: bool Win16 { public get; }
  • Property: bool Win32 { public get; }
System.Web.Configuration HttpCookiesSection ()
n/a public sealed class System.Web.Configuration.HttpCookiesSection
--> NONE <--
  • Constructor: public HttpCookiesSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: string Domain { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool HttpOnlyCookies { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: bool RequireSSL { public get; public set; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration HttpHandlerAction ()
n/a public sealed class System.Web.Configuration.HttpHandlerAction
--> NONE <--
  • Constructor: public HttpHandlerAction (string path, string type, string verb, bool validate)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string Path { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: string Type { public get; public set; }
  • Property: bool Validate { public get; public set; }
  • Property: string Verb { public get; public set; }
System.Web.Configuration HttpHandlerActionCollection ()
n/a public sealed class System.Web.Configuration.HttpHandlerActionCollection
--> NONE <--
  • Constructor: public HttpHandlerActionCollection ()
  • Method: public void Add (HttpHandlerAction httpHandlerAction)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: public int IndexOf (HttpHandlerAction action)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (string verb, string path)
  • Method: public void Remove (HttpHandlerAction action)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected override ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected virtual string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new HttpHandlerAction this [int index] { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection Properties { }
  • Property: protected override bool ThrowOnDuplicate { }
System.Web.Configuration HttpHandlersSection ()
n/a public sealed class System.Web.Configuration.HttpHandlersSection
--> NONE <--
  • Constructor: public HttpHandlersSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: protected virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: HttpHandlerActionCollection Handlers { public get; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration HttpModuleAction ()
n/a public sealed class System.Web.Configuration.HttpModuleAction
--> NONE <--
  • Constructor: public HttpModuleAction ()
  • Constructor: public HttpModuleAction (string name, string type)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method: protected override void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string Name { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: string Type { public get; public set; }
System.Web.Configuration HttpModuleActionCollection ()
n/a public sealed class System.Web.Configuration.HttpModuleActionCollection
--> NONE <--
  • Constructor: public HttpModuleActionCollection ()
  • Method: public void Add (HttpModuleAction httpModule)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method: protected override bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: public int IndexOf (HttpModuleAction action)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method: protected override bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (string name)
  • Method: public void Remove (HttpModuleAction action)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected virtual ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected virtual string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new HttpModuleAction this [int index] { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration HttpModulesSection ()
n/a public sealed class System.Web.Configuration.HttpModulesSection
--> NONE <--
  • Constructor: public HttpModulesSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: protected virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: HttpModuleActionCollection Modules { public get; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration HttpProtocolBinding ()
n/a public class System.Web.Configuration.HttpProtocolBinding
--> NONE <--
  • Constructor: public HttpProtocolBinding ()
  • Constructor: public HttpProtocolBinding (string extension, string type)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: protected override ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string Extension { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: string Type { public get; public set; }
  • Property: bool Validate { public get; public set; }
System.Web.Configuration HttpProtocolBindingCollection ()
n/a public class System.Web.Configuration.HttpProtocolBindingCollection
--> NONE <--
  • Constructor: public HttpProtocolBindingCollection ()
  • Method: public void Add (HttpProtocolBinding buildProvider)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (string name)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected virtual ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected virtual string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new HttpProtocolBinding this [int index] { public get; public set; }
  • Property: new HttpProtocolBinding this [string name] { public get; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration HttpProtocolBindingsSection ()
n/a public sealed class System.Web.Configuration.HttpProtocolBindingsSection
--> NONE <--
  • Constructor: public HttpProtocolBindingsSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: protected virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: string DefaultType { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: HttpProtocolBindingCollection HttpProtocolBindings { public get; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration HttpRuntimeSection ()
n/a public sealed class System.Web.Configuration.HttpRuntimeSection
--> NONE <--
  • Constructor: public HttpRuntimeSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method: protected override void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: int AppRequestQueueLimit { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string CompilationTempDirectory { public get; public set; }
  • Property: string ConfigSource { public get; public set; }
  • Property: TimeSpan DelayNotificationTimeout { public get; public set; }
  • Property: bool Enable { public get; public set; }
  • Property: bool EnableHeaderChecking { public get; public set; }
  • Property: bool EnableKernelOutputCache { public get; public set; }
  • Property: bool EnableVersionHeader { public get; public set; }
  • Property: TimeSpan ExecutionTimeout { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: int MaxRequestLength { public get; public set; }
  • Property: int MaxWaitChangeNotification { public get; public set; }
  • Property: int MinFreeThreads { public get; public set; }
  • Property: int MinLocalRequestFreeThreads { public get; public set; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: int RequestLengthDiskThreshold { public get; public set; }
  • Property: HttpRequestPriority RequestPriority { public get; public set; }
  • Property: bool RequireRootedSaveAsPath { public get; public set; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: bool SendCacheControlHeader { public get; public set; }
  • Property: TimeSpan ShutdownTimeout { public get; public set; }
  • Property: string TypeName { public get; public set; }
  • Property: bool UseFullyQualifiedRedirectUrl { public get; public set; }
  • Property: int WaitChangeNotification { public get; public set; }
System.Web.Configuration IdentitySection ()
n/a public sealed class System.Web.Configuration.IdentitySection
--> NONE <--
  • Constructor: public IdentitySection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method: protected virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method: protected override void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool Impersonate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Name { public get; }
  • Property: string Password { public get; public set; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: string TypeName { public get; public set; }
  • Property: string UserName { public get; public set; }
System.Web.Configuration ImageGenerationSection ()
n/a public sealed class System.Web.Configuration.ImageGenerationSection
--> NONE <--
  • Constructor: public ImageGenerationSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: string CustomErrorImageUrl { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: TimeSpan StorageExpiration { public get; public set; }
  • Property: string StoragePath { public get; public set; }
  • Property: StorageType StorageType { public get; public set; }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration InternalSection ()
n/a public class System.Web.Configuration.InternalSection
--> NONE <--
  • Constructor: public InternalSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method: protected virtual object GetRuntimeConfig ()
  • Method: protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration IRemoteWebConfigurationHostServer ()
n/a public interface System.Web.Configuration.IRemoteWebConfigurationHostServer
--> NONE <--
  • Method: string DoEncryptOrDecrypt (bool doEncrypt, string xmlString, string protectionProviderName, string protectionProviderType, string[] paramKeys, string[] paramValues)
  • Method: byte[] GetData (string fileName, out long readTime)
  • Method: void GetFileDetails (string name, out bool exists, out long size, out long createDate, out long lastWriteDate)
  • Method: string GetFilePaths (string path, string site)
  • Method: void WriteData (string fileName, byte[] data, long readTime)
System.Web.Hosting HostingEnvironment ()
n/a public sealed class System.Web.Hosting.HostingEnvironment
--> NONE <--
  • Constructor: public HostingEnvironment ()
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method: public static void DecrementBusyCount ()
  • Method: public static void DispatchRequest (HttpWorkerRequest workerRequest)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public static object GetConfig (string name)
  • Method: public static object GetConfig (string name, string configPath)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): public Type GetType ()
  • Method: public static IDisposable Impersonate ()
  • Method: public static IDisposable Impersonate (IntPtr token)
  • Method: public static IDisposable Impersonate (IntPtr userToken, string path)
  • Method: public static void IncrementBusyCount ()
  • Method: public override object InitializeLifetimeService ()
  • Method: public static void InitiateShutdown ()
  • Method: public static bool IsHostProcessMultiInstance ()
  • Method: public static string MapPath (string virtualPath)
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method: public static void MessageReceived ()
  • Method: public static void RegisterObject (IRegisteredObject obj)
  • Method: public static void RegisterVirtualPathProvider (VirtualPathProvider virtualPathProvider)
  • Method (i): public virtual string ToString ()
  • Method: public static void UnregisterObject (IRegisteredObject obj)
  • Property: static IApplicationHost ApplicationHost { public get; }
  • Property: static string ApplicationId { public get; }
  • Property: static string ApplicationPhysicalPath { public get; }
  • Property: static string ApplicationVirtualPath { public get; }
  • Property: static Cache Cache { public get; }
  • Property: static Exception InitializationException { public get; }
  • Property: static bool IsHosted { public get; }
  • Property: static string SiteName { public get; }
  • Property: static VirtualPathProvider VirtualPathProvider { public get; }
System.Web.Hosting IApplicationHost ()
n/a public interface System.Web.Hosting.IApplicationHost
--> NONE <--
  • Method: IntPtr GetConfigToken ()
  • Method: string GetPhysicalPath ()
  • Method: string GetSiteName ()
  • Method: string GetVirtualPath ()
  • Method: bool IsHostProcessMultiInstance ()
  • Method: string MapPath (string virtualPath)
  • Method: void MessageReceived ()
System.Web.Hosting IAppManagerAppDomainFactory ()
n/a public interface System.Web.Hosting.IAppManagerAppDomainFactory
--> NONE <--
  • Method: object Create (string appId, string appPath)
  • Method: void Stop ()
System.Web.Hosting IHttpWorkerRequestHandler ()
n/a public interface System.Web.Hosting.IHttpWorkerRequestHandler
--> NONE <--
  • Method: void ProcessRequest (HttpWorkerRequest workerRequest)
System.Web.Hosting IProcessHost ()
n/a public interface System.Web.Hosting.IProcessHost
--> NONE <--
  • Method: bool IsIdle ()
  • Method: void Ping (IProcessPingCallback callback)
  • Method: void ShutdownAll ()
  • Method: void ShutdownApplication (string appId)
  • Method: void StartAppDomainProtocolQueue (string appId, string protocolId, IQueueHost queueHost)
  • Method: void StartProcessProtocolQueue (string protocolId, IQueueHost queueHost)
  • Method: void StopAppDomainProtocol (string appId, string protocolId, bool immediate)
  • Method: void StopAppDomainProtocolQueue (string appId, string protocolId, int queueId, bool immediate)
  • Method: void StopProcessProtocol (string protocolId, bool immediate)
  • Method: void StopProcessProtocolQueue (string protocolId, int queueId, bool immediate)
System.Web.Hosting IProcessHostFactoryHelper ()
n/a public interface System.Web.Hosting.IProcessHostFactoryHelper
--> NONE <--
  • Method: object GetProcessHost (IProcessHostSupportFunctions functions)
System.Web.Hosting IProcessHostSupportFunctions ()
n/a public interface System.Web.Hosting.IProcessHostSupportFunctions
--> NONE <--
  • Method: void GetApplicationProperties (string appId, out string virtualPath, out string physicalPath, out string siteName)
  • Method: IntPtr GetConfigToken (string appId)
  • Method: string GetProcessID ()
  • Method: bool IsHostProcessMultiInstance ()
  • Method: void MapPath (string appId, string virtualPath, out string physicalPath)
  • Method: void MessageReceived ()
System.Web.Hosting IProcessPingCallback ()
n/a public interface System.Web.Hosting.IProcessPingCallback
--> NONE <--
  • Method: void Respond ()
System.Web.Hosting IQueueHost ()
n/a public interface System.Web.Hosting.IQueueHost
--> NONE <--
  • Method: void GetQueueData (OutAttribute byte[] buffer, int bufferSize)
  • Method: int GetQueueDataLength ()
  • Method: int GetQueueId ()
  • Method: void QueueStarted ()
  • Method: void QueueStopped (int hr)
System.Web.Hosting IRegisteredObject ()
n/a public interface System.Web.Hosting.IRegisteredObject
--> NONE <--
  • Method: void Stop (bool immediate)
System.Web.Hosting ISAPIRuntime ()
public sealed class System.Web.Hosting.ISAPIRuntime
(Please hover your mouse over the type to see the inheritance signatures)
public sealed class System.Web.Hosting.ISAPIRuntime
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): public virtual object GetLifetimeService ()
  • Method: public override object InitializeLifetimeService ()
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
System.Web.Management EventLogWebEventProvider ()
n/a public class System.Web.Management.EventLogWebEventProvider
--> NONE <--
  • Constructor: public EventLogWebEventProvider ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override void Flush ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override void Initialize (string name, NameValueCollection config)
  • Method (i): protected object MemberwiseClone ()
  • Method: public override void ProcessEvent (WebBaseEvent eventRaised)
  • Method: public override void Shutdown ()
  • Method (i): public virtual string ToString ()
  • Property: virtual string Name { public get; }
EventNotificationType ()
n/a public sealed enum System.Web.Management.EventNotificationType
                    Regular = 0,
                    Urgent = 1,
                    Flush = 2,
                    Unbuffered = 3,
--> NONE <-- --> NONE <--
System.Web.Management IRegiisUtility ()
n/a public interface System.Web.Management.IRegiisUtility
--> NONE <--
  • Method: void ProtectedConfigAction (long actionToPerform, string firstArgument, string secondArgument, string providerName, string appPath, string cspOrLocation, int keySize, out string exception)
  • Method: void RegisterAsnetMmcAssembly (int doReg, string assemblyName, string binaryDirectory, out string exception)
  • Method: void RegisterSystemWebAssembly (int doReg, out string exception)
  • Method: void ToggleWebAdminToolConfigs (string site, int[] settings, int size, out string exception)
System.Web.Management IRegisterCreateITypeLib ()
n/a public interface System.Web.Management.IRegisterCreateITypeLib
--> NONE <--
  • Method: void CreateTypeInfo ()
  • Method: void SaveAllChanges ()
  • Method: void SetDocString ()
  • Method: void SetGuid ()
  • Method: void SetHelpContext ()
  • Method: void SetHelpFileName ()
  • Method: void SetLcid ()
  • Method: void SetLibFlags ()
  • Method: void SetName ()
  • Method: void SetVersion ()
System.Web.Management IWebEventCustomEvaluator ()
n/a public interface System.Web.Management.IWebEventCustomEvaluator
--> NONE <--
  • Method: bool CanFire (WebBaseEvent raisedEvent, RuleFiringRecord record)
System.Web.Profile HttpProfileBase ()
n/a public class System.Web.Profile.HttpProfileBase
--> NONE <--
  • Constructor: public HttpProfileBase ()
  • Method: public static HttpProfileBase Create (string username)
  • Method: public static HttpProfileBase Create (string username, bool isAuthenticated)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public HttpProfileGroupBase GetProfileGroup (string groupName)
  • Method: public object GetPropertyValue (string propertyName)
  • Method (i): public Type GetType ()
  • Method: public void Initialize (string username, bool isAuthenticated)
  • Method (i): public void Initialize (SettingsContext context, SettingsPropertyCollection properties, SettingsProviderCollection providers)
  • Method (i): protected object MemberwiseClone ()
  • Method: public override void Save ()
  • Method: public void SetPropertyValue (string propertyName, object propertyValue)
  • Method (i): public virtual string ToString ()
  • Property: virtual SettingsContext Context { public get; }
  • Property: bool IsAnonymous { public get; }
  • Property: bool IsDirty { public get; }
  • Property: override object this [string propertyName] { public get; public set; }
  • Property: DateTime LastActivityDate { public get; }
  • Property: DateTime LastUpdatedDate { public get; }
  • Property: new static SettingsPropertyCollection Properties { public get; }
  • Property: virtual SettingsPropertyValueCollection PropertyValues { public get; }
  • Property: virtual SettingsProviderCollection Providers { public get; }
  • Property: string UserName { public get; }
System.Web.Profile HttpProfileGroupBase ()
n/a public class System.Web.Profile.HttpProfileGroupBase
--> NONE <--
  • Constructor: public HttpProfileGroupBase ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public object GetPropertyValue (string propertyName)
  • Method (i): public Type GetType ()
  • Method: public void Init (HttpProfileBase parent, string myName)
  • Method (i): protected object MemberwiseClone ()
  • Method: public void SetPropertyValue (string propertyName, object propertyValue)
  • Method (i): public virtual string ToString ()
  • Property: object this [string propertyName] { public get; public set; }
public sealed class System.Web.Security.FileAuthorizationModule ()
--> NONE <--
  • Method: public static bool CheckFileAccessForUser (string virtualPath, IntPtr token, string verb)
public sealed class System.Web.Security.FormsAuthentication ()
--> NONE <--
  • Method: public static HttpCookie GetAuthCookie (string userName, bool createPersistentCookie, string strCookiePath, string authType)
  • Method: public static void RedirectFromLoginPage (string userName, bool createPersistentCookie, string strCookiePath, string authType)
  • Method: public static void RedirectToLoginPage ()
  • Method: public static void RedirectToLoginPage (string extraQueryString)
  • Method: public static void SetAuthCookie (string userName, bool createPersistentCookie, string strCookiePath, string authType)
  • Property: static string CookieDomain { public get; }
  • Property: static HttpCookieMode CookieMode { public get; }
  • Property: static bool CookiesSupported { public get; }
  • Property: static string DefaultUrl { public get; }
  • Property: static bool EnableCrossAppRedirects { public get; }
  • Property: static string LoginUrl { public get; }
public sealed class System.Web.Security.FormsAuthenticationTicket ()
--> NONE <--
  • Constructor: public FormsAuthenticationTicket (int version, string name, DateTime issueDate, DateTime expiration, bool isPersistent, string userData, string cookiePath, string authenticationType)
  • Property: string AuthenticationType { public get; }
public sealed class System.Web.SessionState.HttpSessionState ()
--> NONE <--
  • Property: HttpCookieMode CookieMode { public get; }
System.Web.SessionState HttpSessionStateProvider ()
n/a public class System.Web.SessionState.HttpSessionStateProvider
--> NONE <--
  • Constructor: public HttpSessionStateProvider (string id, ISessionStateItemCollection sessionItems, HttpStaticObjectsCollection staticObjects, int timeout, bool newSession, HttpCookieMode cookieMode, SessionStateMode mode, bool isReadonly)
  • Method: public virtual void Abandon ()
  • Method: public virtual void Add (string name, object value)
  • Method: public virtual void Clear ()
  • Method: public virtual void CopyTo (Array array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public virtual void Remove (string name)
  • Method: public virtual void RemoveAll ()
  • Method: public virtual void RemoveAt (int index)
  • Method (i): public virtual string ToString ()
  • Property: virtual int CodePage { public get; public set; }
  • Property: virtual HttpCookieMode CookieMode { public get; }
  • Property: virtual int Count { public get; }
  • Property: bool IsAbandoned { public get; }
  • Property: virtual bool IsCookieless { public get; }
  • Property: virtual bool IsNewSession { public get; }
  • Property: virtual bool IsReadOnly { public get; }
  • Property: virtual bool IsSynchronized { public get; }
  • Property: virtual object this [int index] { public get; public set; }
  • Property: virtual object this [string name] { public get; public set; }
  • Property: virtual KeysCollection Keys { public get; }
  • Property: virtual int LCID { public get; public set; }
  • Property: virtual SessionStateMode Mode { public get; }
  • Property: virtual string SessionID { public get; }
  • Property: virtual HttpStaticObjectsCollection StaticObjects { public get; }
  • Property: virtual object SyncRoot { public get; }
  • Property: virtual int Timeout { public get; public set; }
System.Web.SessionState IHttpSessionState ()
n/a public interface System.Web.SessionState.IHttpSessionState
--> NONE <--
  • Method: void Abandon ()
  • Method: void Add (string name, object value)
  • Method: void Clear ()
  • Method: void CopyTo (Array array, int index)
  • Method: IEnumerator GetEnumerator ()
  • Method: void Remove (string name)
  • Method: void RemoveAll ()
  • Method: void RemoveAt (int index)
  • Property: int CodePage { public get; public set; }
  • Property: HttpCookieMode CookieMode { public get; }
  • Property: int Count { public get; }
  • Property: bool IsCookieless { public get; }
  • Property: bool IsNewSession { public get; }
  • Property: bool IsReadOnly { public get; }
  • Property: bool IsSynchronized { public get; }
  • Property: object this [int index] { public get; public set; }
  • Property: object this [string name] { public get; public set; }
  • Property: KeysCollection Keys { public get; }
  • Property: int LCID { public get; public set; }
  • Property: SessionStateMode Mode { public get; }
  • Property: string SessionID { public get; }
  • Property: HttpStaticObjectsCollection StaticObjects { public get; }
  • Property: object SyncRoot { public get; }
  • Property: int Timeout { public get; public set; }
System.Web.SessionState ISessionIDModule ()
n/a public interface System.Web.SessionState.ISessionIDModule
--> NONE <--
  • Method: string CreateSessionID (HttpContext context)
  • Method: string GetSessionID (HttpContext context)
  • Method: void RemoveSessionID (HttpContext context)
  • Method: void SaveSessionID (HttpContext context, string id, out bool redirected, out bool cookieAdded)
  • Method: bool Validate (string id)
System.Web.SessionState ISessionStateItemCollection ()
n/a public interface System.Web.SessionState.ISessionStateItemCollection
--> NONE <--
  • Method: void Clear ()
  • Method: void Remove (string name)
  • Method: void RemoveAt (int index)
  • Property: bool Dirty { public get; public set; }
  • Property: object this [int index] { public get; public set; }
  • Property: object this [string name] { public get; public set; }
  • Property: KeysCollection Keys { public get; }
public interface System.Web.SessionState.IStateRuntime ()
  • Method: void ProcessRequest (IntPtr tracker, int verb, string uri, int exclusive, int timeout, int lockCookieExists, int lockCookie, int contentLength, IntPtr content)
  • Method: void ProcessRequest (IntPtr tracker, int verb, string uri, int exclusive, int extraFlags, int timeout, int lockCookieExists, int lockCookie, int contentLength, IntPtr content)
System.Web.UI EventEntry ()
n/a public class System.Web.UI.EventEntry
--> NONE <--
  • Constructor: public EventEntry ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string HandlerMethodName { public get; public set; }
  • Property: Type HandlerType { public get; public set; }
  • Property: string Name { public get; public set; }
System.Web.UI ExpressionBinding ()
n/a public sealed class System.Web.UI.ExpressionBinding
--> NONE <--
  • Constructor: public ExpressionBinding (string propertyName, Type propertyType, string expressionPrefix, string expression)
  • Method: public override bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string Expression { public get; public set; }
  • Property: string ExpressionPrefix { public get; public set; }
  • Property: bool Generated { public get; }
  • Property: object ParsedExpressionData { public get; }
  • Property: string PropertyName { public get; }
  • Property: Type PropertyType { public get; }
System.Web.UI ExpressionBindingCollection ()
n/a public sealed class System.Web.UI.ExpressionBindingCollection
--> NONE <--
  • Constructor: public ExpressionBindingCollection ()
  • Event: public event EventHandler Changed
  • Method: public void Add (ExpressionBinding binding)
  • Method: public void Clear ()
  • Method: public bool Contains (string propName)
  • Method: public virtual void CopyTo (Array array, int index)
  • Method: public void CopyTo (ExpressionBinding[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public void Remove (string propertyName)
  • Method: public void Remove (string propertyName, bool addToRemovedList)
  • Method: public void Remove (ExpressionBinding binding)
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: bool IsReadOnly { public get; }
  • Property: virtual bool IsSynchronized { public get; }
  • Property: ExpressionBinding this [string propertyName] { public get; }
  • Property: ICollection RemovedBindings { public get; }
  • Property: virtual object SyncRoot { public get; }
System.Web.UI ExtractTemplateValuesMethod ()
n/a public sealed delegate System.Web.UI.ExtractTemplateValuesMethod
--> NONE <--
  • Constructor: public ExtractTemplateValuesMethod (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (Control control, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual IOrderedDictionary EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual IOrderedDictionary Invoke (Control control)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI FileLevelControlBuilderAttribute ()
n/a public sealed attribute System.Web.UI.FileLevelControlBuilderAttribute
--> NONE <--
  • Constructor: public FileLevelControlBuilderAttribute (Type builderType)
  • Field: public static readonly FileLevelControlBuilderAttribute Default
  • Method: public override bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override bool IsDefaultAttribute ()
  • Method (i): public virtual bool Match (object obj)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: Type BuilderType { public get; }
  • Property: virtual object TypeId { public get; }
System.Web.UI FileLevelPageControlBuilder ()
n/a public class System.Web.UI.FileLevelPageControlBuilder
--> NONE <--
  • Constructor: public FileLevelPageControlBuilder ()
  • Method (i): public void AddCollectionItem (ControlBuilder builder)
  • Method (i): public void AddComplexProperty (string filter, string name, ControlBuilder builder)
  • Method (i): public void AddTemplateProperty (string filter, string name, TemplateBuilder builder)
  • Method (i): public virtual bool AllowWhitespaceLiterals ()
  • Method: public override void AppendLiteralString (string s)
  • Method: public override void AppendSubBuilder (ControlBuilder subBuilder)
  • Method (i): public virtual object BuildObject ()
  • Method (i): public virtual void CloseControl ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Type GetChildControlType (string tagName, IDictionary attribs)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasBody ()
  • Method (i): public virtual bool HtmlDecodeLiterals ()
  • Method (i): public virtual void Init (TemplateParser parser, ControlBuilder parentBuilder, Type type, string tagName, string ID, IDictionary attribs)
  • Method (i): public virtual void InstantiateIn (Control container)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual bool NeedsTagInnerText ()
  • Method (i): public virtual void OnAppendToParentBuilder (ControlBuilder parentBuilder)
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Method (i): public virtual void SetTagInnerText (string text)
  • Method (i): public virtual string ToString ()
  • Property: virtual Type BindingContainerType { public get; }
  • Property: Type ControlType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool FChildrenAsProperties { }
  • Property: protected bool FIsNonParserAccessor { }
  • Property: bool HasAspCode { public get; }
  • Property: string ID { public get; public set; }
  • Property: protected bool InDesigner { }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: Type NamingContainerType { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: string TagName { public get; }
  • Property: virtual string Text { public get; public set; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
System.Web.UI FileLevelUserControlBuilder ()
n/a public class System.Web.UI.FileLevelUserControlBuilder
--> NONE <--
  • Constructor: public FileLevelUserControlBuilder ()
  • Method (i): public void AddCollectionItem (ControlBuilder builder)
  • Method (i): public void AddComplexProperty (string filter, string name, ControlBuilder builder)
  • Method (i): public void AddTemplateProperty (string filter, string name, TemplateBuilder builder)
  • Method (i): public virtual bool AllowWhitespaceLiterals ()
  • Method (i): public virtual void AppendLiteralString (string s)
  • Method (i): public virtual void AppendSubBuilder (ControlBuilder subBuilder)
  • Method (i): public virtual object BuildObject ()
  • Method (i): public virtual void CloseControl ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Type GetChildControlType (string tagName, IDictionary attribs)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasBody ()
  • Method (i): public virtual bool HtmlDecodeLiterals ()
  • Method (i): public virtual void Init (TemplateParser parser, ControlBuilder parentBuilder, Type type, string tagName, string ID, IDictionary attribs)
  • Method (i): public virtual void InstantiateIn (Control container)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual bool NeedsTagInnerText ()
  • Method (i): public virtual void OnAppendToParentBuilder (ControlBuilder parentBuilder)
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Method (i): public virtual void SetTagInnerText (string text)
  • Method (i): public virtual string ToString ()
  • Property: virtual Type BindingContainerType { public get; }
  • Property: Type ControlType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool FChildrenAsProperties { }
  • Property: protected bool FIsNonParserAccessor { }
  • Property: bool HasAspCode { public get; }
  • Property: string ID { public get; public set; }
  • Property: protected bool InDesigner { }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: Type NamingContainerType { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: string TagName { public get; }
  • Property: virtual string Text { public get; public set; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
System.Web.UI FilterableAttribute ()
n/a public sealed attribute System.Web.UI.FilterableAttribute
--> NONE <--
  • Constructor: public FilterableAttribute (bool filterable)
  • Field: public static readonly FilterableAttribute Default
  • Field: public static readonly FilterableAttribute No
  • Field: public static readonly FilterableAttribute Yes
  • Method: public virtual void Dispose ()
  • Method: public override bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override bool IsDefaultAttribute ()
  • Method: public static bool IsObjectFilterable (object instance)
  • Method: public static bool IsPropertyFilterable (PropertyDescriptor propertyDescriptor)
  • Method: public static bool IsTypeFilterable (Type type)
  • Method (i): public virtual bool Match (object obj)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Filterable { public get; }
  • Property: virtual object TypeId { public get; }
System.Web.UI FilteredAttributeDictionary ()
n/a public sealed class System.Web.UI.FilteredAttributeDictionary
--> NONE <--
  • Method: public void Add (string key, string value)
  • Method: public void Clear ()
  • Method: public bool Contains (string key)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public void Remove (string key)
  • Method (i): public virtual string ToString ()
  • Property: string Filter { public get; }
  • Property: string this [string key] { public get; public set; }
System.Web.UI HiddenFieldPageStatePersister ()
n/a public class System.Web.UI.HiddenFieldPageStatePersister
--> NONE <--
  • Constructor: public HiddenFieldPageStatePersister (Page page)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override void Load ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public override void Save ()
  • Method (i): public virtual string ToString ()
  • Property: object ControlState { public get; public set; }
  • Property: protected Page Page { }
  • Property: protected IStateFormatter StateFormatter { }
  • Property: object ViewState { public get; public set; }
System.Web.UI HierarchicalDataSourceControl ()
n/a public abstract class System.Web.UI.HierarchicalDataSourceControl
--> NONE <--
  • Constructor: protected HierarchicalDataSourceControl ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method: protected override ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method: public override void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method: protected virtual HierarchicalDataSourceView GetHierarchicalView (string viewPath)
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method: protected virtual void OnDataSourceChanged (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: override string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: override ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: override bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: override string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: override bool Visible { public get; public set; }
System.Web.UI HierarchicalDataSourceView ()
n/a public abstract class System.Web.UI.HierarchicalDataSourceView
--> NONE <--
  • Constructor: protected HierarchicalDataSourceView ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public abstract IHierarchicalEnumerable Select ()
  • Method (i): public virtual string ToString ()
public class System.Web.UI.Html32TextWriter ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual void BeginRender ()
  • Method (i): public virtual void EndRender ()
  • Method (i): public virtual void EnterStyle (Style style)
  • Method (i): public virtual void EnterStyle (Style style, HtmlTextWriterTag tag)
  • Method (i): public virtual void ExitStyle (Style style)
  • Method (i): public virtual void ExitStyle (Style style, HtmlTextWriterTag tag)
  • Method (i): public virtual bool IsValidFormAttribute (string attribute)
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method (i): public virtual void WriteBreak ()
  • Method (i): public virtual void WriteEncodedText (string text)
  • Method (i): public virtual void WriteEncodedUrl (string url)
  • Method (i): public virtual void WriteEncodedUrlParameter (string urlText)
  • Method (i): protected void WriteUrlEncodedString (string s, bool argument)
  • Property: bool PerformDivTableSubstitution { public get; public set; }
  • Property: bool SupportsBold { public get; public set; }
  • Property: bool SupportsItalic { public get; public set; }
public class System.Web.UI.HtmlTextWriter ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public virtual void BeginRender ()
  • Method: public virtual void EndRender ()
  • Method: public virtual void EnterStyle (Style style)
  • Method: public virtual void EnterStyle (Style style, HtmlTextWriterTag tag)
  • Method: public virtual void ExitStyle (Style style)
  • Method: public virtual void ExitStyle (Style style, HtmlTextWriterTag tag)
  • Method: public virtual bool IsValidFormAttribute (string attribute)
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method: public virtual void WriteBreak ()
  • Method: public virtual void WriteEncodedText (string text)
  • Method: public virtual void WriteEncodedUrl (string url)
  • Method: public virtual void WriteEncodedUrlParameter (string urlText)
  • Method: protected void WriteUrlEncodedString (string s, bool argument)
HtmlTextWriterAttribute ()
public sealed enum System.Web.UI.HtmlTextWriterAttribute
                    Accesskey = 0,
                    Align = 1,
                    Alt = 2,
                    Background = 3,
                    Bgcolor = 4,
                    Border = 5,
                    Bordercolor = 6,
                    Cellpadding = 7,
                    Cellspacing = 8,
                    Checked = 9,
                    Class = 10,
                    Cols = 11,
                    Colspan = 12,
                    Disabled = 13,
                    For = 14,
                    Height = 15,
                    Href = 16,
                    Id = 17,
                    Maxlength = 18,
                    Multiple = 19,
                    Name = 20,
                    Nowrap = 21,
                    Onchange = 22,
                    Onclick = 23,
                    ReadOnly = 24,
                    Rows = 25,
                    Rowspan = 26,
                    Rules = 27,
                    Selected = 28,
                    Size = 29,
                    Src = 30,
                    Style = 31,
                    Tabindex = 32,
                    Target = 33,
                    Title = 34,
                    Type = 35,
                    Valign = 36,
                    Value = 37,
                    Width = 38,
                    Wrap = 39,
public sealed enum System.Web.UI.HtmlTextWriterAttribute
                    Accesskey = 0,
                    Align = 1,
                    Alt = 2,
                    Background = 3,
                    Bgcolor = 4,
                    Border = 5,
                    Bordercolor = 6,
                    Cellpadding = 7,
                    Cellspacing = 8,
                    Checked = 9,
                    Class = 10,
                    Cols = 11,
                    Colspan = 12,
                    Disabled = 13,
                    For = 14,
                    Height = 15,
                    Href = 16,
                    Id = 17,
                    Maxlength = 18,
                    Multiple = 19,
                    Name = 20,
                    Nowrap = 21,
                    Onchange = 22,
                    Onclick = 23,
                    ReadOnly = 24,
                    Rows = 25,
                    Rowspan = 26,
                    Rules = 27,
                    Selected = 28,
                    Size = 29,
                    Src = 30,
                    Style = 31,
                    Tabindex = 32,
                    Target = 33,
                    Title = 34,
                    Type = 35,
                    Valign = 36,
                    Value = 37,
                    Width = 38,
                    Wrap = 39,
                    Abbr = 40,
                    AutoComplete = 41,
                    Category = 42,
                    Content = 43,
                    Coords = 44,
                    DesignerRegion = 45,
                    Dir = 46,
                    Headers = 47,
                    Longdesc = 48,
                    Rel = 49,
                    Scope = 50,
                    Shape = 51,
                    Usemap = 52,
                    VCardName = 53,
--> NONE <-- --> NONE <--
HtmlTextWriterStyle ()
public sealed enum System.Web.UI.HtmlTextWriterStyle
                    BackgroundColor = 0,
                    BackgroundImage = 1,
                    BorderCollapse = 2,
                    BorderColor = 3,
                    BorderStyle = 4,
                    BorderWidth = 5,
                    Color = 6,
                    FontFamily = 7,
                    FontSize = 8,
                    FontStyle = 9,
                    FontWeight = 10,
                    Height = 11,
                    TextDecoration = 12,
                    Width = 13,
public sealed enum System.Web.UI.HtmlTextWriterStyle
                    BackgroundColor = 0,
                    BackgroundImage = 1,
                    BorderCollapse = 2,
                    BorderColor = 3,
                    BorderStyle = 4,
                    BorderWidth = 5,
                    Color = 6,
                    FontFamily = 7,
                    FontSize = 8,
                    FontStyle = 9,
                    FontWeight = 10,
                    Height = 11,
                    TextDecoration = 12,
                    Width = 13,
                    ListStyleImage = 14,
                    ListStyleType = 15,
                    Cursor = 16,
                    Direction = 17,
                    Display = 18,
                    Filter = 19,
                    FontVariant = 20,
                    Left = 21,
                    Margin = 22,
                    MarginBottom = 23,
                    MarginLeft = 24,
                    MarginRight = 25,
                    MarginTop = 26,
                    Overflow = 27,
                    OverflowX = 28,
                    OverflowY = 29,
                    Padding = 30,
                    PaddingBottom = 31,
                    PaddingLeft = 32,
                    PaddingRight = 33,
                    PaddingTop = 34,
                    Position = 35,
                    TextAlign = 36,
                    TextOverflow = 37,
                    Top = 38,
                    Visibility = 39,
                    WhiteSpace = 40,
                    ZIndex = 41,
--> NONE <-- --> NONE <--
System.Web.UI IBindableTemplate ()
n/a public interface System.Web.UI.IBindableTemplate
--> NONE <--
  • Method: IOrderedDictionary ExtractValues (Control container)
System.Web.UI ICallbackEventHandler ()
n/a public interface System.Web.UI.ICallbackEventHandler
--> NONE <--
  • Method: string RaiseCallbackEvent (string eventArgument)
System.Web.UI IControlBuilderAccessor ()
n/a public interface System.Web.UI.IControlBuilderAccessor
--> NONE <--
  • Property: ControlBuilder ControlBuilder { public get; }
System.Web.UI IControlBuilderFactory ()
n/a public interface System.Web.UI.IControlBuilderFactory
--> NONE <--
  • Method: ControlBuilder CreateInstance ()
System.Web.UI IControlDesignerAccessor ()
n/a public interface System.Web.UI.IControlDesignerAccessor
--> NONE <--
  • Method: IDictionary GetDesignModeState ()
  • Method: void SetDesignModeState (IDictionary data)
  • Method: void SetOwnerControl (Control owner)
  • Property: IDictionary UserData { public get; }
System.Web.UI IDataItemContainer ()
n/a public interface System.Web.UI.IDataItemContainer
--> NONE <--
  • Property: object DataItem { public get; }
System.Web.UI IDataSource ()
n/a public interface System.Web.UI.IDataSource
--> NONE <--
  • Event: public event EventHandler DataSourceChanged
  • Method: DataSourceView GetView (string viewName)
  • Method: ICollection GetViewNames ()
System.Web.UI IDataSourceViewSchemaAccessor ()
n/a public interface System.Web.UI.IDataSourceViewSchemaAccessor
--> NONE <--
  • Property: object DataSourceViewSchema { public get; public set; }
System.Web.UI IDReferencePropertyAttribute ()
n/a public sealed attribute System.Web.UI.IDReferencePropertyAttribute
--> NONE <--
  • Constructor: public IDReferencePropertyAttribute ()
  • Constructor: public IDReferencePropertyAttribute (Type referencedControlType)
  • Method: public override bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool IsDefaultAttribute ()
  • Method (i): public virtual bool Match (object obj)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: Type ReferencedControlType { public get; }
  • Property: virtual object TypeId { public get; }
System.Web.UI IExpressionsAccessor ()
n/a public interface System.Web.UI.IExpressionsAccessor
--> NONE <--
  • Property: ExpressionBindingCollection Expressions { public get; }
  • Property: bool HasExpressions { public get; }
System.Web.UI IFilterResolutionService ()
n/a public interface System.Web.UI.IFilterResolutionService
--> NONE <--
  • Method: int CompareFilters (string filter1, string filter2)
  • Method: bool EvaluateFilter (string filterName)
  • Property: string CurrentFilter { public get; }
System.Web.UI IHierarchicalDataSource ()
n/a public interface System.Web.UI.IHierarchicalDataSource
--> NONE <--
  • Event: public event EventHandler DataSourceChanged
  • Method: HierarchicalDataSourceView GetHierarchicalView (string viewPath)
System.Web.UI IHierarchicalEnumerable ()
n/a public interface System.Web.UI.IHierarchicalEnumerable
--> NONE <--
  • Method: IHierarchyData GetHierarchyData (object enumeratedItem)
System.Web.UI IHierarchyData ()
n/a public interface System.Web.UI.IHierarchyData
--> NONE <--
  • Method: IHierarchicalEnumerable GetChildren ()
  • Method: IHierarchicalEnumerable GetParent ()
  • Property: bool HasChildren { public get; }
  • Property: object Item { public get; }
  • Property: string Path { public get; }
  • Property: string Type { public get; }
System.Web.UI IItemPaginationInfo ()
n/a public interface System.Web.UI.IItemPaginationInfo
--> NONE <--
  • Method: void SetVisibleItems (int firstItem, int itemCount)
  • Property: int FirstVisibleItemIndex { public get; }
  • Property: int ItemCount { public get; }
  • Property: int ItemWeight { public get; }
  • Property: int VisibleItemCount { public get; }
System.Web.UI IMobileTextWriter ()
n/a public interface System.Web.UI.IMobileTextWriter
--> NONE <--
  • Method: void AddRecognizedAttribute (string elementName, string attributeName)
  • Method: void RemoveRecognizedAttribute (string elementName, string attributeName)
System.Web.UI INavigateUIData ()
n/a public interface System.Web.UI.INavigateUIData
--> NONE <--
  • Property: string Description { public get; }
  • Property: string Name { public get; }
  • Property: string NavigateUrl { public get; }
  • Property: string Value { public get; }
System.Web.UI IndexedString ()
n/a public sealed class System.Web.UI.IndexedString
--> NONE <--
  • Constructor: public IndexedString (string s)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string Value { public get; }
System.Web.UI IPageHeader ()
n/a public interface System.Web.UI.IPageHeader
--> NONE <--
  • Property: IList LinkedStyleSheets { public get; }
  • Property: IDictionary Metadata { public get; }
  • Property: IStyleSheet StyleSheet { public get; }
  • Property: string Title { public get; public set; }
System.Web.UI IPaginationContainer ()
n/a public interface System.Web.UI.IPaginationContainer
--> NONE <--
  • Property: int MaximumWeight { public get; }
System.Web.UI IPaginationInfo ()
n/a public interface System.Web.UI.IPaginationInfo
--> NONE <--
  • Property: bool PaginateChildren { public get; }
  • Property: int Weight { public get; }
System.Web.UI IResourceUrlGenerator ()
n/a public interface System.Web.UI.IResourceUrlGenerator
--> NONE <--
  • Method: string GetResourceUrl (Type type, string resourceName)
System.Web.UI IStateFormatter ()
n/a public interface System.Web.UI.IStateFormatter
--> NONE <--
  • Method: object Deserialize (string serializedState)
  • Method: string Serialize (object state)
System.Web.UI IStyleSheet ()
n/a public interface System.Web.UI.IStyleSheet
--> NONE <--
  • Method: void CreateStyleRule (Style style, string selector, IUrlResolutionService urlResolver)
  • Method: void RegisterStyle (Style style, IUrlResolutionService urlResolver)
System.Web.UI IThemeResolutionService ()
n/a public interface System.Web.UI.IThemeResolutionService
--> NONE <--
  • Method: ThemeProvider[] GetAllThemeProviders ()
  • Method: ThemeProvider GetThemeProvider ()
System.Web.UI IUrlResolutionService ()
n/a public interface System.Web.UI.IUrlResolutionService
--> NONE <--
  • Method: string ResolveClientUrl (string relativeUrl)
System.Web.UI IUserControlTypeResolutionService ()
n/a public interface System.Web.UI.IUserControlTypeResolutionService
--> NONE <--
  • Method: Type GetType (string tagPrefix, string tagName)
System.Web.UI.Adapters Html32PageAdapter ()
n/a public class System.Web.UI.Adapters.Html32PageAdapter
--> NONE <--
  • Constructor: public Html32PageAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): public virtual NameValueCollection DeterminePostBackMode ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method: ProtectedInternal override string GetPostBackFormReference (string formId)
  • Method (i): public virtual ICollection GetRadioButtonsByGroup (string groupName)
  • Method: public override PageStatePersister GetStatePersister ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): public virtual void RegisterRadioButton (RadioButton radioButton)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginHyperlink (HtmlTextWriter writer, string targetUrl, bool encodeUrl, string softkeyLabel)
  • Method (i): public virtual void RenderBeginHyperlink (HtmlTextWriter writer, string targetUrl, bool encodeUrl, string softkeyLabel, string accessKey)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderEndHyperlink (HtmlTextWriter writer)
  • Method (i): public virtual void RenderPostBackEvent (HtmlTextWriter writer, string target, string argument, string softkeyLabel, string text)
  • Method (i): public virtual void RenderPostBackEvent (HtmlTextWriter writer, string target, string argument, string softkeyLabel, string text, string postUrl, string accessKey)
  • Method (i): protected void RenderPostBackEvent (HtmlTextWriter writer, string target, string argument, string softkeyLabel, string text, string postUrl, string accessKey, bool encode)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Method (i): public virtual string TransformText (string text)
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: virtual IList CacheVaryByHeaders { public get; }
  • Property: virtual IList CacheVaryByParams { public get; }
  • Property: protected string ClientState { }
  • Property: protected Control Control { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.Adapters HtmlPageAdapter ()
n/a public class System.Web.UI.Adapters.HtmlPageAdapter
--> NONE <--
  • Constructor: public HtmlPageAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): public virtual NameValueCollection DeterminePostBackMode ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): ProtectedInternal virtual string GetPostBackFormReference (string formId)
  • Method (i): public virtual ICollection GetRadioButtonsByGroup (string groupName)
  • Method (i): public virtual PageStatePersister GetStatePersister ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): public virtual void RegisterRadioButton (RadioButton radioButton)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method: protected virtual void RenderBeginBodyTag (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginHyperlink (HtmlTextWriter writer, string targetUrl, bool encodeUrl, string softkeyLabel)
  • Method (i): public virtual void RenderBeginHyperlink (HtmlTextWriter writer, string targetUrl, bool encodeUrl, string softkeyLabel, string accessKey)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderEndHyperlink (HtmlTextWriter writer)
  • Method (i): public virtual void RenderPostBackEvent (HtmlTextWriter writer, string target, string argument, string softkeyLabel, string text)
  • Method (i): public virtual void RenderPostBackEvent (HtmlTextWriter writer, string target, string argument, string softkeyLabel, string text, string postUrl, string accessKey)
  • Method (i): protected void RenderPostBackEvent (HtmlTextWriter writer, string target, string argument, string softkeyLabel, string text, string postUrl, string accessKey, bool encode)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Method (i): public virtual string TransformText (string text)
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: virtual IList CacheVaryByHeaders { public get; }
  • Property: virtual IList CacheVaryByParams { public get; }
  • Property: protected string ClientState { }
  • Property: protected Control Control { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.HtmlControls HtmlAnchor ()
public class System.Web.UI.HtmlControls.HtmlAnchor
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.HtmlControls.HtmlAnchor
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method: protected override void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: protected virtual void RaisePostBackEvent (string eventArgument)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
System.Web.UI.HtmlControls HtmlButton ()
public class System.Web.UI.HtmlControls.HtmlButton
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.HtmlControls.HtmlButton
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method: protected override void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Property: bool CausesValidation { public get; public set; }
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: protected virtual void RaisePostBackEvent (string eventArgument)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual bool CausesValidation { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: string ValidationGroup { public get; public set; }
System.Web.UI.HtmlControls HtmlContainerControl ()
public abstract class System.Web.UI.HtmlControls.HtmlContainerControl
(Please hover your mouse over the type to see the inheritance signatures)
public abstract class System.Web.UI.HtmlControls.HtmlContainerControl
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method: protected override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
System.Web.UI.HtmlControls HtmlControl ()
public abstract class System.Web.UI.HtmlControls.HtmlControl
(Please hover your mouse over the type to see the inheritance signatures)
public abstract class System.Web.UI.HtmlControls.HtmlControl
(Please hover your mouse over the type to see the inheritance signatures)
  • Constructor: public HtmlControl ()
  • Constructor: public HtmlControl (string tag)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method: protected override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Constructor: protected HtmlControl ()
  • Constructor: protected HtmlControl (string tag)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method: protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method: protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
System.Web.UI.HtmlControls HtmlEmptyTagControlBuilder ()
n/a public sealed class System.Web.UI.HtmlControls.HtmlEmptyTagControlBuilder
--> NONE <--
  • Constructor: public HtmlEmptyTagControlBuilder ()
  • Method (i): public void AddCollectionItem (ControlBuilder builder)
  • Method (i): public void AddComplexProperty (string filter, string name, ControlBuilder builder)
  • Method (i): public void AddTemplateProperty (string filter, string name, TemplateBuilder builder)
  • Method (i): public virtual bool AllowWhitespaceLiterals ()
  • Method (i): public virtual void AppendLiteralString (string s)
  • Method (i): public virtual void AppendSubBuilder (ControlBuilder subBuilder)
  • Method (i): public virtual object BuildObject ()
  • Method (i): public virtual void CloseControl ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Type GetChildControlType (string tagName, IDictionary attribs)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public Type GetType ()
  • Method: public override bool HasBody ()
  • Method (i): public virtual bool HtmlDecodeLiterals ()
  • Method (i): public virtual void Init (TemplateParser parser, ControlBuilder parentBuilder, Type type, string tagName, string id, IDictionary attribs)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual bool NeedsTagInnerText ()
  • Method (i): public virtual void OnAppendToParentBuilder (ControlBuilder parentBuilder)
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Method (i): public virtual void SetTagInnerText (string text)
  • Method (i): public virtual string ToString ()
  • Property: virtual Type BindingContainerType { public get; }
  • Property: Type ControlType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool FChildrenAsProperties { }
  • Property: protected bool FIsNonParserAccessor { }
  • Property: bool HasAspCode { public get; }
  • Property: string ID { public get; public set; }
  • Property: protected bool InDesigner { }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: Type NamingContainerType { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: string TagName { public get; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
System.Web.UI.HtmlControls HtmlForm ()
public class System.Web.UI.HtmlControls.HtmlForm
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.HtmlControls.HtmlForm
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method: protected override void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method: protected override void Render (HtmlTextWriter output)
  • Method: protected override void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Property: virtual string UniqueID { public get; }
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method: protected override ControlCollection CreateControlCollection ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: ProtectedInternal override void Render (HtmlTextWriter output)
  • Method: ProtectedInternal override void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: string DefaultButton { public get; public set; }
  • Property: string DefaultFocus { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual int MaximumWeight { public get; public set; }
  • Property: protected virtual bool PaginateChildren { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: virtual bool SubmitDisabledControls { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: override string UniqueID { public get; }
  • Property: protected virtual int Weight { }
System.Web.UI.HtmlControls HtmlGenericControl ()
public class System.Web.UI.HtmlControls.HtmlGenericControl
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.HtmlControls.HtmlGenericControl
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
System.Web.UI.HtmlControls HtmlHead ()
n/a public sealed class System.Web.UI.HtmlControls.HtmlHead
--> NONE <--
  • Constructor: public HtmlHead ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method: ProtectedInternal override void AddedControl (Control control, int index)
  • Method: protected override void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderAttributes (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method: ProtectedInternal override void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: bool Disabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: virtual string InnerHtml { public get; public set; }
  • Property: virtual string InnerText { public get; public set; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual string TagName { public get; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
System.Web.UI.HtmlControls HtmlHeadBuilder ()
n/a public class System.Web.UI.HtmlControls.HtmlHeadBuilder
--> NONE <--
  • Constructor: public HtmlHeadBuilder ()
  • Method (i): public void AddCollectionItem (ControlBuilder builder)
  • Method (i): public void AddComplexProperty (string filter, string name, ControlBuilder builder)
  • Method (i): public void AddTemplateProperty (string filter, string name, TemplateBuilder builder)
  • Method: public override bool AllowWhitespaceLiterals ()
  • Method (i): public virtual void AppendLiteralString (string s)
  • Method (i): public virtual void AppendSubBuilder (ControlBuilder subBuilder)
  • Method (i): public virtual object BuildObject ()
  • Method (i): public virtual void CloseControl ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override Type GetChildControlType (string tagName, IDictionary attribs)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasBody ()
  • Method (i): public virtual bool HtmlDecodeLiterals ()
  • Method (i): public virtual void Init (TemplateParser parser, ControlBuilder parentBuilder, Type type, string tagName, string id, IDictionary attribs)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual bool NeedsTagInnerText ()
  • Method (i): public virtual void OnAppendToParentBuilder (ControlBuilder parentBuilder)
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Method (i): public virtual void SetTagInnerText (string text)
  • Method (i): public virtual string ToString ()
  • Property: virtual Type BindingContainerType { public get; }
  • Property: Type ControlType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool FChildrenAsProperties { }
  • Property: protected bool FIsNonParserAccessor { }
  • Property: bool HasAspCode { public get; }
  • Property: string ID { public get; public set; }
  • Property: protected bool InDesigner { }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: Type NamingContainerType { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: string TagName { public get; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
System.Web.UI.HtmlControls HtmlImage ()
public class System.Web.UI.HtmlControls.HtmlImage
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.HtmlControls.HtmlImage
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
System.Web.UI.HtmlControls HtmlInputButton ()
public class System.Web.UI.HtmlControls.HtmlInputButton
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.HtmlControls.HtmlInputButton
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method: protected override void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Property: bool CausesValidation { public get; public set; }
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: protected virtual void RaisePostBackEvent (string eventArgument)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual bool CausesValidation { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: string ValidationGroup { public get; public set; }
System.Web.UI.HtmlControls HtmlInputCheckBox ()
public class System.Web.UI.HtmlControls.HtmlInputCheckBox
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.HtmlControls.HtmlInputCheckBox
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method: protected override void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected virtual bool LoadPostData (string postDataKey, NameValueCollection postCollection)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: protected virtual void RaisePostDataChangedEvent ()
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
System.Web.UI.HtmlControls HtmlInputControl ()
public abstract class System.Web.UI.HtmlControls.HtmlInputControl
(Please hover your mouse over the type to see the inheritance signatures)
public abstract class System.Web.UI.HtmlControls.HtmlInputControl
(Please hover your mouse over the type to see the inheritance signatures)
  • Constructor: public HtmlInputControl (string type)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Constructor: protected HtmlInputControl (string type)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
System.Web.UI.HtmlControls HtmlInputFile ()
public class System.Web.UI.HtmlControls.HtmlInputFile
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.HtmlControls.HtmlInputFile
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method: protected override void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected virtual bool LoadPostData (string postDataKey, NameValueCollection postCollection)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: protected virtual void RaisePostDataChangedEvent ()
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
System.Web.UI.HtmlControls HtmlInputHidden ()
public class System.Web.UI.HtmlControls.HtmlInputHidden
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.HtmlControls.HtmlInputHidden
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method: protected override void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected virtual bool LoadPostData (string postDataKey, NameValueCollection postCollection)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: protected virtual void RaisePostDataChangedEvent ()
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
System.Web.UI.HtmlControls HtmlInputImage ()
public class System.Web.UI.HtmlControls.HtmlInputImage
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.HtmlControls.HtmlInputImage
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method: protected override void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Property: bool CausesValidation { public get; public set; }
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected virtual bool LoadPostData (string postDataKey, NameValueCollection postCollection)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: protected virtual void RaisePostBackEvent (string eventArgument)
  • Method: protected virtual void RaisePostDataChangedEvent ()
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual bool CausesValidation { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: string ValidationGroup { public get; public set; }
System.Web.UI.HtmlControls HtmlInputPassword ()
n/a public class System.Web.UI.HtmlControls.HtmlInputPassword
--> NONE <--
  • Constructor: public HtmlInputPassword ()
  • Constructor: public HtmlInputPassword (string type)
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler ServerChange
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual bool LoadPostData (string postDataKey, NameValueCollection postCollection)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnServerChange (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void RaisePostDataChangedEvent ()
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method: protected override void RenderAttributes (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: bool Disabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: int MaxLength { public get; public set; }
  • Property: virtual string Name { public get; public set; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: int Size { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual string TagName { public get; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: string Type { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: virtual string Value { public get; public set; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
System.Web.UI.HtmlControls HtmlInputRadioButton ()
public class System.Web.UI.HtmlControls.HtmlInputRadioButton
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.HtmlControls.HtmlInputRadioButton
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method: protected override void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected virtual bool LoadPostData (string postDataKey, NameValueCollection postCollection)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: protected virtual void RaisePostDataChangedEvent ()
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
System.Web.UI.HtmlControls HtmlInputReset ()
n/a public class System.Web.UI.HtmlControls.HtmlInputReset
--> NONE <--
  • Constructor: public HtmlInputReset ()
  • Constructor: public HtmlInputReset (string type)
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderAttributes (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: bool Disabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string Name { public get; public set; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual string TagName { public get; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: string Type { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: virtual string Value { public get; public set; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
System.Web.UI.HtmlControls HtmlInputSubmit ()
n/a public class System.Web.UI.HtmlControls.HtmlInputSubmit
--> NONE <--
  • Constructor: public HtmlInputSubmit ()
  • Constructor: public HtmlInputSubmit (string type)
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler ServerClick
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnServerClick (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void RaisePostBackEvent (string eventArgument)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderAttributes (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual bool CausesValidation { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: bool Disabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string Name { public get; public set; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual string TagName { public get; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: string Type { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: string ValidationGroup { public get; public set; }
  • Property: virtual string Value { public get; public set; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
System.Web.UI.HtmlControls HtmlInputText ()
public class System.Web.UI.HtmlControls.HtmlInputText
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.HtmlControls.HtmlInputText
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method: protected override void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method: protected override void RenderAttributes (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected virtual bool LoadPostData (string postDataKey, NameValueCollection postCollection)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: protected virtual void RaisePostDataChangedEvent ()
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderAttributes (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
System.Web.UI.HtmlControls HtmlLink ()
n/a public class System.Web.UI.HtmlControls.HtmlLink
--> NONE <--
  • Constructor: public HtmlLink ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method: protected override void RenderAttributes (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: bool Disabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string Href { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual string TagName { public get; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
System.Web.UI.HtmlControls HtmlSelect ()
public class System.Web.UI.HtmlControls.HtmlSelect
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.HtmlControls.HtmlSelect
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method: protected override void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method: protected override void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method: protected void EnsureDataBound ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method: protected IEnumerable GetData ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected virtual bool LoadPostData (string postDataKey, NameValueCollection postCollection)
  • Method: protected virtual void OnDataPropertyChanged ()
  • Method: protected virtual void OnDataSourceViewChanged (object sender, EventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method: ProtectedInternal override void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: protected virtual void RaisePostDataChangedEvent ()
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method: ProtectedInternal override void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: virtual string DataSourceID { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: protected bool IsBoundUsingDataSourceID { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected bool RequiresDataBinding { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
System.Web.UI.HtmlControls HtmlSelectBuilder ()
n/a public class System.Web.UI.HtmlControls.HtmlSelectBuilder
--> NONE <--
  • Constructor: public HtmlSelectBuilder ()
  • Method (i): public void AddCollectionItem (ControlBuilder builder)
  • Method (i): public void AddComplexProperty (string filter, string name, ControlBuilder builder)
  • Method (i): public void AddTemplateProperty (string filter, string name, TemplateBuilder builder)
  • Method: public override bool AllowWhitespaceLiterals ()
  • Method (i): public virtual void AppendLiteralString (string s)
  • Method (i): public virtual void AppendSubBuilder (ControlBuilder subBuilder)
  • Method (i): public virtual object BuildObject ()
  • Method (i): public virtual void CloseControl ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override Type GetChildControlType (string tagName, IDictionary attribs)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasBody ()
  • Method (i): public virtual bool HtmlDecodeLiterals ()
  • Method (i): public virtual void Init (TemplateParser parser, ControlBuilder parentBuilder, Type type, string tagName, string id, IDictionary attribs)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual bool NeedsTagInnerText ()
  • Method (i): public virtual void OnAppendToParentBuilder (ControlBuilder parentBuilder)
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Method (i): public virtual void SetTagInnerText (string text)
  • Method (i): public virtual string ToString ()
  • Property: virtual Type BindingContainerType { public get; }
  • Property: Type ControlType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool FChildrenAsProperties { }
  • Property: protected bool FIsNonParserAccessor { }
  • Property: bool HasAspCode { public get; }
  • Property: string ID { public get; public set; }
  • Property: protected bool InDesigner { }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: Type NamingContainerType { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: string TagName { public get; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
System.Web.UI.HtmlControls HtmlTable ()
public class System.Web.UI.HtmlControls.HtmlTable
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.HtmlControls.HtmlTable
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method: protected override void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method: ProtectedInternal override void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
System.Web.UI.HtmlControls HtmlTableCell ()
public class System.Web.UI.HtmlControls.HtmlTableCell
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.HtmlControls.HtmlTableCell
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
System.Web.UI.HtmlControls HtmlTableRow ()
public class System.Web.UI.HtmlControls.HtmlTableRow
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.HtmlControls.HtmlTableRow
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method: protected override void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method: ProtectedInternal override void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
System.Web.UI.HtmlControls HtmlTextArea ()
public class System.Web.UI.HtmlControls.HtmlTextArea
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.HtmlControls.HtmlTextArea
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method: protected override void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected virtual bool LoadPostData (string postDataKey, NameValueCollection postCollection)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: protected virtual void RaisePostDataChangedEvent ()
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
System.Web.UI.HtmlControls HtmlTitle ()
n/a public class System.Web.UI.HtmlControls.HtmlTitle
--> NONE <--
  • Constructor: public HtmlTitle ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method: protected override void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual string GetAttribute (string name)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderAttributes (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetAttribute (string name, string value)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: bool Disabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual string TagName { public get; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string Text { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
System.Web.UI.Imaging ImageGenerator ()
n/a public abstract class System.Web.UI.Imaging.ImageGenerator
--> NONE <--
  • Constructor: protected ImageGenerator ()
  • Event: public event EventHandler Error
  • Method: protected virtual Image CreateImage (int width, int height)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: protected override void HandleMissingData (Stream outputStream)
  • Method (i): protected object MemberwiseClone ()
  • Method: protected virtual void OnError (EventArgs e)
  • Method: protected override void ProcessData (Stream inputStream, Stream outputStream)
  • Method: protected abstract void RenderImage (Graphics g)
  • Method (i): public virtual string ToString ()
  • Property: protected HttpApplicationState Application { }
  • Property: protected HttpApplication ApplicationInstance { }
  • Property: protected Cache Cache { }
  • Property: protected HttpContext Context { }
  • Property: protected string CustomErrorImageUrl { }
  • Property: protected virtual int DefaultHeight { }
  • Property: protected virtual int DefaultWidth { }
  • Property: protected override bool IsReusable { }
  • Property: protected IDictionary Parameters { }
  • Property: protected HttpRequest Request { }
  • Property: protected HttpResponse Response { }
  • Property: protected HttpServerUtility Server { }
  • Property: protected Style Style { }
  • Property: protected TraceContext Trace { }
ImageScaleMode ()
n/a public sealed enum System.Web.UI.Imaging.ImageScaleMode
                    FitBasedOnWidth = 0,
                    FitBasedOnHeight = 1,
                    ScaleBasedOnWidth = 2,
                    ScaleBasedOnHeight = 3,
                    NoScaling = 4,
--> NONE <-- --> NONE <--
System.Web.UI.Imaging ImageScaling ()
n/a public sealed class System.Web.UI.Imaging.ImageScaling
--> NONE <--
  • Constructor: public ImageScaling (ImageScaleMode scaleMode, int percentScreenCover)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: int PercentScreenCover { public get; public set; }
  • Property: ImageScaleMode ScaleMode { public get; public set; }
ImageType ()
n/a public sealed enum System.Web.UI.Imaging.ImageType
                    Automatic = 0,
                    Jpeg = 1,
                    Png = 2,
                    Gif = 3,
                    Bmp = 4,
--> NONE <-- --> NONE <--
public class System.Web.UI.WebControls.EditCommandColumn ()
--> NONE <--
  • Property: virtual bool CausesValidation { public get; public set; }
  • Property: virtual string ValidationGroup { public get; public set; }
System.Web.UI.WebControls EmbeddedMailObject ()
n/a public sealed class System.Web.UI.WebControls.EmbeddedMailObject
--> NONE <--
  • Constructor: public EmbeddedMailObject ()
  • Constructor: public EmbeddedMailObject (string name, string path)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string Name { public get; public set; }
  • Property: string Path { public get; public set; }
System.Web.UI.WebControls EmbeddedMailObjectsCollection ()
n/a public sealed class System.Web.UI.WebControls.EmbeddedMailObjectsCollection
--> NONE <--
  • Constructor: public EmbeddedMailObjectsCollection ()
  • Method: public int Add (EmbeddedMailObject part)
  • Method (i): public void Clear ()
  • Method: public bool Contains (EmbeddedMailObject obj)
  • Method (i): public virtual void CopyTo (Array array, int index)
  • Method: protected override object CreateKnownType (int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method: protected override Type[] GetKnownTypes ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (EmbeddedMailObject value)
  • Method: public void Insert (int index, EmbeddedMailObject part)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnClear ()
  • Method (i): protected virtual void OnClearComplete ()
  • Method (i): protected virtual void OnInsert (int index, object value)
  • Method (i): protected virtual void OnInsertComplete (int index, object value)
  • Method (i): protected virtual void OnRemove (int index, object value)
  • Method (i): protected virtual void OnRemoveComplete (int index, object value)
  • Method (i): protected virtual void OnValidate (object value)
  • Method: public void Remove (EmbeddedMailObject part)
  • Method: public void RemoveAt (int index)
  • Method (i): public void SetDirty ()
  • Method: protected override void SetDirtyObject (object o)
  • Method (i): public virtual string ToString ()
  • Property: int Count { public get; }
  • Property: EmbeddedMailObject this [int index] { public get; }
System.Web.UI.WebControls FileUpload ()
n/a public class System.Web.UI.WebControls.FileUpload
--> NONE <--
  • Constructor: public FileUpload ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method: protected override void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method: public void SaveAs (string filename)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AlternateText { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: Stream FileContent { public get; }
  • Property: string FileName { public get; }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: bool HasFile { public get; }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: HttpPostedFile PostedFile { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
public sealed class System.Web.UI.WebControls.FontInfo ()
--> NONE <--
  • Method: public void ClearDefaults ()
public sealed struct System.Web.UI.WebControls.FontUnit ()
--> NONE <--
  • Constructor: public FontUnit (double value)
  • Constructor: public FontUnit (double value, UnitType type)
  • Method: public string ToString (IFormatProvider formatProvider)
public class System.Web.UI.WebControls.FontUnitConverter ()
  • Method (i): public virtual bool CanConvertTo (ITypeDescriptorContext context, Type destinationType)
  • Method: public override bool CanConvertTo (ITypeDescriptorContext context, Type destinationType)
System.Web.UI.WebControls FormParameter ()
n/a public class System.Web.UI.WebControls.FormParameter
--> NONE <--
  • Constructor: public FormParameter ()
  • Constructor: public FormParameter (string name, string formField)
  • Constructor: public FormParameter (string name, TypeCode type, string formField)
  • Constructor: protected FormParameter (FormParameter original)
  • Method: protected override Parameter Clone ()
  • Method (i): public virtual bool Equals (object obj)
  • Method: protected override object Evaluate (HttpContext context, Control control)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected void OnParameterChanged ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): ProtectedInternal virtual void SetDirty ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: bool ConvertEmptyStringToNull { public get; public set; }
  • Property: string DefaultValue { public get; public set; }
  • Property: ParameterDirection Direction { public get; public set; }
  • Property: string FormField { public get; public set; }
  • Property: protected bool IsTrackingViewState { }
  • Property: string Name { public get; public set; }
  • Property: TypeCode Type { public get; public set; }
  • Property: protected StateBag ViewState { }
System.Web.UI.WebControls FormView ()
n/a public class System.Web.UI.WebControls.FormView
--> NONE <--
  • Constructor: public FormView ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler DataBound
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event FormViewCommandEventHandler ItemCommand
  • Event: public event EventHandler ItemCreated
  • Event: public event FormViewDeletedEventHandler ItemDeleted
  • Event: public event FormViewDeleteEventHandler ItemDeleting
  • Event: public event FormViewInsertedEventHandler ItemInserted
  • Event: public event FormViewInsertEventHandler ItemInserting
  • Event: public event FormViewUpdatedEventHandler ItemUpdated
  • Event: public event FormViewUpdateEventHandler ItemUpdating
  • Event: public event EventHandler Load
  • Event: public event EventHandler ModeChanged
  • Event: public event FormViewModeEventHandler ModeChanging
  • Event: public event EventHandler PageIndexChanged
  • Event: public event FormViewPageEventHandler PageIndexChanging
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method: public void ChangeMode (FormViewMode newMode)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): protected void ConfirmInitState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method: protected override int CreateChildControls (IEnumerable dataSource, bool dataBinding)
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method: protected override Style CreateControlStyle ()
  • Method: protected override DataSourceSelectArguments CreateDataSourceSelectArguments ()
  • Method: protected virtual FormViewRow CreateRow (int itemIndex, DataControlRowType rowType, DataControlRowState rowState)
  • Method: protected virtual ChildTable CreateTable ()
  • Method: public override void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): protected void EnsureDataBound ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method: protected virtual void ExtractRowValues (IOrderedDictionary fieldValues, bool includeKeys)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected DataSourceView GetData ()
  • Method (i): protected IDataSource GetDataSource ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method: protected virtual void InitializePager (FormViewRow row, PagedDataSource pagedDataSource)
  • Method: protected virtual void InitializeRow (FormViewRow row)
  • Method: public virtual bool IsBindableType (Type type)
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method: ProtectedInternal override void LoadControlState (object savedState)
  • Method: protected override void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected void MarkAsDataBound ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method: protected override bool OnBubbleEvent (object source, EventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): protected virtual void OnDataBound (EventArgs e)
  • Method (i): protected virtual void OnDataPropertyChanged ()
  • Method (i): protected virtual void OnDataSourceViewChanged (object sender, EventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method: protected virtual void OnItemCommand (FormViewCommandEventArgs e)
  • Method: protected virtual void OnItemCreated (EventArgs e)
  • Method: protected virtual void OnItemDeleted (FormViewDeletedEventArgs e)
  • Method: protected virtual void OnItemDeleting (FormViewDeleteEventArgs e)
  • Method: protected virtual void OnItemInserted (FormViewInsertedEventArgs e)
  • Method: protected virtual void OnItemInserting (FormViewInsertEventArgs e)
  • Method: protected virtual void OnItemUpdated (FormViewUpdatedEventArgs e)
  • Method: protected virtual void OnItemUpdating (FormViewUpdateEventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: protected virtual void OnModeChanged (EventArgs e)
  • Method: protected virtual void OnModeChanging (FormViewModeEventArgs e)
  • Method: protected virtual void OnPageIndexChanged (EventArgs e)
  • Method: protected virtual void OnPageIndexChanging (FormViewPageEventArgs e)
  • Method (i): protected virtual void OnPagePreLoad (object sender, EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: ProtectedInternal override void PerformDataBinding (IEnumerable data)
  • Method (i): protected virtual void PerformSelect ()
  • Method: ProtectedInternal virtual void PrepareControlHierarchy ()
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method: ProtectedInternal override object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Method (i): protected virtual void ValidateDataSource (object dataSource)
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AllowPaging { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: virtual FormViewRow BottomPagerRow { public get; }
  • Property: virtual string Caption { public get; public set; }
  • Property: virtual TableCaptionAlign CaptionAlign { public get; public set; }
  • Property: virtual int CellPadding { public get; public set; }
  • Property: virtual int CellSpacing { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: FormViewMode CurrentMode { public get; }
  • Property: virtual object DataItem { public get; }
  • Property: int DataItemCount { public get; }
  • Property: virtual int DataItemIndex { public get; }
  • Property: DataKey DataKey { public get; }
  • Property: virtual String[] DataKeyNames { public get; public set; }
  • Property: virtual string DataMember { public get; public set; }
  • Property: virtual object DataSource { public get; public set; }
  • Property: virtual string DataSourceID { public get; public set; }
  • Property: virtual FormViewMode DefaultMode { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual ITemplate EditItemTemplate { public get; public set; }
  • Property: virtual TableItemStyle EditRowStyle { public get; }
  • Property: virtual TableItemStyle EmptyDataRowStyle { public get; }
  • Property: virtual ITemplate EmptyDataTemplate { public get; public set; }
  • Property: virtual string EmptyDataText { public get; public set; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual FormViewRow FooterRow { public get; }
  • Property: virtual TableItemStyle FooterStyle { public get; }
  • Property: virtual ITemplate FooterTemplate { public get; public set; }
  • Property: virtual string FooterText { public get; public set; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: virtual GridLines GridLines { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual FormViewRow HeaderRow { public get; }
  • Property: virtual TableItemStyle HeaderStyle { public get; }
  • Property: virtual ITemplate HeaderTemplate { public get; public set; }
  • Property: virtual string HeaderText { public get; public set; }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: protected bool Initialized { }
  • Property: virtual ITemplate InsertItemTemplate { public get; public set; }
  • Property: virtual TableItemStyle InsertRowStyle { public get; }
  • Property: protected bool IsBoundUsingDataSourceID { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual ITemplate ItemTemplate { public get; public set; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual int PageCount { public get; }
  • Property: virtual int PageIndex { public get; public set; }
  • Property: virtual PagerSettings PagerSettings { public get; }
  • Property: virtual TableItemStyle PagerStyle { public get; }
  • Property: virtual ITemplate PagerTemplate { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: protected bool RequiresDataBinding { }
  • Property: virtual FormViewRow Row { public get; }
  • Property: virtual TableItemStyle RowStyle { public get; }
  • Property: protected DataSourceSelectArguments SelectArguments { }
  • Property: object SelectedValue { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual FormViewRow TopPagerRow { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls FormViewCommandEventArgs ()
n/a public class System.Web.UI.WebControls.FormViewCommandEventArgs
--> NONE <--
  • Constructor: public FormViewCommandEventArgs (object commandSource, CommandEventArgs originalArgs)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: object CommandArgument { public get; }
  • Property: string CommandName { public get; }
  • Property: object CommandSource { public get; }
System.Web.UI.WebControls FormViewCommandEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.FormViewCommandEventHandler
--> NONE <--
  • Constructor: public FormViewCommandEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, FormViewCommandEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, FormViewCommandEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls FormViewDeletedEventArgs ()
n/a public class System.Web.UI.WebControls.FormViewDeletedEventArgs
--> NONE <--
  • Constructor: public FormViewDeletedEventArgs (int affectedRows, Exception e)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: int AffectedRows { public get; }
  • Property: Exception Exception { public get; }
  • Property: bool ExceptionHandled { public get; public set; }
  • Property: IOrderedDictionary Keys { public get; }
  • Property: IOrderedDictionary Values { public get; }
System.Web.UI.WebControls FormViewDeletedEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.FormViewDeletedEventHandler
--> NONE <--
  • Constructor: public FormViewDeletedEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, FormViewDeletedEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, FormViewDeletedEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls FormViewDeleteEventArgs ()
n/a public class System.Web.UI.WebControls.FormViewDeleteEventArgs
--> NONE <--
  • Constructor: public FormViewDeleteEventArgs (int rowIndex)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Cancel { public get; public set; }
  • Property: IOrderedDictionary Keys { public get; }
  • Property: int RowIndex { public get; }
  • Property: IOrderedDictionary Values { public get; }
System.Web.UI.WebControls FormViewDeleteEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.FormViewDeleteEventHandler
--> NONE <--
  • Constructor: public FormViewDeleteEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, FormViewDeleteEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, FormViewDeleteEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls FormViewInsertedEventArgs ()
n/a public class System.Web.UI.WebControls.FormViewInsertedEventArgs
--> NONE <--
  • Constructor: public FormViewInsertedEventArgs (int affectedRows, Exception e)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: int AffectedRows { public get; }
  • Property: Exception Exception { public get; }
  • Property: bool ExceptionHandled { public get; public set; }
  • Property: bool KeepInInsertMode { public get; public set; }
  • Property: IOrderedDictionary Values { public get; }
System.Web.UI.WebControls FormViewInsertedEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.FormViewInsertedEventHandler
--> NONE <--
  • Constructor: public FormViewInsertedEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, FormViewInsertedEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, FormViewInsertedEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls FormViewInsertEventArgs ()
n/a public class System.Web.UI.WebControls.FormViewInsertEventArgs
--> NONE <--
  • Constructor: public FormViewInsertEventArgs (object commandArgument)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Cancel { public get; public set; }
  • Property: object CommandArgument { public get; }
  • Property: IOrderedDictionary Values { public get; }
System.Web.UI.WebControls FormViewInsertEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.FormViewInsertEventHandler
--> NONE <--
  • Constructor: public FormViewInsertEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, FormViewInsertEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, FormViewInsertEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
FormViewMode ()
n/a public sealed enum System.Web.UI.WebControls.FormViewMode
                    ReadOnly = 0,
                    Edit = 1,
                    Insert = 2,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls FormViewModeEventArgs ()
n/a public class System.Web.UI.WebControls.FormViewModeEventArgs
--> NONE <--
  • Constructor: public FormViewModeEventArgs (FormViewMode mode, bool cancelingEdit)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Cancel { public get; public set; }
  • Property: bool CancelingEdit { public get; }
  • Property: FormViewMode NewMode { public get; public set; }
System.Web.UI.WebControls FormViewModeEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.FormViewModeEventHandler
--> NONE <--
  • Constructor: public FormViewModeEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, FormViewModeEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, FormViewModeEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls FormViewPageEventArgs ()
n/a public class System.Web.UI.WebControls.FormViewPageEventArgs
--> NONE <--
  • Constructor: public FormViewPageEventArgs (int newPageIndex)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Cancel { public get; public set; }
  • Property: int NewPageIndex { public get; public set; }
System.Web.UI.WebControls FormViewPageEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.FormViewPageEventHandler
--> NONE <--
  • Constructor: public FormViewPageEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, FormViewPageEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, FormViewPageEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls FormViewRow ()
n/a public class System.Web.UI.WebControls.FormViewRow
--> NONE <--
  • Constructor: public FormViewRow (int itemIndex, DataControlRowType rowType, DataControlRowState rowState)
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method: protected override bool OnBubbleEvent (object source, EventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method: ProtectedInternal virtual void SetRowState (DataControlRowState rowState)
  • Method: ProtectedInternal virtual void SetRowType (DataControlRowType rowType)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: virtual TableCellCollection Cells { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual int ItemIndex { public get; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual DataControlRowState RowState { public get; }
  • Property: virtual DataControlRowType RowType { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: virtual TableRowSection TableSection { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: virtual VerticalAlign VerticalAlign { public get; public set; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls FormViewUpdatedEventArgs ()
n/a public class System.Web.UI.WebControls.FormViewUpdatedEventArgs
--> NONE <--
  • Constructor: public FormViewUpdatedEventArgs (int affectedRows, Exception e)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: int AffectedRows { public get; }
  • Property: Exception Exception { public get; }
  • Property: bool ExceptionHandled { public get; public set; }
  • Property: bool KeepInEditMode { public get; public set; }
  • Property: IOrderedDictionary Keys { public get; }
  • Property: IOrderedDictionary NewValues { public get; }
  • Property: IOrderedDictionary OldValues { public get; }
System.Web.UI.WebControls FormViewUpdatedEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.FormViewUpdatedEventHandler
--> NONE <--
  • Constructor: public FormViewUpdatedEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, FormViewUpdatedEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, FormViewUpdatedEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls FormViewUpdateEventArgs ()
n/a public class System.Web.UI.WebControls.FormViewUpdateEventArgs
--> NONE <--
  • Constructor: public FormViewUpdateEventArgs (object commandArgument)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Cancel { public get; public set; }
  • Property: object CommandArgument { public get; }
  • Property: IOrderedDictionary Keys { public get; }
  • Property: IOrderedDictionary NewValues { public get; }
  • Property: IOrderedDictionary OldValues { public get; }
System.Web.UI.WebControls FormViewUpdateEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.FormViewUpdateEventHandler
--> NONE <--
  • Constructor: public FormViewUpdateEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, FormViewUpdateEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, FormViewUpdateEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls GridView ()
n/a public class System.Web.UI.WebControls.GridView
--> NONE <--
  • Constructor: public GridView ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler DataBound
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PageIndexChanged
  • Event: public event GridViewPageEventHandler PageIndexChanging
  • Event: public event EventHandler PreRender
  • Event: public event GridViewCancelEditEventHandler RowCancelingEdit
  • Event: public event GridViewCommandEventHandler RowCommand
  • Event: public event GridViewRowEventHandler RowCreated
  • Event: public event GridViewRowEventHandler RowDataBound
  • Event: public event GridViewDeletedEventHandler RowDeleted
  • Event: public event GridViewDeleteEventHandler RowDeleting
  • Event: public event GridViewEditEventHandler RowEditing
  • Event: public event GridViewUpdatedEventHandler RowUpdated
  • Event: public event GridViewUpdateEventHandler RowUpdating
  • Event: public event EventHandler SelectedIndexChanged
  • Event: public event GridViewSelectEventHandler SelectedIndexChanging
  • Event: public event EventHandler Sorted
  • Event: public event GridViewSortEventHandler Sorting
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): protected void ConfirmInitState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method: protected virtual AutoGeneratedField CreateAutoGeneratedColumn (AutoGeneratedFieldProperties fieldProperties)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method: protected override int CreateChildControls (IEnumerable dataSource, bool dataBinding)
  • Method: protected virtual ChildTable CreateChildTable ()
  • Method: protected virtual ICollection CreateColumns (PagedDataSource dataSource, bool useDataSource)
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method: protected override Style CreateControlStyle ()
  • Method: protected override DataSourceSelectArguments CreateDataSourceSelectArguments ()
  • Method: protected virtual GridViewRow CreateRow (int rowIndex, int dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState)
  • Method: public override void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): protected void EnsureDataBound ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method: protected virtual void ExtractRowValues (IOrderedDictionary fieldValues, GridViewRow row, bool excludeReadOnlyFields, bool includePrimaryKey)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected DataSourceView GetData ()
  • Method (i): protected IDataSource GetDataSource ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method: protected virtual void InitializePager (GridViewRow row, int columnSpan, PagedDataSource pagedDataSource)
  • Method: protected virtual void InitializeRow (GridViewRow row, DataControlField[] fields)
  • Method: public virtual bool IsBindableType (Type type)
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method: ProtectedInternal override void LoadControlState (object savedState)
  • Method: protected override void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected void MarkAsDataBound ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method: protected override bool OnBubbleEvent (object source, EventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): protected virtual void OnDataBound (EventArgs e)
  • Method: protected override void OnDataPropertyChanged ()
  • Method: protected override void OnDataSourceViewChanged (object sender, EventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: protected virtual void OnPageIndexChanged (EventArgs e)
  • Method: protected virtual void OnPageIndexChanging (GridViewPageEventArgs e)
  • Method (i): protected virtual void OnPagePreLoad (object sender, EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method: protected virtual void OnRowCancelingEdit (GridViewCancelEditEventArgs e)
  • Method: protected virtual void OnRowCommand (GridViewCommandEventArgs e)
  • Method: protected virtual void OnRowCreated (GridViewRowEventArgs e)
  • Method: protected virtual void OnRowDataBound (GridViewRowEventArgs e)
  • Method: protected virtual void OnRowDeleted (GridViewDeletedEventArgs e)
  • Method: protected virtual void OnRowDeleting (GridViewDeleteEventArgs e)
  • Method: protected virtual void OnRowEditing (GridViewEditEventArgs e)
  • Method: protected virtual void OnRowUpdated (GridViewUpdatedEventArgs e)
  • Method: protected virtual void OnRowUpdating (GridViewUpdateEventArgs e)
  • Method: protected virtual void OnSelectedIndexChanged (EventArgs e)
  • Method: protected virtual void OnSelectedIndexChanging (GridViewSelectEventArgs e)
  • Method: protected virtual void OnSorted (EventArgs e)
  • Method: protected virtual void OnSorting (GridViewSortEventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: ProtectedInternal override void PerformDataBinding (IEnumerable data)
  • Method (i): protected virtual void PerformSelect ()
  • Method: ProtectedInternal virtual void PrepareControlHierarchy ()
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method: ProtectedInternal override object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Method (i): protected virtual void ValidateDataSource (object dataSource)
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AllowPaging { public get; public set; }
  • Property: virtual bool AllowSorting { public get; public set; }
  • Property: virtual TableItemStyle AlternatingRowStyle { public get; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual bool AutoGenerateColumns { public get; public set; }
  • Property: virtual bool AutoGenerateDeleteButton { public get; public set; }
  • Property: virtual bool AutoGenerateEditButton { public get; public set; }
  • Property: virtual bool AutoGenerateSelectButton { public get; public set; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: virtual GridViewRow BottomPagerRow { public get; }
  • Property: virtual string Caption { public get; public set; }
  • Property: virtual TableCaptionAlign CaptionAlign { public get; public set; }
  • Property: virtual int CellPadding { public get; public set; }
  • Property: virtual int CellSpacing { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual DataControlFieldCollection Columns { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: virtual String[] DataKeyNames { public get; public set; }
  • Property: virtual DataKeyArray DataKeys { public get; }
  • Property: virtual string DataMember { public get; public set; }
  • Property: virtual object DataSource { public get; public set; }
  • Property: virtual string DataSourceID { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual Style DetailLinkStyle { public get; }
  • Property: virtual string DetailNextRowText { public get; public set; }
  • Property: virtual string DetailPreviousRowText { public get; public set; }
  • Property: virtual string DetailSummaryText { public get; public set; }
  • Property: virtual Style DetailTitleStyle { public get; }
  • Property: virtual int EditIndex { public get; public set; }
  • Property: virtual TableItemStyle EditRowStyle { public get; }
  • Property: virtual TableItemStyle EmptyDataRowStyle { public get; }
  • Property: virtual ITemplate EmptyDataTemplate { public get; public set; }
  • Property: virtual string EmptyDataText { public get; public set; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableSortingAndPagingCallbacks { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual GridViewRow FooterRow { public get; }
  • Property: virtual TableItemStyle FooterStyle { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: virtual GridLines GridLines { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual GridViewRow HeaderRow { public get; }
  • Property: virtual TableItemStyle HeaderStyle { public get; }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: protected bool Initialized { }
  • Property: protected bool IsBoundUsingDataSourceID { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual int PageCount { public get; }
  • Property: virtual int PageIndex { public get; public set; }
  • Property: virtual PagerSettings PagerSettings { public get; }
  • Property: virtual TableItemStyle PagerStyle { public get; }
  • Property: virtual ITemplate PagerTemplate { public get; public set; }
  • Property: virtual int PageSize { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: protected bool RequiresDataBinding { }
  • Property: virtual string RowHeaderColumn { public get; public set; }
  • Property: virtual GridViewRowCollection Rows { public get; }
  • Property: virtual TableItemStyle RowStyle { public get; }
  • Property: protected DataSourceSelectArguments SelectArguments { }
  • Property: virtual DataKey SelectedDataKey { public get; }
  • Property: virtual int SelectedIndex { public get; public set; }
  • Property: virtual GridViewRow SelectedRow { public get; }
  • Property: virtual TableItemStyle SelectedRowStyle { public get; }
  • Property: object SelectedValue { public get; }
  • Property: virtual bool ShowFooter { public get; public set; }
  • Property: virtual bool ShowHeader { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: virtual SortDirection SortDirection { public get; }
  • Property: virtual string SortExpression { public get; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual Style SummaryTitleStyle { public get; }
  • Property: virtual string SummaryViewColumn { public get; public set; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual GridViewRow TopPagerRow { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: virtual bool UseAccessibleHeader { public get; public set; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls GridViewCancelEditEventArgs ()
n/a public class System.Web.UI.WebControls.GridViewCancelEditEventArgs
--> NONE <--
  • Constructor: public GridViewCancelEditEventArgs (int rowIndex)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Cancel { public get; public set; }
  • Property: int RowIndex { public get; }
System.Web.UI.WebControls GridViewCancelEditEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.GridViewCancelEditEventHandler
--> NONE <--
  • Constructor: public GridViewCancelEditEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, GridViewCancelEditEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, GridViewCancelEditEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls GridViewCommandEventArgs ()
n/a public class System.Web.UI.WebControls.GridViewCommandEventArgs
--> NONE <--
  • Constructor: public GridViewCommandEventArgs (object commandSource, CommandEventArgs originalArgs)
  • Constructor: public GridViewCommandEventArgs (GridViewRow row, object commandSource, CommandEventArgs originalArgs)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: object CommandArgument { public get; }
  • Property: string CommandName { public get; }
  • Property: object CommandSource { public get; }
System.Web.UI.WebControls GridViewCommandEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.GridViewCommandEventHandler
--> NONE <--
  • Constructor: public GridViewCommandEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, GridViewCommandEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, GridViewCommandEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls GridViewDeletedEventArgs ()
n/a public class System.Web.UI.WebControls.GridViewDeletedEventArgs
--> NONE <--
  • Constructor: public GridViewDeletedEventArgs (int affectedRows, Exception e)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: int AffectedRows { public get; }
  • Property: Exception Exception { public get; }
  • Property: bool ExceptionHandled { public get; public set; }
  • Property: IOrderedDictionary Keys { public get; }
  • Property: IOrderedDictionary Values { public get; }
System.Web.UI.WebControls GridViewDeletedEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.GridViewDeletedEventHandler
--> NONE <--
  • Constructor: public GridViewDeletedEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, GridViewDeletedEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, GridViewDeletedEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls GridViewDeleteEventArgs ()
n/a public class System.Web.UI.WebControls.GridViewDeleteEventArgs
--> NONE <--
  • Constructor: public GridViewDeleteEventArgs (int rowIndex)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Cancel { public get; public set; }
  • Property: IOrderedDictionary Keys { public get; }
  • Property: int RowIndex { public get; }
  • Property: IOrderedDictionary Values { public get; }
System.Web.UI.WebControls GridViewDeleteEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.GridViewDeleteEventHandler
--> NONE <--
  • Constructor: public GridViewDeleteEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, GridViewDeleteEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, GridViewDeleteEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls GridViewEditEventArgs ()
n/a public class System.Web.UI.WebControls.GridViewEditEventArgs
--> NONE <--
  • Constructor: public GridViewEditEventArgs (int newEditIndex)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Cancel { public get; public set; }
  • Property: int NewEditIndex { public get; public set; }
System.Web.UI.WebControls GridViewEditEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.GridViewEditEventHandler
--> NONE <--
  • Constructor: public GridViewEditEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, GridViewEditEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, GridViewEditEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls GridViewPageEventArgs ()
n/a public class System.Web.UI.WebControls.GridViewPageEventArgs
--> NONE <--
  • Constructor: public GridViewPageEventArgs (int newPageIndex)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Cancel { public get; public set; }
  • Property: int NewPageIndex { public get; public set; }
System.Web.UI.WebControls GridViewPageEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.GridViewPageEventHandler
--> NONE <--
  • Constructor: public GridViewPageEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, GridViewPageEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, GridViewPageEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls GridViewRow ()
n/a public class System.Web.UI.WebControls.GridViewRow
--> NONE <--
  • Constructor: public GridViewRow (int rowIndex, int dataItemIndex, DataControlRowType rowType, DataControlRowState rowState)
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method: protected override bool OnBubbleEvent (object source, EventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method: public void SetDataItem (object dataItem)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method: public virtual void SetRowState (DataControlRowState rowState)
  • Method: public virtual void SetRowType (DataControlRowType rowType)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: virtual TableCellCollection Cells { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: virtual object DataItem { public get; }
  • Property: virtual int DataItemIndex { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual int RowIndex { public get; }
  • Property: virtual DataControlRowState RowState { public get; }
  • Property: virtual DataControlRowType RowType { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: virtual TableRowSection TableSection { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: virtual VerticalAlign VerticalAlign { public get; public set; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls GridViewRowCollection ()
n/a public class System.Web.UI.WebControls.GridViewRowCollection
--> NONE <--
  • Constructor: public GridViewRowCollection (ArrayList rows)
  • Method: public void CopyTo (GridViewRow[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: bool IsReadOnly { public get; }
  • Property: virtual bool IsSynchronized { public get; }
  • Property: GridViewRow this [int index] { public get; }
  • Property: virtual object SyncRoot { public get; }
System.Web.UI.WebControls GridViewRowEventArgs ()
n/a public class System.Web.UI.WebControls.GridViewRowEventArgs
--> NONE <--
  • Constructor: public GridViewRowEventArgs (GridViewRow row)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: GridViewRow Row { public get; }
System.Web.UI.WebControls GridViewRowEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.GridViewRowEventHandler
--> NONE <--
  • Constructor: public GridViewRowEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, GridViewRowEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, GridViewRowEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls GridViewSelectEventArgs ()
n/a public class System.Web.UI.WebControls.GridViewSelectEventArgs
--> NONE <--
  • Constructor: public GridViewSelectEventArgs (int newSelectedIndex)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Cancel { public get; public set; }
  • Property: int NewSelectedIndex { public get; public set; }
System.Web.UI.WebControls GridViewSelectEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.GridViewSelectEventHandler
--> NONE <--
  • Constructor: public GridViewSelectEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, GridViewSelectEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, GridViewSelectEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls GridViewSortEventArgs ()
n/a public class System.Web.UI.WebControls.GridViewSortEventArgs
--> NONE <--
  • Constructor: public GridViewSortEventArgs (string sortExpression, SortDirection sortDirection)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Cancel { public get; public set; }
  • Property: SortDirection SortDirection { public get; public set; }
  • Property: string SortExpression { public get; public set; }
System.Web.UI.WebControls GridViewSortEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.GridViewSortEventHandler
--> NONE <--
  • Constructor: public GridViewSortEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, GridViewSortEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, GridViewSortEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls GridViewUpdatedEventArgs ()
n/a public class System.Web.UI.WebControls.GridViewUpdatedEventArgs
--> NONE <--
  • Constructor: public GridViewUpdatedEventArgs (int affectedRows, Exception e)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: int AffectedRows { public get; }
  • Property: Exception Exception { public get; }
  • Property: bool ExceptionHandled { public get; public set; }
  • Property: bool KeepInEditMode { public get; public set; }
  • Property: IOrderedDictionary Keys { public get; }
  • Property: IOrderedDictionary NewValues { public get; }
  • Property: IOrderedDictionary OldValues { public get; }
System.Web.UI.WebControls GridViewUpdatedEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.GridViewUpdatedEventHandler
--> NONE <--
  • Constructor: public GridViewUpdatedEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, GridViewUpdatedEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, GridViewUpdatedEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls GridViewUpdateEventArgs ()
n/a public class System.Web.UI.WebControls.GridViewUpdateEventArgs
--> NONE <--
  • Constructor: public GridViewUpdateEventArgs (int rowIndex)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Cancel { public get; public set; }
  • Property: IOrderedDictionary Keys { public get; }
  • Property: IOrderedDictionary NewValues { public get; }
  • Property: IOrderedDictionary OldValues { public get; }
  • Property: int RowIndex { public get; }
System.Web.UI.WebControls GridViewUpdateEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.GridViewUpdateEventHandler
--> NONE <--
  • Constructor: public GridViewUpdateEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, GridViewUpdateEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, GridViewUpdateEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls HiddenField ()
n/a public class System.Web.UI.WebControls.HiddenField
--> NONE <--
  • Constructor: public HiddenField ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Event: public event EventHandler ValueChanged
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method: protected override ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method: public override void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected virtual bool LoadPostData (string postDataKey, NameValueCollection postCollection)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: protected virtual void OnValueChanged (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method: protected virtual void RaisePostDataChangedEvent ()
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: override bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: override string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: virtual string Value { public get; public set; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
System.Web.UI.WebControls HierarchicalDataBoundControl ()
n/a public abstract class System.Web.UI.WebControls.HierarchicalDataBoundControl
--> NONE <--
  • Constructor: protected HierarchicalDataBoundControl ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler DataBound
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): protected void ConfirmInitState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): protected void EnsureDataBound ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method: protected HierarchicalDataSourceView GetData (string viewPath)
  • Method: protected IHierarchicalDataSource GetDataSource ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): protected virtual void OnDataBound (EventArgs e)
  • Method: protected override void OnDataPropertyChanged ()
  • Method: protected virtual void OnDataSourceChanged (object sender, EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method: ProtectedInternal override void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPagePreLoad (object sender, EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: ProtectedInternal virtual void PerformDataBinding ()
  • Method: protected override void PerformSelect ()
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Method: protected override void ValidateDataSource (object dataSource)
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: virtual string DataMember { public get; public set; }
  • Property: override object DataSource { public get; public set; }
  • Property: override string DataSourceID { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: protected bool Initialized { }
  • Property: protected bool IsBoundUsingDataSourceID { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: protected bool RequiresDataBinding { }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls HotSpot ()
n/a public abstract class System.Web.UI.WebControls.HotSpot
--> NONE <--
  • Constructor: protected HotSpot ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public abstract string GetCoordinates ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method: protected virtual object SaveViewState ()
  • Method: public override string ToString ()
  • Method: protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: virtual string AlternateText { public get; public set; }
  • Property: virtual HotSpotMode HotSpotMode { public get; public set; }
  • Property: protected virtual bool IsTrackingViewState { }
  • Property: ProtectedInternal abstract string MarkupName { }
  • Property: string NavigateUrl { public get; public set; }
  • Property: string PostBackValue { public get; public set; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: virtual string Target { public get; public set; }
  • Property: protected StateBag ViewState { }
System.Web.UI.WebControls HotSpotCollection ()
n/a public sealed class System.Web.UI.WebControls.HotSpotCollection
--> NONE <--
  • Constructor: public HotSpotCollection ()
  • Method: public int Add (HotSpot spot)
  • Method (i): public void Clear ()
  • Method (i): public virtual void CopyTo (Array array, int index)
  • Method: protected override object CreateKnownType (int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method: protected override Type[] GetKnownTypes ()
  • Method (i): public Type GetType ()
  • Method: public void Insert (int index, HotSpot spot)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnClear ()
  • Method (i): protected virtual void OnClearComplete ()
  • Method (i): protected virtual void OnInsert (int index, object value)
  • Method (i): protected virtual void OnInsertComplete (int index, object value)
  • Method (i): protected virtual void OnRemove (int index, object value)
  • Method (i): protected virtual void OnRemoveComplete (int index, object value)
  • Method: protected override void OnValidate (object o)
  • Method: public void Remove (HotSpot spot)
  • Method: public void RemoveAt (int index)
  • Method (i): public void SetDirty ()
  • Method: protected override void SetDirtyObject (object o)
  • Method (i): public virtual string ToString ()
  • Property: int Count { public get; }
  • Property: HotSpot this [int index] { public get; }
HotSpotMode ()
n/a public sealed enum System.Web.UI.WebControls.HotSpotMode
                    NotSet = 0,
                    Navigate = 1,
                    PostBack = 2,
                    Inactive = 3,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls HyperLink ()
public class System.Web.UI.WebControls.HyperLink
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.HyperLink
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method: protected override void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method: ProtectedInternal override void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: bool CountClicks { public get; public set; }
  • Property: virtual string CounterGroup { public get; public set; }
  • Property: string CounterName { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: int RowsPerDay { public get; public set; }
  • Property: string SiteCountersProvider { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: string SoftkeyLabel { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: bool TrackApplicationName { public get; public set; }
  • Property: bool TrackNavigateUrl { public get; public set; }
  • Property: bool TrackPageUrl { public get; public set; }
public class System.Web.UI.WebControls.HyperLinkControlBuilder ()
  • Property: protected TemplateParser Parser { }
  • Method (i): public void AddCollectionItem (ControlBuilder builder)
  • Method (i): public void AddComplexProperty (string filter, string name, ControlBuilder builder)
  • Method (i): public void AddTemplateProperty (string filter, string name, TemplateBuilder builder)
  • Method (i): public virtual object BuildObject ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Property: virtual Type BindingContainerType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
System.Web.UI.WebControls HyperLinkField ()
n/a public class System.Web.UI.WebControls.HyperLinkField
--> NONE <--
  • Constructor: public HyperLinkField ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): public virtual void ExtractValuesFromCell (IOrderedDictionary dictionary, DataControlFieldCell cell, DataControlRowState rowState, bool includeReadOnly)
  • Method (i): protected virtual void Finalize ()
  • Method: protected virtual string FormatDataNavigateUrlValue (object[] dataUrlValues)
  • Method: protected virtual string FormatDataTextValue (object dataTextValue)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override bool Initialize (bool enableSorting, Control control)
  • Method: public override void InitializeCell (DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnFieldChanged ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Method: public override void ValidateSupportsCallback ()
  • Property: virtual string AccessibleHeaderText { public get; public set; }
  • Property: protected Control Control { }
  • Property: virtual Style ControlStyle { public get; }
  • Property: virtual String[] DataNavigateUrlFields { public get; public set; }
  • Property: virtual string DataNavigateUrlFormatString { public get; public set; }
  • Property: virtual string DataTextField { public get; public set; }
  • Property: virtual string DataTextFormatString { public get; public set; }
  • Property: protected bool DesignMode { }
  • Property: virtual TableItemStyle FooterStyle { public get; }
  • Property: virtual string FooterText { public get; public set; }
  • Property: virtual string HeaderImageUrl { public get; public set; }
  • Property: virtual TableItemStyle HeaderStyle { public get; }
  • Property: virtual string HeaderText { public get; public set; }
  • Property: protected bool IsTrackingViewState { }
  • Property: virtual TableItemStyle ItemStyle { public get; }
  • Property: virtual string NavigateUrl { public get; public set; }
  • Property: virtual bool ShowHeader { public get; public set; }
  • Property: virtual string SortExpression { public get; public set; }
  • Property: virtual string Target { public get; public set; }
  • Property: virtual string Text { public get; public set; }
  • Property: protected StateBag ViewState { }
  • Property: bool Visible { public get; public set; }
System.Web.UI.WebControls IButtonControl ()
n/a public interface System.Web.UI.WebControls.IButtonControl
--> NONE <--
  • Event: public event EventHandler Click
  • Event: public event CommandEventHandler Command
  • Property: bool CausesValidation { public get; public set; }
  • Property: string CommandArgument { public get; public set; }
  • Property: string CommandName { public get; public set; }
  • Property: string PostBackUrl { public get; public set; }
  • Property: string SoftkeyLabel { public get; }
  • Property: string Text { public get; public set; }
  • Property: string ValidationGroup { public get; public set; }
  • Property: bool Visible { public get; public set; }
System.Web.UI.WebControls ICallbackContainer ()
n/a public interface System.Web.UI.WebControls.ICallbackContainer
--> NONE <--
  • Method: string GetCallbackScript (IButtonControl buttonControl, string argument)
System.Web.UI.WebControls ICompositeControlDesignerAccessor ()
n/a public interface System.Web.UI.WebControls.ICompositeControlDesignerAccessor
--> NONE <--
  • Method: void RecreateChildControls ()
System.Web.UI.WebControls Image ()
public class System.Web.UI.WebControls.Image
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.Image
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method: protected override void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Property: virtual ControlCollection Controls { public get; }
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method: ProtectedInternal override void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: override ControlCollection Controls { public get; }
  • Property: virtual string DescriptionUrl { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool GenerateEmptyAlternateText { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
System.Web.UI.WebControls ImageButton ()
public class System.Web.UI.WebControls.ImageButton
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.ImageButton
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method: protected override void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Property: bool CausesValidation { public get; public set; }
  • Property: string CommandArgument { public get; public set; }
  • Property: string CommandName { public get; public set; }
  • Property: virtual bool Enabled { public get; public set; }
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected virtual bool LoadPostData (string postDataKey, NameValueCollection postCollection)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: protected virtual void RaisePostBackEvent (string eventArgument)
  • Method: protected virtual void RaisePostDataChangedEvent ()
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual bool CausesValidation { public get; public set; }
  • Property: virtual string CommandArgument { public get; public set; }
  • Property: virtual string CommandName { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: bool CountClicks { public get; public set; }
  • Property: string CounterGroup { public get; public set; }
  • Property: string CounterName { public get; public set; }
  • Property: virtual string DescriptionUrl { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: override bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: override bool GenerateEmptyAlternateText { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string OnClientClick { public get; public set; }
  • Property: virtual string PostBackUrl { public get; public set; }
  • Property: int RowsPerDay { public get; public set; }
  • Property: string SiteCountersProvider { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: virtual string SoftkeyLabel { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: protected virtual string Text { }
  • Property: bool TrackApplicationName { public get; public set; }
  • Property: bool TrackPageUrl { public get; public set; }
  • Property: virtual string ValidationGroup { public get; public set; }
System.Web.UI.WebControls ImageField ()
n/a public class System.Web.UI.WebControls.ImageField
--> NONE <--
  • Constructor: public ImageField ()
  • Field: public static readonly string thisExpression
  • Method (i): public virtual bool Equals (object obj)
  • Method: public override void ExtractValuesFromCell (IOrderedDictionary dictionary, DataControlFieldCell cell, DataControlRowState rowState, bool includeReadOnly)
  • Method (i): protected virtual void Finalize ()
  • Method: protected virtual string FormatImageUrlValue (object dataValue)
  • Method: protected virtual string GetDesignTimeValue ()
  • Method: protected virtual string GetFormattedAlternateText (Control controlContainer)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: protected virtual object GetValue (Control controlContainer, string fieldName, PropertyDescriptor cachedDescriptor)
  • Method: public override bool Initialize (bool enableSorting, Control control)
  • Method: public override void InitializeCell (DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex)
  • Method: protected virtual void InitializeDataCell (DataControlFieldCell cell, DataControlRowState rowState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method: protected virtual void OnDataBindField (object sender, EventArgs e)
  • Method (i): protected virtual void OnFieldChanged ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Method: public override void ValidateSupportsCallback ()
  • Property: virtual string AccessibleHeaderText { public get; public set; }
  • Property: virtual string AlternateText { public get; public set; }
  • Property: virtual string AlternateTextField { public get; public set; }
  • Property: virtual string AlternateTextFormatString { public get; public set; }
  • Property: protected Control Control { }
  • Property: virtual Style ControlStyle { public get; }
  • Property: virtual string DataField { public get; public set; }
  • Property: protected bool DesignMode { }
  • Property: virtual TableItemStyle FooterStyle { public get; }
  • Property: virtual string FooterText { public get; public set; }
  • Property: virtual string HeaderImageUrl { public get; public set; }
  • Property: virtual TableItemStyle HeaderStyle { public get; }
  • Property: virtual string HeaderText { public get; public set; }
  • Property: virtual string ImageUrlFormatString { public get; public set; }
  • Property: protected bool IsTrackingViewState { }
  • Property: virtual TableItemStyle ItemStyle { public get; }
  • Property: virtual ImageFieldMode Mode { public get; public set; }
  • Property: virtual string NullDisplayText { public get; public set; }
  • Property: virtual string NullImageUrl { public get; public set; }
  • Property: virtual bool ReadOnly { public get; public set; }
  • Property: virtual bool ShowHeader { public get; public set; }
  • Property: virtual string SortExpression { public get; public set; }
  • Property: protected StateBag ViewState { }
  • Property: bool Visible { public get; public set; }
ImageFieldMode ()
n/a public sealed enum System.Web.UI.WebControls.ImageFieldMode
                    ImageData = 0,
                    ImageUrl = 1,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls ImageMap ()
n/a public class System.Web.UI.WebControls.ImageMap
--> NONE <--
  • Constructor: public ImageMap ()
  • Event: public event ImageMapEventHandler Click
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method: protected override void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected override void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method: protected virtual void OnClick (ImageMapEventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method: protected virtual void RaisePostBackEvent (string eventArgument)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AlternateText { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: bool CountClicks { public get; public set; }
  • Property: string CounterGroup { public get; public set; }
  • Property: string CounterName { public get; public set; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: virtual string DescriptionUrl { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: override bool GenerateEmptyAlternateText { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual HotSpotMode HotSpotMode { public get; public set; }
  • Property: HotSpotCollection HotSpots { public get; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: virtual ImageAlign ImageAlign { public get; public set; }
  • Property: virtual string ImageUrl { public get; public set; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: int RowsPerDay { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: string SiteCountersProvider { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: virtual string Target { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: bool TrackApplicationName { public get; public set; }
  • Property: bool TrackNavigateUrl { public get; public set; }
  • Property: bool TrackPageUrl { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls ImageMapEventArgs ()
n/a public class System.Web.UI.WebControls.ImageMapEventArgs
--> NONE <--
  • Constructor: public ImageMapEventArgs (string value)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string PostBackValue { public get; }
System.Web.UI.WebControls ImageMapEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.ImageMapEventHandler
--> NONE <--
  • Constructor: public ImageMapEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, ImageMapEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, ImageMapEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls IPostBackContainer ()
n/a public interface System.Web.UI.WebControls.IPostBackContainer
--> NONE <--
  • Method: PostBackOptions GetPostBackOptions (IButtonControl buttonControl)
System.Web.UI.WebControls.Adapters FileUploadAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.FileUploadAdapter
--> NONE <--
  • Constructor: public FileUploadAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new FileUpload Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters FormViewAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.FormViewAdapter
--> NONE <--
  • Constructor: public FormViewAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: protected virtual void RaisePostBackEvent (string eventArgument)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new FormView Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters GridViewAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.GridViewAdapter
--> NONE <--
  • Constructor: public GridViewAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new GridView Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters HiddenFieldAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.HiddenFieldAdapter
--> NONE <--
  • Constructor: public HiddenFieldAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new HiddenField Control { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters HideDisabledControlAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.HideDisabledControlAdapter
--> NONE <--
  • Constructor: public HideDisabledControlAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected WebControl Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters HierarchicalDataBoundControlAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.HierarchicalDataBoundControlAdapter
--> NONE <--
  • Constructor: public HierarchicalDataBoundControlAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal virtual void PerformDataBinding ()
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new HierarchicalDataBoundControl Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters Html32CheckBoxAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.Html32CheckBoxAdapter
--> NONE <--
  • Constructor: public Html32CheckBoxAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderDisabled (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new CheckBox Control { }
  • Property: protected virtual string InputElementText { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters Html32RadioButtonAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.Html32RadioButtonAdapter
--> NONE <--
  • Constructor: public Html32RadioButtonAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderDisabled (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new RadioButton Control { }
  • Property: protected override string InputElementText { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters Html32TextBoxAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.Html32TextBoxAdapter
--> NONE <--
  • Constructor: public Html32TextBoxAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: ProtectedInternal virtual bool AlwaysSaveNonPasswordViewState { }
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected TextBox Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
  • Property: ProtectedInternal override bool SuppressTextareaZeroRowColValue { }
System.Web.UI.WebControls.Adapters HtmlBulletedListAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.HtmlBulletedListAdapter
--> NONE <--
  • Constructor: public HtmlBulletedListAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method: protected override void RenderBeginTag (HtmlTextWriter writer)
  • Method: protected virtual void RenderBulletText (ListItemCollection items, int index, HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method: protected override void RenderContents (HtmlTextWriter writer)
  • Method: protected override void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected BulletedList Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected bool IsMultiSelect { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters HtmlButtonAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.HtmlButtonAdapter
--> NONE <--
  • Constructor: public HtmlButtonAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderAsPostBackLink (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new IButtonControl Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters HtmlCheckBoxAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.HtmlCheckBoxAdapter
--> NONE <--
  • Constructor: public HtmlCheckBoxAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method: protected virtual bool LoadPostData (string key, NameValueCollection data)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: protected virtual void RaisePostDataChangedEvent ()
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderDisabled (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method: protected virtual void RenderNoScriptAutoPostback (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new CheckBox Control { }
  • Property: protected virtual string InputElementText { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters HtmlFileUploadAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.HtmlFileUploadAdapter
--> NONE <--
  • Constructor: public HtmlFileUploadAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new FileUpload Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters HtmlImageAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.HtmlImageAdapter
--> NONE <--
  • Constructor: public HtmlImageAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new Image Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters HtmlImageButtonAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.HtmlImageButtonAdapter
--> NONE <--
  • Constructor: public HtmlImageButtonAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method: protected virtual bool LoadPostData (string postDataKey, NameValueCollection postCollection)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: protected virtual void RaisePostDataChangedEvent ()
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new ImageButton Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters HtmlImageMapAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.HtmlImageMapAdapter
--> NONE <--
  • Constructor: public HtmlImageMapAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method: protected virtual bool LoadPostData (string key, NameValueCollection data)
  • Method (i): protected object MemberwiseClone ()
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: protected virtual void RaisePostBackEvent (string eventArgument)
  • Method: protected virtual void RaisePostDataChangedEvent ()
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new ImageMap Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters HtmlLinkButtonAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.HtmlLinkButtonAdapter
--> NONE <--
  • Constructor: public HtmlLinkButtonAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: protected virtual void RaisePostBackEvent (string s)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new LinkButton Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters HtmlListControlAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.HtmlListControlAdapter
--> NONE <--
  • Constructor: public HtmlListControlAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method: protected virtual bool LoadPostData (string key, NameValueCollection data)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: protected virtual void RaisePostDataChangedEvent ()
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method: protected virtual void RenderListAsCommands (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new ListControl Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected bool IsMultiSelect { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters HtmlRadioButtonAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.HtmlRadioButtonAdapter
--> NONE <--
  • Constructor: public HtmlRadioButtonAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method: protected override bool LoadPostData (string key, NameValueCollection data)
  • Method (i): protected object MemberwiseClone ()
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: protected override void RaisePostDataChangedEvent ()
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderDisabled (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method: protected override void RenderNoScriptAutoPostback (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new RadioButton Control { }
  • Property: protected override string InputElementText { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters HyperLinkAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.HyperLinkAdapter
--> NONE <--
  • Constructor: public HyperLinkAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method: protected override void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new HyperLink Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters ImageAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.ImageAdapter
--> NONE <--
  • Constructor: public ImageAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new Image Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters ImageButtonAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.ImageButtonAdapter
--> NONE <--
  • Constructor: public ImageButtonAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new ImageButton Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters ImageMapAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.ImageMapAdapter
--> NONE <--
  • Constructor: public ImageMapAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new ImageMap Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.WebParts EditorPart ()
n/a public abstract class System.Web.UI.WebControls.WebParts.EditorPart
--> NONE <--
  • Constructor: protected EditorPart ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method: ProtectedInternal abstract bool ApplyChanges ()
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method: protected override void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method: public abstract void SyncChanges ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AllowPaginate { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual PartChromeState ChromeState { public get; public set; }
  • Property: virtual PartChromeType ChromeType { public get; public set; }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: string DefaultButton { public get; public set; }
  • Property: virtual string Description { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual ContentDirection Direction { public get; public set; }
  • Property: ProtectedInternal virtual bool Display { }
  • Property: string DisplayTitle { public get; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: virtual string GroupingText { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected virtual int MaximumWeight { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: protected virtual bool PaginateChildren { }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ScrollBars ScrollBars { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string Title { public get; public set; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: protected WebPartManager WebPartManager { }
  • Property: protected WebPart WebPartToEdit { }
  • Property: protected virtual int Weight { }
  • Property: virtual Unit Width { public get; public set; }
  • Property: virtual bool Wrap { public get; public set; }
  • Property: protected EditorZoneBase Zone { }
System.Web.UI.WebControls.WebParts EditorPartChrome ()
n/a public class System.Web.UI.WebControls.WebParts.EditorPartChrome
--> NONE <--
  • Constructor: public EditorPartChrome (EditorZoneBase zone)
  • Method: protected virtual Style CreateEditorPartChromeStyle (EditorPart editorPart, PartChromeType chromeType)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public virtual void RenderEditorPart (HtmlTextWriter writer, EditorPart editorPart)
  • Method: protected virtual void RenderPartContents (HtmlTextWriter writer, EditorPart editorPart)
  • Method: protected virtual void RenderTitle (HtmlTextWriter writer, EditorPart editorPart)
  • Method (i): public virtual string ToString ()
  • Property: protected EditorZoneBase Zone { }
System.Web.UI.WebControls.WebParts EditorPartCollection ()
n/a public sealed class System.Web.UI.WebControls.WebParts.EditorPartCollection
--> NONE <--
  • Constructor: public EditorPartCollection ()
  • Method: public int Add (EditorPart editorPart)
  • Method (i): public virtual void Clear ()
  • Method: public bool Contains (EditorPart editorPart)
  • Method: public void CopyTo (EditorPart[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (EditorPart editorPart)
  • Method: public void Insert (int index, EditorPart editorPart)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnClear ()
  • Method (i): protected virtual void OnClearComplete ()
  • Method (i): protected virtual void OnInsert (int index, object value)
  • Method (i): protected virtual void OnInsertComplete (int index, object value)
  • Method (i): protected virtual void OnRemove (int index, object value)
  • Method (i): protected virtual void OnRemoveComplete (int index, object value)
  • Method (i): protected virtual void OnSet (int index, object oldValue, object newValue)
  • Method (i): protected virtual void OnSetComplete (int index, object oldValue, object newValue)
  • Method: protected override void OnValidate (object value)
  • Method: public void Remove (EditorPart editorPart)
  • Method (i): public virtual void RemoveAt (int index)
  • Method (i): public virtual string ToString ()
  • Property: int Capacity { public get; public set; }
  • Property: virtual int Count { public get; }
  • Property: protected ArrayList InnerList { }
  • Property: EditorPart this [int index] { public get; public set; }
  • Property: protected IList List { }
System.Web.UI.WebControls.WebParts EditorZone ()
n/a public class System.Web.UI.WebControls.WebParts.EditorZone
--> NONE <--
  • Constructor: public EditorZone ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): protected virtual void Close ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): protected virtual EditorPartChrome CreateEditorPartChrome ()
  • Method: protected override EditorPartCollection CreateEditorParts ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): ProtectedInternal virtual PartChromeType GetEffectiveChromeType (Part part)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): protected void InvalidateEditorParts ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): protected virtual void OnDisplayModeChanged (object sender, WebPartDisplayModeEventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnSelectedWebPartChanged (object sender, WebPartEventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void RaisePostBackEvent (string eventArgument)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBody (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderFooter (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderHeader (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderVerb (HtmlTextWriter writer, WebPartVerb verb)
  • Method (i): protected virtual void RenderVerbs (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual WebPartVerb ApplyVerb { public get; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: WebPartDisplayModeCollection AssociatedDisplayModes { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: virtual WebPartVerb CancelVerb { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: protected virtual bool Display { }
  • Property: EditorPartCollection EditorParts { public get; }
  • Property: virtual Style EditUIStyle { public get; }
  • Property: virtual string EmptyZoneText { public get; public set; }
  • Property: virtual Style EmptyZoneTextStyle { public get; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: virtual Style ErrorStyle { public get; }
  • Property: virtual string ErrorText { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Style FooterStyle { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: protected virtual bool HasFooter { }
  • Property: protected virtual bool HasHeader { }
  • Property: virtual WebPartVerb HeaderCloseVerb { public get; }
  • Property: virtual TitleStyle HeaderStyle { public get; }
  • Property: virtual string HeaderText { public get; public set; }
  • Property: virtual Style HeaderVerbStyle { public get; }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: virtual string InstructionText { public get; public set; }
  • Property: virtual Style InstructionTextStyle { public get; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Style LabelStyle { public get; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual WebPartVerb OKVerb { public get; }
  • Property: int Padding { public get; public set; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual Style PartChromeStyle { public get; }
  • Property: virtual PartChromeType PartChromeType { public get; public set; }
  • Property: virtual TableStyle PartStyle { public get; }
  • Property: virtual TitleStyle PartTitleStyle { public get; }
  • Property: ProtectedInternal bool RenderClientScript { }
  • Property: virtual Style SeparatorStyle { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: ButtonType VerbButtonType { public get; public set; }
  • Property: virtual Style VerbStyle { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: protected WebPartManager WebPartManager { }
  • Property: protected WebPart WebPartToEdit { }
  • Property: virtual Unit Width { public get; public set; }
  • Property: virtual ITemplate ZoneTemplate { public get; public set; }
System.Web.UI.WebControls.WebParts EditorZoneBase ()
n/a public abstract class System.Web.UI.WebControls.WebParts.EditorZoneBase
--> NONE <--
  • Constructor: protected EditorZoneBase ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method: protected override void Close ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method: ProtectedInternal override void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method: protected virtual EditorPartChrome CreateEditorPartChrome ()
  • Method: protected abstract EditorPartCollection CreateEditorParts ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): ProtectedInternal virtual PartChromeType GetEffectiveChromeType (Part part)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method: protected void InvalidateEditorParts ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected override void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method: protected override void OnDisplayModeChanged (object sender, WebPartDisplayModeEventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method: protected override void OnSelectedWebPartChanged (object sender, WebPartEventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method: protected override void RaisePostBackEvent (string eventArgument)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method: protected override void RenderBody (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderFooter (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderHeader (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderVerb (HtmlTextWriter writer, WebPartVerb verb)
  • Method: protected override void RenderVerbs (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual WebPartVerb ApplyVerb { public get; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: WebPartDisplayModeCollection AssociatedDisplayModes { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: virtual WebPartVerb CancelVerb { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: override ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: protected override bool Display { }
  • Property: EditorPartCollection EditorParts { public get; }
  • Property: virtual Style EditUIStyle { public get; }
  • Property: override string EmptyZoneText { public get; public set; }
  • Property: virtual Style EmptyZoneTextStyle { public get; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: virtual Style ErrorStyle { public get; }
  • Property: virtual string ErrorText { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Style FooterStyle { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: protected virtual bool HasFooter { }
  • Property: protected virtual bool HasHeader { }
  • Property: virtual WebPartVerb HeaderCloseVerb { public get; }
  • Property: virtual TitleStyle HeaderStyle { public get; }
  • Property: override string HeaderText { public get; public set; }
  • Property: virtual Style HeaderVerbStyle { public get; }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: override string InstructionText { public get; public set; }
  • Property: virtual Style InstructionTextStyle { public get; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Style LabelStyle { public get; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual WebPartVerb OKVerb { public get; }
  • Property: int Padding { public get; public set; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual Style PartChromeStyle { public get; }
  • Property: virtual PartChromeType PartChromeType { public get; public set; }
  • Property: virtual TableStyle PartStyle { public get; }
  • Property: virtual TitleStyle PartTitleStyle { public get; }
  • Property: ProtectedInternal bool RenderClientScript { }
  • Property: virtual Style SeparatorStyle { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: ButtonType VerbButtonType { public get; public set; }
  • Property: virtual Style VerbStyle { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: protected WebPartManager WebPartManager { }
  • Property: protected WebPart WebPartToEdit { }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls.WebParts GenericWebPart ()
n/a public class System.Web.UI.WebControls.WebParts.GenericWebPart
--> NONE <--
  • Constructor: protected GenericWebPart ()
  • Constructor: ProtectedInternal GenericWebPart (Control control)
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method: protected override ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method: protected virtual EditorPartCollection CreateEditorParts ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void OnClosed (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnConnectModeChanged (EventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnDeleted (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnEditModeChanged (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): ProtectedInternal void SetPersonalizationDirty ()
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AllowClose { public get; public set; }
  • Property: virtual bool AllowEdit { public get; public set; }
  • Property: virtual bool AllowHide { public get; public set; }
  • Property: virtual bool AllowMinimize { public get; public set; }
  • Property: virtual bool AllowPaginate { public get; public set; }
  • Property: virtual bool AllowZoneChange { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual string AuthorizationFilter { public get; public set; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: override string CatalogIconImageUrl { public get; public set; }
  • Property: virtual Control ChildControl { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual PartChromeState ChromeState { public get; public set; }
  • Property: virtual PartChromeType ChromeType { public get; public set; }
  • Property: virtual string ClientID { public get; }
  • Property: string ConnectErrorMessage { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: string DefaultButton { public get; public set; }
  • Property: override string Description { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual ContentDirection Direction { public get; public set; }
  • Property: string DisplayTitle { public get; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual WebPartExportMode ExportMode { public get; public set; }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: virtual string GroupingText { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: bool HasSharedData { public get; }
  • Property: bool HasUserData { public get; }
  • Property: override Unit Height { public get; public set; }
  • Property: virtual WebPartHelpMode HelpMode { public get; public set; }
  • Property: virtual string HelpUrl { public get; public set; }
  • Property: virtual bool Hidden { public get; public set; }
  • Property: virtual HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: virtual string ImportErrorMessage { public get; public set; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: bool IsClosed { public get; }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: bool IsShared { public get; }
  • Property: bool IsStandalone { public get; }
  • Property: bool IsStatic { public get; }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected virtual int MaximumWeight { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: protected virtual bool PaginateChildren { }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ScrollBars ScrollBars { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: override string Subtitle { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: override string Title { public get; public set; }
  • Property: override string TitleIconImageUrl { public get; public set; }
  • Property: override string TitleUrl { public get; public set; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: override WebPartVerbCollection Verbs { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: protected virtual object WebBrowsableObject { }
  • Property: protected WebPartManager WebPartManager { }
  • Property: protected virtual int Weight { }
  • Property: override Unit Width { public get; public set; }
  • Property: virtual bool Wrap { public get; public set; }
  • Property: WebPartZoneBase Zone { public get; }
  • Property: int ZoneIndex { public get; }
System.Web.UI.WebControls.WebParts IField ()
n/a public interface System.Web.UI.WebControls.WebParts.IField
--> NONE <--
  • Property: object FieldValue { public get; }
  • Property: PropertyDescriptor Schema { public get; }
System.Web.UI.WebControls.WebParts IFilter ()
n/a public interface System.Web.UI.WebControls.WebParts.IFilter
--> NONE <--
  • Method: void SetConsumerSchema (PropertyDescriptorCollection schema)
  • Property: IDictionary FilterData { public get; }
  • Property: PropertyDescriptorCollection Schema { public get; }
System.Web.UI.WebControls.WebParts ImportCatalogPart ()
n/a public class System.Web.UI.WebControls.WebParts.ImportCatalogPart
--> NONE <--
  • Constructor: public ImportCatalogPart ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method: ProtectedInternal override void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method: public override WebPartDescriptionCollection GetAvailableWebPartDescriptions ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override WebPart GetWebPart (WebPartDescription description)
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method: ProtectedInternal override void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal void OnUpload (object sender, EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method: ProtectedInternal override object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AllowPaginate { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: virtual string BrowseHelpText { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual PartChromeState ChromeState { public get; public set; }
  • Property: virtual PartChromeType ChromeType { public get; public set; }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: string DefaultButton { public get; public set; }
  • Property: virtual string Description { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual ContentDirection Direction { public get; public set; }
  • Property: string DisplayTitle { public get; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: virtual string GroupingText { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: virtual string ImportedPartLabelText { public get; public set; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected virtual int MaximumWeight { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: protected virtual bool PaginateChildren { }
  • Property: virtual Control Parent { public get; }
  • Property: virtual string PartImportErrorLabelText { public get; public set; }
  • Property: virtual ScrollBars ScrollBars { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: override string Title { public get; public set; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: virtual string UploadButtonText { public get; public set; }
  • Property: virtual string UploadHelpText { public get; public set; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: protected WebPartManager WebPartManager { }
  • Property: protected virtual int Weight { }
  • Property: virtual Unit Width { public get; public set; }
  • Property: virtual bool Wrap { public get; public set; }
  • Property: protected CatalogZoneBase Zone { }
System.Web.UI.WebControls.WebParts IParameters ()
n/a public interface System.Web.UI.WebControls.WebParts.IParameters
--> NONE <--
  • Method: void SetConsumerSchema (PropertyDescriptorCollection schema)
  • Property: IDictionary ParametersData { public get; }
  • Property: PropertyDescriptorCollection Schema { public get; }
System.Web.UI.WebControls.WebParts IPersonalizable ()
n/a public interface System.Web.UI.WebControls.WebParts.IPersonalizable
--> NONE <--
  • Method: bool Load (PersonalizationDictionary state)
  • Method: void Save (PersonalizationDictionary state)
  • Property: bool IsDirty { public get; }
System.Web.UI.WebControls.WebParts IRow ()
n/a public interface System.Web.UI.WebControls.WebParts.IRow
--> NONE <--
  • Property: object RowData { public get; }
  • Property: PropertyDescriptorCollection Schema { public get; }
System.Web.UI.WebControls.WebParts ITable ()
n/a public interface System.Web.UI.WebControls.WebParts.ITable
--> NONE <--
  • Property: PropertyDescriptorCollection Schema { public get; }
  • Property: ICollection TableData { public get; }
System.Web.UI.WebControls.WebParts ITrackingPersonalizable ()
n/a public interface System.Web.UI.WebControls.WebParts.ITrackingPersonalizable
--> NONE <--
  • Method: void BeginLoad ()
  • Method: void BeginSave ()
  • Method: void EndLoad ()
  • Method: void EndSave ()
  • Property: bool TracksChanges { public get; }
System.Web.UI.WebControls.WebParts ITransformerConfigurationControl ()
n/a public interface System.Web.UI.WebControls.WebParts.ITransformerConfigurationControl
--> NONE <--
  • Event: public event EventHandler Cancelled
  • Event: public event EventHandler Succeeded
System.Web.UI.WebControls.WebParts IVersioningPersonalizable ()
n/a public interface System.Web.UI.WebControls.WebParts.IVersioningPersonalizable
--> NONE <--
  • Method: bool Load (IDictionary unknownProperties)
System.Web.UI.WebControls.WebParts IWebActionable ()
n/a public interface System.Web.UI.WebControls.WebParts.IWebActionable
--> NONE <--
  • Property: WebPartVerbCollection Verbs { public get; }
System.Web.UI.WebControls.WebParts IWebEditable ()
n/a public interface System.Web.UI.WebControls.WebParts.IWebEditable
--> NONE <--
  • Method: EditorPartCollection CreateEditorParts ()
  • Property: object WebBrowsableObject { public get; }
System.Web.UI.WebControls.WebParts IWebPart ()
n/a public interface System.Web.UI.WebControls.WebParts.IWebPart
--> NONE <--
  • Property: string CatalogIconImageUrl { public get; public set; }
  • Property: string Description { public get; public set; }
  • Property: string Subtitle { public get; }
  • Property: string Title { public get; public set; }
  • Property: string TitleIconImageUrl { public get; public set; }
  • Property: string TitleUrl { public get; public set; }
System.Web.UI.WebControls.WebParts IWebPartHttpHandler ()
n/a public interface System.Web.UI.WebControls.WebParts.IWebPartHttpHandler
--> NONE <--
  • Property: PersonalizationScope DesiredScope { public get; }
System.Web.Compilation LinePragmaCodeInfo ()
n/a public class System.Web.Compilation.LinePragmaCodeInfo
--> NONE <--
  • Constructor: public LinePragmaCodeInfo ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: int CodeLength { public get; }
  • Property: bool IsCodeNugget { public get; }
  • Property: int StartColumn { public get; }
  • Property: int StartGeneratedColumn { public get; }
  • Property: int StartLine { public get; }
System.Web.Configuration LowerCaseStringConfigurationProperty ()
n/a public class System.Web.Configuration.LowerCaseStringConfigurationProperty
--> NONE <--
  • Constructor: public LowerCaseStringConfigurationProperty (string name, string defaultValue, ConfigurationPropertyFlags flags)
  • Method: protected virtual object ConvertFromString (string value)
  • Method: protected virtual string ConvertToString (object value)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: TypeConverter Converter { public get; }
  • Property: object DefaultValue { public get; }
  • Property: bool IsKey { public get; }
  • Property: bool IsRequired { public get; }
  • Property: string Name { public get; }
  • Property: Type Type { public get; }
  • Property: ConfigurationValidationAttribute ValidationAttribute { public get; }
System.Web.UI KeyedList ()
n/a public class System.Web.UI.KeyedList
--> NONE <--
  • Constructor: public KeyedList ()
  • Constructor: public KeyedList (int capacity)
  • Method: public virtual void Add (object key, object value)
  • Method: public virtual void Clear ()
  • Method: public virtual bool Contains (object key)
  • Method: public virtual void CopyTo (Array array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: protected virtual IDictionaryEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public virtual void Insert (int index, object key, object value)
  • Method: protected virtual void LoadViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method: public virtual void Remove (object key)
  • Method: public virtual void RemoveAt (int index)
  • Method: protected virtual object SaveViewState ()
  • Method (i): public virtual string ToString ()
  • Method: protected virtual void TrackViewState ()
  • Property: virtual int Count { public get; }
  • Property: virtual bool IsFixedSize { public get; }
  • Property: virtual bool IsReadOnly { public get; }
  • Property: virtual bool IsSynchronized { public get; }
  • Property: protected virtual bool IsTrackingViewState { }
  • Property: virtual object this [int index] { public get; public set; }
  • Property: virtual object this [object key] { public get; public set; }
  • Property: virtual ICollection Keys { public get; }
  • Property: virtual object SyncRoot { public get; }
  • Property: virtual ICollection Values { public get; }
System.Web.UI KeyedListEnumerator ()
n/a public class System.Web.UI.KeyedListEnumerator
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public virtual bool MoveNext ()
  • Method: public virtual void Reset ()
  • Method (i): public virtual string ToString ()
  • Property: virtual object Current { public get; }
  • Property: virtual DictionaryEntry Entry { public get; }
  • Property: virtual object Key { public get; }
  • Property: virtual object Value { public get; }
System.Web.UI ListSourceHelper ()
n/a public sealed class System.Web.UI.ListSourceHelper
--> NONE <--
  • Method: public static bool ContainsListCollection (IDataSource dataSource)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public static IList GetList (IDataSource dataSource)
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
System.Web.UI LiteralControl ()
public class System.Web.UI.LiteralControl
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.LiteralControl
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method: protected override void Render (HtmlTextWriter output)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: ProtectedInternal override void Render (HtmlTextWriter output)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected virtual bool PaginateChildren { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: protected virtual int Weight { }
public sealed class System.Web.UI.LosFormatter ()
--> NONE <--
  • Constructor: public LosFormatter (bool enableMac, byte[] macKeyModifier)
System.Web.UI.Adapters LiteralAdapter ()
n/a public class System.Web.UI.Adapters.LiteralAdapter
--> NONE <--
  • Constructor: public LiteralAdapter ()
  • Method: ProtectedInternal override void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method: ProtectedInternal override void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new const Control { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.Adapters LiteralControlAdapter ()
n/a public class System.Web.UI.Adapters.LiteralControlAdapter
--> NONE <--
  • Constructor: public LiteralControlAdapter ()
  • Method: ProtectedInternal override void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method: ProtectedInternal override void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new LiteralControl Control { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.Adapters LiteralControlAdapterUtility ()
n/a public sealed class System.Web.UI.Adapters.LiteralControlAdapterUtility
--> NONE <--
  • Constructor: public LiteralControlAdapterUtility ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
System.Web.UI.WebControls Label ()
public class System.Web.UI.WebControls.Label
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.Label
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method: protected override void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Method: protected override void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method: ProtectedInternal override void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual string AssociatedControlID { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: protected override HtmlTextWriterTag TagKey { }
  • Property: TemplateControl TemplateControl { public get; }
public class System.Web.UI.WebControls.LabelControlBuilder ()
  • Property: protected TemplateParser Parser { }
  • Method (i): public void AddCollectionItem (ControlBuilder builder)
  • Method (i): public void AddComplexProperty (string filter, string name, ControlBuilder builder)
  • Method (i): public void AddTemplateProperty (string filter, string name, TemplateBuilder builder)
  • Method (i): public virtual object BuildObject ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Property: virtual Type BindingContainerType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
System.Web.UI.WebControls LinkButton ()
public class System.Web.UI.WebControls.LinkButton
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.LinkButton
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method: protected override void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method: protected override void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Property: bool CausesValidation { public get; public set; }
  • Property: string CommandArgument { public get; public set; }
  • Property: string CommandName { public get; public set; }
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method: protected virtual PostBackOptions GetPostBackOptions ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: protected virtual void RaisePostBackEvent (string eventArgument)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method: ProtectedInternal override void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual bool CausesValidation { public get; public set; }
  • Property: virtual string CommandArgument { public get; public set; }
  • Property: virtual string CommandName { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: bool CountClicks { public get; public set; }
  • Property: string CounterGroup { public get; public set; }
  • Property: string CounterName { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string OnClientClick { public get; public set; }
  • Property: virtual string PostBackUrl { public get; public set; }
  • Property: int RowsPerDay { public get; public set; }
  • Property: string SiteCountersProvider { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: virtual string SoftkeyLabel { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: bool TrackApplicationName { public get; public set; }
  • Property: bool TrackPageUrl { public get; public set; }
  • Property: virtual string ValidationGroup { public get; public set; }
public class System.Web.UI.WebControls.LinkButtonControlBuilder ()
  • Property: protected TemplateParser Parser { }
  • Method (i): public void AddCollectionItem (ControlBuilder builder)
  • Method (i): public void AddComplexProperty (string filter, string name, ControlBuilder builder)
  • Method (i): public void AddTemplateProperty (string filter, string name, TemplateBuilder builder)
  • Method (i): public virtual object BuildObject ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Property: virtual Type BindingContainerType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
System.Web.UI.WebControls ListBox ()
public class System.Web.UI.WebControls.ListBox
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.ListBox
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method: protected override void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method: protected override void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Property: override string ToolTip { public get; public set; }
  • Event: public event EventHandler DataBound
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ConfirmInitState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual DataSourceSelectArguments CreateDataSourceSelectArguments ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): protected void EnsureDataBound ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected DataSourceView GetData ()
  • Method (i): protected IDataSource GetDataSource ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method: public virtual int[] GetSelectedIndices ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected virtual bool LoadPostData (string postDataKey, NameValueCollection postCollection)
  • Method (i): protected void MarkAsDataBound ()
  • Method (i): protected virtual void OnDataBound (EventArgs e)
  • Method (i): protected virtual void OnDataPropertyChanged ()
  • Method (i): protected virtual void OnDataSourceViewChanged (object sender, EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPagePreLoad (object sender, EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void PerformDataBinding (IEnumerable dataSource)
  • Method (i): protected virtual void PerformSelect ()
  • Method: protected virtual void RaisePostDataChangedEvent ()
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): protected virtual void ValidateDataSource (object dataSource)
  • Method (i): ProtectedInternal virtual void VerifyMultiSelect ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AppendDataBoundItems { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual bool CausesValidation { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: virtual string DataSourceID { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: protected bool Initialized { }
  • Property: protected bool IsBoundUsingDataSourceID { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected bool RequiresDataBinding { }
  • Property: protected DataSourceSelectArguments SelectArguments { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string ValidationGroup { public get; public set; }
System.Web.UI.WebControls ListControl ()
public abstract class System.Web.UI.WebControls.ListControl
(Please hover your mouse over the type to see the inheritance signatures)
public abstract class System.Web.UI.WebControls.ListControl
(Please hover your mouse over the type to see the inheritance signatures)
  • Constructor: public ListControl ()
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method: protected override void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Constructor: protected ListControl ()
  • Event: public event EventHandler DataBound
  • Method: protected override void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ConfirmInitState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual DataSourceSelectArguments CreateDataSourceSelectArguments ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): protected void EnsureDataBound ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected DataSourceView GetData ()
  • Method (i): protected IDataSource GetDataSource ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method: ProtectedInternal override void LoadControlState (object savedState)
  • Method (i): protected void MarkAsDataBound ()
  • Method (i): protected virtual void OnDataBound (EventArgs e)
  • Method (i): protected virtual void OnDataPropertyChanged ()
  • Method (i): protected virtual void OnDataSourceViewChanged (object sender, EventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPagePreLoad (object sender, EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: ProtectedInternal override void PerformDataBinding (IEnumerable dataSource)
  • Method: protected override void PerformSelect ()
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method: ProtectedInternal override void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method: ProtectedInternal override object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): protected virtual void ValidateDataSource (object dataSource)
  • Method: ProtectedInternal virtual void VerifyMultiSelect ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AppendDataBoundItems { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual bool CausesValidation { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: virtual string DataSourceID { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: protected bool Initialized { }
  • Property: protected bool IsBoundUsingDataSourceID { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected bool RequiresDataBinding { }
  • Property: protected DataSourceSelectArguments SelectArguments { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: protected override HtmlTextWriterTag TagKey { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string ValidationGroup { public get; public set; }
public sealed class System.Web.UI.WebControls.ListItem ()
--> NONE <--
  • Constructor: public ListItem (string text, string value, bool enabled)
  • Property: bool Enabled { public get; public set; }
public class System.Web.UI.WebControls.ListItemControlBuilder ()
  • Property: protected TemplateParser Parser { }
  • Method (i): public void AddCollectionItem (ControlBuilder builder)
  • Method (i): public void AddComplexProperty (string filter, string name, ControlBuilder builder)
  • Method (i): public void AddTemplateProperty (string filter, string name, TemplateBuilder builder)
  • Method (i): public virtual object BuildObject ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Property: virtual Type BindingContainerType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
System.Web.UI.WebControls Literal ()
public class System.Web.UI.WebControls.Literal
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.Literal
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method: protected override void Render (HtmlTextWriter output)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Property: string Text { public get; public set; }
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method: public override void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: LiteralMode Mode { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string Text { public get; public set; }
public class System.Web.UI.WebControls.LiteralControlBuilder ()
  • Method (i): public virtual void AppendLiteralString (string s)
  • Property: protected TemplateParser Parser { }
  • Method (i): public void AddCollectionItem (ControlBuilder builder)
  • Method (i): public void AddComplexProperty (string filter, string name, ControlBuilder builder)
  • Method (i): public void AddTemplateProperty (string filter, string name, TemplateBuilder builder)
  • Method: public override void AppendLiteralString (string s)
  • Method (i): public virtual object BuildObject ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Property: virtual Type BindingContainerType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
LiteralMode ()
n/a public sealed enum System.Web.UI.WebControls.LiteralMode
                    Transform = 0,
                    PassThrough = 1,
                    Encode = 2,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls Localize ()
n/a public class System.Web.UI.WebControls.Localize
--> NONE <--
  • Constructor: public Localize ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: LiteralMode Mode { public get; public set; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string Text { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
System.Web.UI.WebControls Login ()
n/a public class System.Web.UI.WebControls.Login
--> NONE <--
  • Constructor: public Login ()
  • Event: public event AuthenticateEventHandler Authenticate
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler LoggedIn
  • Event: public event LoginCancelEventHandler LoggingIn
  • Event: public event EventHandler LoginError
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method: ProtectedInternal override void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected override void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method: protected virtual void OnAuthenticate (AuthenticateEventArgs e)
  • Method: protected override bool OnBubbleEvent (object source, EventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: protected virtual void OnLoggedIn (EventArgs e)
  • Method: protected virtual void OnLoggingIn (LoginCancelEventArgs e)
  • Method: protected virtual void OnLoginError (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method: protected override void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: int BorderPadding { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: TableItemStyle CheckBoxStyle { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: string CreateUserIconUrl { public get; public set; }
  • Property: string CreateUserText { public get; public set; }
  • Property: string CreateUserUrl { public get; public set; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: string DestinationPageUrl { public get; public set; }
  • Property: bool DisplayRememberMe { public get; public set; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool EnableValidation { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: LoginFailureAction FailureAction { public get; public set; }
  • Property: string FailureText { public get; public set; }
  • Property: Style FailureTextStyle { public get; }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: string HelpPageIconUrl { public get; public set; }
  • Property: string HelpPageText { public get; public set; }
  • Property: string HelpPageUrl { public get; public set; }
  • Property: Style HyperLinkStyle { public get; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: string InstructionText { public get; public set; }
  • Property: Style InstructionTextStyle { public get; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: Style LabelStyle { public get; }
  • Property: ITemplate LayoutTemplate { public get; public set; }
  • Property: string MembershipProvider { public get; public set; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: Orientation Orientation { public get; public set; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: string Password { public get; }
  • Property: string PasswordLabelText { public get; public set; }
  • Property: string PasswordRecoveryIconUrl { public get; public set; }
  • Property: string PasswordRecoveryText { public get; public set; }
  • Property: string PasswordRecoveryUrl { public get; public set; }
  • Property: string PasswordRequiredErrorMessage { public get; public set; }
  • Property: bool RememberMeSet { public get; public set; }
  • Property: string RememberMeText { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: string SubmitButtonImageUrl { public get; public set; }
  • Property: Style SubmitButtonStyle { public get; }
  • Property: string SubmitButtonText { public get; public set; }
  • Property: ButtonType SubmitButtonType { public get; public set; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: HorizontalAlign TextAlignment { public get; public set; }
  • Property: Style TextBoxStyle { public get; }
  • Property: LoginTextLayout TextLayout { public get; public set; }
  • Property: string TitleText { public get; public set; }
  • Property: Style TitleTextStyle { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: string UserName { public get; public set; }
  • Property: string UserNameLabelText { public get; public set; }
  • Property: string UserNameRequiredErrorMessage { public get; public set; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: bool VisibleWhenLoggedIn { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls LoginCancelEventArgs ()
n/a public class System.Web.UI.WebControls.LoginCancelEventArgs
--> NONE <--
  • Constructor: public LoginCancelEventArgs ()
  • Constructor: public LoginCancelEventArgs (bool cancel)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Cancel { public get; public set; }
System.Web.UI.WebControls LoginCancelEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.LoginCancelEventHandler
--> NONE <--
  • Constructor: public LoginCancelEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, LoginCancelEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, LoginCancelEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
LoginFailureAction ()
n/a public sealed enum System.Web.UI.WebControls.LoginFailureAction
                    Refresh = 0,
                    RedirectToLoginPage = 1,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls LoginName ()
n/a public class System.Web.UI.WebControls.LoginName
--> NONE <--
  • Constructor: public LoginName ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method: public override void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method: ProtectedInternal override void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method: public override void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: string FormatString { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls LoginStatus ()
n/a public class System.Web.UI.WebControls.LoginStatus
--> NONE <--
  • Constructor: public LoginStatus ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler LoggedOut
  • Event: public event LoginCancelEventHandler LoggingOut
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method: ProtectedInternal override void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: protected virtual void OnLoggedOut (EventArgs e)
  • Method: protected virtual void OnLoggingOut (LoginCancelEventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method: ProtectedInternal override void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method: protected override void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: string LoginImageUrl { public get; public set; }
  • Property: string LoginText { public get; public set; }
  • Property: LogoutAction LogoutAction { public get; public set; }
  • Property: string LogoutImageUrl { public get; public set; }
  • Property: string LogoutPageUrl { public get; public set; }
  • Property: string LogoutText { public get; public set; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
LoginTextLayout ()
n/a public sealed enum System.Web.UI.WebControls.LoginTextLayout
                    TextOnLeft = 0,
                    TextOnTop = 1,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls LoginView ()
n/a public class System.Web.UI.WebControls.LoginView
--> NONE <--
  • Constructor: public LoginView ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Event: public event EventHandler ViewChanged
  • Event: public event EventHandler ViewChanging
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method: ProtectedInternal override void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method: public override void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method: ProtectedInternal override void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: protected virtual void OnViewChanged (EventArgs e)
  • Method: protected virtual void OnViewChanging (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method: ProtectedInternal override object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method: protected override void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: ITemplate AnonymousTemplate { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: override ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: override bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: ITemplate LoggedInTemplate { public get; public set; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: RoleGroupCollection RoleGroups { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: override string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
LogoutAction ()
n/a public sealed enum System.Web.UI.WebControls.LogoutAction
                    Refresh = 0,
                    Redirect = 1,
                    RedirectToLoginPage = 2,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls.Adapters LabelAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.LabelAdapter
--> NONE <--
  • Constructor: public LabelAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new Label Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters LinkButtonAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.LinkButtonAdapter
--> NONE <--
  • Constructor: public LinkButtonAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new LinkButton Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters ListControlAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.ListControlAdapter
--> NONE <--
  • Constructor: public ListControlAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new ListControl Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected bool IsMultiSelect { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters LoginAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.LoginAdapter
--> NONE <--
  • Constructor: public LoginAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method: protected override void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method: protected virtual void RenderInput (HtmlTextWriter writer, const label, Control textBox, Control validator)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new Login Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.WebParts LayoutEditorPart ()
n/a public sealed class System.Web.UI.WebControls.WebParts.LayoutEditorPart
--> NONE <--
  • Constructor: public LayoutEditorPart ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method: ProtectedInternal override bool ApplyChanges ()
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method: ProtectedInternal override void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method: public override void SyncChanges ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AllowPaginate { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual PartChromeState ChromeState { public get; public set; }
  • Property: virtual PartChromeType ChromeType { public get; public set; }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: override ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: string DefaultButton { public get; public set; }
  • Property: virtual string Description { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual ContentDirection Direction { public get; public set; }
  • Property: ProtectedInternal override bool Display { }
  • Property: string DisplayTitle { public get; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: virtual string GroupingText { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected virtual int MaximumWeight { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: protected virtual bool PaginateChildren { }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ScrollBars ScrollBars { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: override string Title { public get; public set; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: protected WebPartManager WebPartManager { }
  • Property: protected WebPart WebPartToEdit { }
  • Property: protected virtual int Weight { }
  • Property: virtual Unit Width { public get; public set; }
  • Property: virtual bool Wrap { public get; public set; }
  • Property: protected EditorZoneBase Zone { }
System.Web ParserError ()
n/a public sealed class System.Web.ParserError
--> NONE <--
  • Constructor: public ParserError ()
  • Constructor: public ParserError (string errorText, string virtualPath, int line)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string ErrorText { public get; public set; }
  • Property: int Line { public get; public set; }
  • Property: string VirtualPath { public get; public set; }
System.Web ParserErrorCollection ()
n/a public sealed class System.Web.ParserErrorCollection
--> NONE <--
  • Constructor: public ParserErrorCollection ()
  • Constructor: public ParserErrorCollection (ParserError[] value)
  • Method: public int Add (ParserError value)
  • Method: public void AddRange (ParserError[] value)
  • Method: public void AddRange (ParserErrorCollection value)
  • Method (i): public virtual void Clear ()
  • Method: public bool Contains (ParserError value)
  • Method: public void CopyTo (ParserError[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (ParserError value)
  • Method: public void Insert (int index, ParserError value)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnClear ()
  • Method (i): protected virtual void OnClearComplete ()
  • Method (i): protected virtual void OnInsert (int index, object value)
  • Method (i): protected virtual void OnInsertComplete (int index, object value)
  • Method (i): protected virtual void OnRemove (int index, object value)
  • Method (i): protected virtual void OnRemoveComplete (int index, object value)
  • Method (i): protected virtual void OnSet (int index, object oldValue, object newValue)
  • Method (i): protected virtual void OnSetComplete (int index, object oldValue, object newValue)
  • Method (i): protected virtual void OnValidate (object value)
  • Method: public void Remove (ParserError value)
  • Method (i): public virtual void RemoveAt (int index)
  • Method (i): public virtual string ToString ()
  • Property: int Capacity { public get; public set; }
  • Property: virtual int Count { public get; }
  • Property: protected ArrayList InnerList { }
  • Property: ParserError this [int index] { public get; public set; }
  • Property: protected IList List { }
System.Web.Configuration MachineKeySection ()
n/a public sealed class System.Web.Configuration.MachineKeySection
--> NONE <--
  • Constructor: public MachineKeySection ()
  • Field: public static const int HashLength, Value = 20
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method: protected virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method: protected override void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: string DecryptionKey { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: string TypeName { public get; public set; }
  • Property: MachineKeyValidation Validation { public get; public set; }
  • Property: string ValidationKey { public get; public set; }
MachineKeyValidation ()
n/a public sealed enum System.Web.Configuration.MachineKeyValidation
                    MD5 = 0,
                    SHA1 = 1,
                    TripleDES = 2,
--> NONE <-- --> NONE <--
System.Web.Configuration MembershipSection ()
n/a public sealed class System.Web.Configuration.MembershipSection
--> NONE <--
  • Constructor: public MembershipSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method: protected override object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: protected virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method: protected override void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: string DefaultProvider { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: string HashAlgorithmType { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: ProviderSettingsCollection Providers { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: string TypeName { public get; public set; }
  • Property: TimeSpan UserIsOnlineTimeWindow { public get; public set; }
System.Web.Configuration MultiplesTracker ()
n/a public class System.Web.Configuration.MultiplesTracker
--> NONE <--
  • Constructor: public MultiplesTracker ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Method: public void Track (string userAgent, int result, string browserId)
System.Web.Configuration NamespaceCollection ()
n/a public sealed class System.Web.Configuration.NamespaceCollection
--> NONE <--
  • Constructor: public NamespaceCollection ()
  • Method: public void Add (NamespaceInfo namespaceInformation)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (string s)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: bool AutoImportVBNamespace { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected virtual ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected virtual string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new NamespaceInfo this [int index] { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration NamespaceInfo ()
n/a public sealed class System.Web.Configuration.NamespaceInfo
--> NONE <--
  • Constructor: public NamespaceInfo ()
  • Constructor: public NamespaceInfo (string nameSpace)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method: public override bool Equals (object namespaceInformation)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string Namespace { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
System.Web.Configuration OutputCacheProfile ()
n/a public sealed class System.Web.Configuration.OutputCacheProfile
--> NONE <--
  • Constructor: public OutputCacheProfile ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: bool DiskCacheable { public get; public set; }
  • Property: int Duration { public get; public set; }
  • Property: bool Enabled { public get; public set; }
  • Property: OutputCacheLocation Location { public get; public set; }
  • Property: string Name { public get; public set; }
  • Property: bool NoStore { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: string SqlDependency { public get; public set; }
  • Property: string VaryByControl { public get; public set; }
  • Property: string VaryByCustom { public get; public set; }
  • Property: string VaryByHeader { public get; public set; }
  • Property: string VaryByParam { public get; public set; }
System.Web.Configuration OutputCacheProfileCollection ()
n/a public sealed class System.Web.Configuration.OutputCacheProfileCollection
--> NONE <--
  • Constructor: public OutputCacheProfileCollection ()
  • Method: public void Add (OutputCacheProfile name)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method: protected override bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: public OutputCacheProfile Get (int index)
  • Method: public OutputCacheProfile Get (string name)
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method: public string GetKey (int index)
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (string name)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method: public void Set (OutputCacheProfile user)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: String[] AllKeys { public get; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected virtual ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected virtual string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new OutputCacheProfile this [int index] { public get; public set; }
  • Property: new OutputCacheProfile this [string name] { public get; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration OutputCacheSection ()
n/a public sealed class System.Web.Configuration.OutputCacheSection
--> NONE <--
  • Constructor: public OutputCacheSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: DiskCache DiskCache { public get; public set; }
  • Property: bool Enabled { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: bool SendCacheControlHeader { public get; public set; }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration OutputCacheSettingsSection ()
n/a public sealed class System.Web.Configuration.OutputCacheSettingsSection
--> NONE <--
  • Constructor: public OutputCacheSettingsSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Name { public get; }
  • Property: OutputCacheProfileCollection OutputCacheProfiles { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration PageCountersElement ()
n/a public sealed class System.Web.Configuration.PageCountersElement
--> NONE <--
  • Constructor: public PageCountersElement ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method: protected override void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string CounterGroup { public get; public set; }
  • Property: string CounterName { public get; public set; }
  • Property: string DefaultProvider { public get; public set; }
  • Property: bool Enabled { public get; public set; }
  • Property: string FileExtensions { public get; public set; }
  • Property: PagesToCountCollection PagesToCount { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: int RowsPerDay { public get; public set; }
  • Property: bool TrackApplicationName { public get; public set; }
  • Property: bool TrackPageUrl { public get; public set; }
PagesEnableSessionState ()
n/a public sealed enum System.Web.Configuration.PagesEnableSessionState
                    False = 0,
                    ReadOnly = 1,
                    True = 2,
--> NONE <-- --> NONE <--
System.Web.Configuration PagesSection ()
n/a public sealed class System.Web.Configuration.PagesSection
--> NONE <--
  • Constructor: public PagesSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: protected virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method: protected virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: bool AutoEventWireup { public get; public set; }
  • Property: bool Buffer { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: CompilationMode CompilationMode { public get; public set; }
  • Property: string ConfigSource { public get; public set; }
  • Property: TagPrefixCollection Controls { public get; }
  • Property: PagesEnableSessionState EnableSessionState { public get; public set; }
  • Property: bool EnableViewState { public get; public set; }
  • Property: bool EnableViewStateMac { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string MasterPageFile { public get; public set; }
  • Property: int MaxPageStateFieldLength { public get; public set; }
  • Property: string Name { public get; }
  • Property: NamespaceCollection Namespaces { public get; }
  • Property: string PageBaseType { public get; public set; }
  • Property: string PageParserFilterType { public get; public set; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: bool SmartNavigation { public get; public set; }
  • Property: string StyleSheetTheme { public get; public set; }
  • Property: TagMapCollection TagMapping { public get; }
  • Property: string Theme { public get; public set; }
  • Property: string TypeName { public get; public set; }
  • Property: string UserControlBaseType { public get; public set; }
  • Property: bool ValidateRequest { public get; public set; }
PagesToCountAction ()
n/a public sealed enum System.Web.Configuration.PagesToCountAction
                    Include = 1,
                    Exclude = 2,
--> NONE <-- --> NONE <--
System.Web.Configuration PagesToCountCollection ()
n/a public sealed class System.Web.Configuration.PagesToCountCollection
--> NONE <--
  • Constructor: public PagesToCountCollection ()
  • Method: public void Add (PagesToCountSettings pagesToCountSettings)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (PagesToCountSettings pagesToCountSettings)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected virtual ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected virtual string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new PagesToCountSettings this [int index] { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration PagesToCountSettings ()
n/a public sealed class System.Web.Configuration.PagesToCountSettings
--> NONE <--
  • Constructor: public PagesToCountSettings ()
  • Constructor: public PagesToCountSettings (string path)
  • Constructor: public PagesToCountSettings (string path, PagesToCountAction action)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method: public override bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: PagesToCountAction Action { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string Path { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
System.Web.Configuration PassportAuthentication ()
n/a public sealed class System.Web.Configuration.PassportAuthentication
--> NONE <--
  • Constructor: public PassportAuthentication ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method: protected override void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: string RedirectUrl { public get; public set; }
public class System.Web.Mail.MailMessage ()
--> NONE <--
  • Property: IList RelatedBodyParts { public get; }
System.Web.Management MailEventNotificationInfo ()
n/a public sealed class System.Web.Management.MailEventNotificationInfo
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: WebBaseEventCollection Events { public get; }
  • Property: int EventsDiscardedByBuffer { public get; }
  • Property: int EventsDiscardedDueToMessageLimit { public get; }
  • Property: int EventsInBuffer { public get; }
  • Property: int EventsInNotification { public get; }
  • Property: int EventsRemaining { public get; }
  • Property: DateTime LastNotificationUtc { public get; }
  • Property: MailMessage Message { public get; }
  • Property: int MessageSequence { public get; }
  • Property: int MessagesInNotification { public get; }
  • Property: int NotificationSequence { public get; }
  • Property: EventNotificationType NotificationType { public get; }
System.Web.Management MailWebEventProvider ()
n/a public abstract class System.Web.Management.MailWebEventProvider
--> NONE <--
  • Constructor: protected MailWebEventProvider ()
  • Field: protected static const int DefaultMaxMessagesPerNotification
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override void Flush ()
  • Method: protected string GenerateSubject (int notificationSequence, int messageSequence, WebBaseEventCollection events, int count)
  • Method (i): public virtual int GetHashCode ()
  • Method: protected MailMessage GetMessage ()
  • Method (i): public Type GetType ()
  • Method: public override void Initialize (string name, NameValueCollection config)
  • Method (i): protected object MemberwiseClone ()
  • Method: public override void ProcessEvent (WebBaseEvent eventRaised)
  • Method: protected abstract void SendMessage (WebBaseEvent eventRaised)
  • Method: public override void Shutdown ()
  • Method (i): public virtual string ToString ()
  • Property: protected int MaxMessagesPerNotification { }
  • Property: virtual string Name { public get; }
  • Property: protected string SubjectPrefix { }
  • Property: protected bool UseBuffer { }
System.Web.Security Membership ()
n/a public sealed class System.Web.Security.Membership
--> NONE <--
  • Constructor: public Membership ()
  • Method: public static MembershipUser CreateUser (string username, string password)
  • Method: public static MembershipUser CreateUser (string username, string password, string email)
  • Method: public static MembershipUser CreateUser (string username, string password, string email, string passwordQuestion, string passwordAnswer, bool isApproved, out MembershipCreateStatus status)
  • Method: public static bool DeleteUser (string username)
  • Method: public static bool DeleteUser (string username, bool deleteAllRelatedData)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public static MembershipUserCollection FindUsersByEmail (string emailToMatch)
  • Method: public static MembershipUserCollection FindUsersByEmail (string emailToMatch, int pageIndex, int pageSize, out int totalRecords)
  • Method: public static MembershipUserCollection FindUsersByName (string usernameToMatch)
  • Method: public static MembershipUserCollection FindUsersByName (string usernameToMatch, int pageIndex, int pageSize, out int totalRecords)
  • Method: public static string GeneratePassword (int length)
  • Method: public static MembershipUserCollection GetAllUsers ()
  • Method: public static MembershipUserCollection GetAllUsers (int pageIndex, int pageSize, out int totalRecords)
  • Method (i): public virtual int GetHashCode ()
  • Method: public static int GetNumberOfUsersOnline ()
  • Method (i): public Type GetType ()
  • Method: public static MembershipUser GetUser ()
  • Method: public static MembershipUser GetUser (bool userIsOnline)
  • Method: public static MembershipUser GetUser (string username)
  • Method: public static MembershipUser GetUser (string username, bool userIsOnline)
  • Method: public static string GetUserNameByEmail (string emailToMatch)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Method: public static void UpdateUser (MembershipUser user)
  • Method: public static bool ValidateUser (string username, string password)
  • Property: static string ApplicationName { public get; public set; }
  • Property: static bool EnablePasswordReset { public get; }
  • Property: static bool EnablePasswordRetrieval { public get; }
  • Property: static MembershipProvider Provider { public get; }
  • Property: static MembershipProviderCollection Providers { public get; }
  • Property: static bool RequiresQuestionAndAnswer { public get; }
  • Property: static int UserIsOnlineTimeWindow { public get; }
MembershipCreateStatus ()
n/a public sealed enum System.Web.Security.MembershipCreateStatus
                    Success = 0,
                    InvalidUserName = 1,
                    InvalidPassword = 2,
                    InvalidQuestion = 3,
                    InvalidAnswer = 4,
                    InvalidEmail = 5,
                    DuplicateUserName = 6,
                    DuplicateEmail = 7,
                    UserRejected = 8,
                    ProviderError = 9,
--> NONE <-- --> NONE <--
System.Web.Security MembershipCreateUserException ()
n/a public class System.Web.Security.MembershipCreateUserException
--> NONE <--
  • Constructor: public MembershipCreateUserException ()
  • Constructor: protected MembershipCreateUserException (SerializationInfo info, StreamingContext context)
  • Constructor: public MembershipCreateUserException (string message)
  • Constructor: public MembershipCreateUserException (string message, Exception innerException)
  • Constructor: public MembershipCreateUserException (MembershipCreateStatus statusCode)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Exception GetBaseException ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public virtual Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: virtual IDictionary Data { public get; }
  • Property: virtual string HelpLink { public get; public set; }
  • Property: protected int HResult { }
  • Property: virtual Exception InnerException { public get; }
  • Property: virtual string Message { public get; }
  • Property: virtual string Source { public get; public set; }
  • Property: virtual string StackTrace { public get; }
  • Property: MembershipCreateStatus StatusCode { public get; }
  • Property: virtual MethodBase TargetSite { public get; }
MembershipOnlineStatus ()
n/a public sealed enum System.Web.Security.MembershipOnlineStatus
                    All = 0,
                    Online = 1,
                    Offline = 2,
--> NONE <-- --> NONE <--
System.Web.Security MembershipPasswordException ()
n/a public class System.Web.Security.MembershipPasswordException
--> NONE <--
  • Constructor: public MembershipPasswordException ()
  • Constructor: protected MembershipPasswordException (SerializationInfo info, StreamingContext context)
  • Constructor: public MembershipPasswordException (string message)
  • Constructor: public MembershipPasswordException (string message, Exception innerException)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Exception GetBaseException ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public virtual Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: virtual IDictionary Data { public get; }
  • Property: virtual string HelpLink { public get; public set; }
  • Property: protected int HResult { }
  • Property: virtual Exception InnerException { public get; }
  • Property: virtual string Message { public get; }
  • Property: virtual string Source { public get; public set; }
  • Property: virtual string StackTrace { public get; }
  • Property: virtual MethodBase TargetSite { public get; }
MembershipPasswordFormat ()
n/a public sealed enum System.Web.Security.MembershipPasswordFormat
                    Clear = 0,
                    Hashed = 1,
                    Encrypted = 2,
--> NONE <-- --> NONE <--
System.Web.Security MembershipProvider ()
n/a public abstract class System.Web.Security.MembershipProvider
--> NONE <--
  • Constructor: protected MembershipProvider ()
  • Method: public abstract bool ChangePassword (string name, string oldPassword, string newPassword)
  • Method: public abstract bool ChangePasswordQuestionAndAnswer (string name, string password, string newPasswordQuestion, string newPasswordAnswer)
  • Method: public abstract MembershipUser CreateUser (string username, string password, string email, string passwordQuestion, string passwordAnswer, bool isApproved, out MembershipCreateStatus status)
  • Method: public abstract bool DeleteUser (string name, bool deleteAllRelatedData)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public abstract MembershipUserCollection FindUsersByEmail (string emailToMatch, int pageIndex, int pageSize, out int totalRecords)
  • Method: public abstract MembershipUserCollection FindUsersByName (string usernameToMatch, int pageIndex, int pageSize, out int totalRecords)
  • Method: public abstract MembershipUserCollection GetAllUsers (int pageIndex, int pageSize, out int totalRecords)
  • Method (i): public virtual int GetHashCode ()
  • Method: public abstract int GetNumberOfUsersOnline ()
  • Method: public abstract string GetPassword (string name, string answer)
  • Method (i): public Type GetType ()
  • Method: public abstract MembershipUser GetUser (string name, bool userIsOnline)
  • Method: public abstract string GetUserNameByEmail (string email)
  • Method (i): public virtual void Initialize (string name, NameValueCollection config)
  • Method (i): protected object MemberwiseClone ()
  • Method: public abstract string ResetPassword (string name, string answer)
  • Method (i): public virtual string ToString ()
  • Method: public abstract void UpdateUser (MembershipUser user)
  • Method: public abstract bool ValidateUser (string name, string password)
  • Property: abstract string ApplicationName { public get; public set; }
  • Property: abstract bool EnablePasswordReset { public get; }
  • Property: abstract bool EnablePasswordRetrieval { public get; }
  • Property: virtual string Name { public get; }
  • Property: abstract bool RequiresQuestionAndAnswer { public get; }
System.Web.Security MembershipProviderCollection ()
n/a public class System.Web.Security.MembershipProviderCollection
--> NONE <--
  • Constructor: public MembershipProviderCollection ()
  • Method: public override void Add (ProviderBase provider)
  • Method (i): public void Clear ()
  • Method (i): public void CopyTo (ProviderBase[] array, int index)
  • Method: public void CopyTo (MembershipProvider[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void Remove (string name)
  • Method (i): public void SetReadOnly ()
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: virtual bool IsSynchronized { public get; }
  • Property: new MembershipProvider this [string name] { public get; }
  • Property: virtual object SyncRoot { public get; }
MembershipSortOption ()
n/a public sealed enum System.Web.Security.MembershipSortOption
                    UserName = 0,
                    CreationDate = 1,
                    LastActivityDate = 2,
                    LastLoginDate = 3,
                    LastPasswordChangeDate = 4,
                    Email = 5,
--> NONE <-- --> NONE <--
System.Web.Security MembershipUser ()
n/a public class System.Web.Security.MembershipUser
--> NONE <--
  • Constructor: protected MembershipUser ()
  • Constructor: protected MembershipUser (SerializationInfo info, StreamingContext context)
  • Constructor: public MembershipUser (MembershipProvider provider, string name, object userId, string email, string passwordQuestion, string comment, bool isApproved, DateTime creationDate, DateTime lastLoginDate, DateTime lastActivityDate, DateTime lastPasswordChangedDate)
  • Method: public virtual bool ChangePassword (string oldPassword, string newPassword)
  • Method: public virtual bool ChangePasswordQuestionAndAnswer (string password, string newPasswordQuestion, string newPasswordAnswer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method: protected virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method: public virtual string GetPassword ()
  • Method: public virtual string GetPassword (string passwordAnswer)
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public virtual string ResetPassword ()
  • Method: public virtual string ResetPassword (string passwordAnswer)
  • Method (i): public virtual string ToString ()
  • Property: virtual string Comment { public get; public set; }
  • Property: virtual DateTime CreationDate { public get; }
  • Property: virtual string Email { public get; public set; }
  • Property: virtual bool IsApproved { public get; public set; }
  • Property: bool IsOnline { public get; }
  • Property: virtual DateTime LastActivityDate { public get; public set; }
  • Property: virtual DateTime LastLoginDate { public get; public set; }
  • Property: virtual DateTime LastPasswordChangedDate { public get; public set; }
  • Property: virtual string PasswordQuestion { public get; }
  • Property: virtual MembershipProvider Provider { public get; }
  • Property: virtual object UserId { public get; }
  • Property: virtual string UserName { public get; }
System.Web.Security MembershipUserCollection ()
n/a public sealed class System.Web.Security.MembershipUserCollection
--> NONE <--
  • Constructor: public MembershipUserCollection ()
  • Method: public void Add (MembershipUser user)
  • Method: public void Clear ()
  • Method: public virtual object Clone ()
  • Method: public void CopyTo (MembershipUser[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public void Remove (string name)
  • Method: public void SetReadOnly ()
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: virtual bool IsSynchronized { public get; }
  • Property: MembershipUser this [string name] { public get; }
  • Property: virtual object SyncRoot { public get; }
System.Web.Security PassportPrincipal ()
n/a public sealed class System.Web.Security.PassportPrincipal
--> NONE <--
  • Constructor: public PassportPrincipal (PassportIdentity identity, string[] roles)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool IsInRole (string role)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: virtual IIdentity Identity { public get; }
System.Web.UI MasterPage ()
n/a public class System.Web.UI.MasterPage
--> NONE <--
  • Constructor: public MasterPage ()
  • Event: public event EventHandler AbortTransaction
  • Event: public event EventHandler CommitTransaction
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Error
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method: ProtectedInternal void AddContentTemplate (string templateName, ITemplate template)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): protected virtual void Construct ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected LiteralControl CreateResourceBasedLiteralControl (int offset, int size, bool fAsciiOnly)
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void DesignerInitialize ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): ProtectedInternal object Eval (string expression)
  • Method (i): ProtectedInternal string Eval (string expression, string format)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual void FrameworkInitialize ()
  • Method (i): protected object GetAppResourceObject (string className, string resourceKey)
  • Method (i): protected object GetAppResourceObject (string className, string resourceKey, Type objType, string propName)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): protected object GetPageResourceObject (string resourceKey)
  • Method (i): protected object GetPageResourceObject (string resourceKey, Type objType, string propName)
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public void InitializeAsUserControl (Page page)
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): public Control LoadControl (string virtualPath)
  • Method (i): public Control LoadControl (Type t, object[] parameters)
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): public ITemplate LoadTemplate (string virtualPath)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): public string MapPath (string virtualPath)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnAbortTransaction (EventArgs e)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnCommitTransaction (EventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): protected virtual void OnError (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): public Control ParseControl (string content)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): protected void SetStringResourcePointer (object stringResourcePointer, int maxResourceOffset)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual bool TestDeviceFilter (string filterName)
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Method (i): protected void WriteUTF8ResourceString (HtmlTextWriter output, int offset, int size, bool fAsciiOnly)
  • Method (i): ProtectedInternal object XPath (string xPathExpression)
  • Method (i): ProtectedInternal string XPath (string xPathExpression, string format)
  • Method (i): ProtectedInternal IEnumerable XPathSelect (string xPathExpression)
  • Property: protected ControlAdapter Adapter { }
  • Property: HttpApplicationState Application { public get; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: string AppRelativeVirtualPath { public get; public set; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: protected virtual int AutoHandlers { }
  • Property: Control BindingContainer { public get; }
  • Property: Cache Cache { public get; }
  • Property: ControlCachePolicy CachePolicy { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal IList ContentPlaceHolders { }
  • Property: ProtectedInternal IDictionary ContentTemplates { }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: bool IsPostBack { public get; }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: MasterPage Master { public get; }
  • Property: string MasterPageFile { public get; public set; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: HttpRequest Request { public get; }
  • Property: HttpResponse Response { public get; }
  • Property: HttpServerUtility Server { public get; }
  • Property: HttpSessionState Session { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: protected virtual bool SupportAutoEvents { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: TraceContext Trace { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
System.Web.UI MasterPageControlBuilder ()
n/a public class System.Web.UI.MasterPageControlBuilder
--> NONE <--
  • Constructor: public MasterPageControlBuilder ()
  • Method (i): public void AddCollectionItem (ControlBuilder builder)
  • Method (i): public void AddComplexProperty (string filter, string name, ControlBuilder builder)
  • Method (i): public void AddTemplateProperty (string filter, string name, TemplateBuilder builder)
  • Method (i): public virtual bool AllowWhitespaceLiterals ()
  • Method (i): public virtual void AppendLiteralString (string s)
  • Method (i): public virtual void AppendSubBuilder (ControlBuilder subBuilder)
  • Method (i): public virtual object BuildObject ()
  • Method (i): public virtual void CloseControl ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Type GetChildControlType (string tagName, IDictionary attribs)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasBody ()
  • Method (i): public virtual bool HtmlDecodeLiterals ()
  • Method (i): public virtual void Init (TemplateParser parser, ControlBuilder parentBuilder, Type type, string tagName, string id, IDictionary attribs)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual bool NeedsTagInnerText ()
  • Method (i): public virtual void OnAppendToParentBuilder (ControlBuilder parentBuilder)
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Method (i): public virtual void SetTagInnerText (string text)
  • Method (i): public virtual string ToString ()
  • Property: virtual Type BindingContainerType { public get; }
  • Property: Type ControlType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool FChildrenAsProperties { }
  • Property: protected bool FIsNonParserAccessor { }
  • Property: bool HasAspCode { public get; }
  • Property: string ID { public get; public set; }
  • Property: protected bool InDesigner { }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: Type NamingContainerType { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: string TagName { public get; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
System.Web.UI NonVisualControlAttribute ()
n/a public sealed attribute System.Web.UI.NonVisualControlAttribute
--> NONE <--
  • Constructor: public NonVisualControlAttribute ()
  • Constructor: public NonVisualControlAttribute (bool nonVisual)
  • Field: public static readonly NonVisualControlAttribute Default
  • Field: public static readonly NonVisualControlAttribute NonVisual
  • Field: public static readonly NonVisualControlAttribute Visual
  • Method: public override bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override bool IsDefaultAttribute ()
  • Method (i): public virtual bool Match (object obj)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool IsNonVisual { public get; }
  • Property: virtual object TypeId { public get; }
System.Web.UI ObjectPersistData ()
n/a public class System.Web.UI.ObjectPersistData
--> NONE <--
  • Constructor: public ObjectPersistData (ControlBuilder builder, IDictionary builtObjects)
  • Method: public void AddToObjectControlBuilderTable (IDictionary table)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public IDictionary GetFilteredProperties (string filter)
  • Method: public PropertyEntry GetFilteredProperty (string filter, string name)
  • Method (i): public virtual int GetHashCode ()
  • Method: public ICollection GetPropertyAllFilters (string name)
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: ICollection AllPropertyEntries { public get; }
  • Property: ICollection CollectionItems { public get; }
  • Property: ICollection EventEntries { public get; }
  • Property: bool IsCollection { public get; }
  • Property: bool Localize { public get; }
  • Property: Type ObjectType { public get; }
  • Property: string ResourceKey { public get; }
System.Web.UI ObjectStateFormatter ()
n/a public sealed class System.Web.UI.ObjectStateFormatter
--> NONE <--
  • Constructor: public ObjectStateFormatter ()
  • Method: public object Deserialize (Stream inputStream)
  • Method: public object Deserialize (string inputString)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public void Serialize (Stream outputStream, object stateGraph)
  • Method: public string Serialize (object stateGraph)
  • Method (i): public virtual string ToString ()
public sealed class System.Web.UI.ObjectTagBuilder ()
  • Property: protected TemplateParser Parser { }
  • Method (i): public void AddCollectionItem (ControlBuilder builder)
  • Method (i): public void AddComplexProperty (string filter, string name, ControlBuilder builder)
  • Method (i): public void AddTemplateProperty (string filter, string name, TemplateBuilder builder)
  • Method (i): public virtual object BuildObject ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Property: virtual Type BindingContainerType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
System.Web.UI OutputCacheSettings ()
n/a public sealed class System.Web.UI.OutputCacheSettings
--> NONE <--
  • Constructor: public OutputCacheSettings ()
  • Constructor: public OutputCacheSettings (int flags, bool enabled, int duration, OutputCacheLocation location, string varyByCustom, string varyByParam, string varyByHeader, bool diskCacheable, bool noStore, string sqlDependency, string varyByControl, string cacheProfile)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string CacheProfile { public get; public set; }
  • Property: bool DiskCacheable { public get; public set; }
  • Property: int Duration { public get; public set; }
  • Property: bool Enabled { public get; public set; }
  • Property: OutputCacheLocation Location { public get; public set; }
  • Property: bool NoStore { public get; public set; }
  • Property: string SqlDependency { public get; public set; }
  • Property: string VaryByControl { public get; public set; }
  • Property: string VaryByCustom { public get; public set; }
  • Property: string VaryByHeader { public get; public set; }
  • Property: string VaryByParam { public get; public set; }
System.Web.UI Page ()
public class System.Web.UI.Page
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.Page
(Please hover your mouse over the type to see the inheritance signatures)
  • Field: protected static const string postEventArgumentID
  • Field: protected static const string postEventSourceID
  • Method (i): protected virtual void CreateChildControls ()
  • Method: protected virtual HtmlTextWriter CreateHtmlTextWriter (TextWriter tw)
  • Method: protected virtual NameValueCollection DeterminePostBackMode ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual void FrameworkInitialize ()
  • Method: public bool IsClientScriptBlockRegistered (string key)
  • Method: public bool IsStartupScriptRegistered (string key)
  • Method: protected virtual object LoadPageStateFromPersistenceMedium ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method: public void RegisterArrayDeclaration (string arrayName, string arrayValue)
  • Method: public virtual void RegisterClientScriptBlock (string key, string script)
  • Method: public virtual void RegisterHiddenField (string hiddenFieldName, string hiddenFieldInitialValue)
  • Method: public void RegisterOnSubmitStatement (string key, string script)
  • Method: public virtual void RegisterStartupScript (string key, string script)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method: protected virtual void SavePageStateToPersistenceMedium (object viewState)
  • Property: protected bool Buffer { }
  • Property: protected int CodePage { }
  • Property: protected string ContentType { }
  • Property: protected string Culture { }
  • Property: protected bool EnableViewStateMac { }
  • Property: protected ArrayList FileDependencies { }
  • Property: protected int LCID { }
  • Property: protected string ResponseEncoding { }
  • Property: protected bool TraceEnabled { }
  • Property: protected TraceMode TraceModeValue { }
  • Property: protected string UICulture { }
  • Event: public event EventHandler InitComplete
  • Event: public event EventHandler LoadComplete
  • Event: public event EventHandler PreInit
  • Event: public event EventHandler PreLoad
  • Event: public event EventHandler PreRenderComplete
  • Event: public event EventHandler SaveStateComplete
  • Field: public static const string postEventArgumentID, Value = __EVENTARGUMENT
  • Field: public static const string postEventSourceID, Value = __EVENTTARGET
  • Method: ProtectedInternal void AddContentTemplate (string templateName, ITemplate template)
  • Method: public void AddOnPreRenderCompleteAsync (BeginEventHandler beginHandler, EndEventHandler endHandler)
  • Method: public void AddOnPreRenderCompleteAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method: protected void AddWrappedFileDependencies (object wrappedFileDependencies)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method: protected IAsyncResult AsyncPageBeginProcessRequest (HttpContext context, AsyncCallback callback, object extraData)
  • Method: protected void AsyncPageEndProcessRequest (IAsyncResult result)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method: ProtectedInternal virtual HtmlTextWriter CreateHtmlTextWriter (TextWriter tw)
  • Method: public static HtmlTextWriter CreateHtmlTextWriterFromType (TextWriter tw, Type writerType)
  • Method: public IStateFormatter CreateStateFormatter ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method: ProtectedInternal virtual NameValueCollection DeterminePostBackMode ()
  • Method (i): public void EnsureID ()
  • Method (i): ProtectedInternal object Eval (string expression)
  • Method (i): ProtectedInternal string Eval (string expression, string format)
  • Method: public override Control FindControl (string id)
  • Method (i): public virtual void Focus ()
  • Method: protected override void FrameworkInitialize ()
  • Method (i): protected object GetAppResourceObject (string className, string resourceKey)
  • Method (i): protected object GetAppResourceObject (string className, string resourceKey, Type objType, string propName)
  • Method: public string GetCallbackEventReference (string target, string argument, string clientCallback, string context, string clientErrorCallback)
  • Method: public string GetCallbackEventReference (Control control, string argument, string clientCallback, string context)
  • Method: public string GetCallbackEventReference (Control control, string argument, string clientCallback, string context, string clientErrorCallback)
  • Method: public object GetDataItem ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected object GetPageResourceObject (string resourceKey)
  • Method (i): protected object GetPageResourceObject (string resourceKey, Type objType, string propName)
  • Method: public string GetPostBackEventReference (PostBackOptions options)
  • Method: public ValidatorCollection GetValidators (string validationGroup)
  • Method: public string GetWebResourceUrl (Type type, string resourceName)
  • [Obsolete: Use GetWrappedFileDependencies(string[] virtualDependencies) instead. http://go.microsoft.com/fwlink/?linkID=14202]Method: protected object GetWrappedFileDependencies (ArrayList virtualFileDependencies)
  • Method: protected object GetWrappedFileDependencies (string[] virtualFileDependencies)
  • Method (i): protected bool HasEvents ()
  • Method: ProtectedInternal virtual void InitOutputCache (OutputCacheSettings cacheSettings)
  • [Obsolete: Use ClientScript.IsClientScriptBlockRegistered(string key) instead. http://go.microsoft.com/fwlink/?linkid=14202]Method: public bool IsClientScriptBlockRegistered (string key)
  • Method (i): public bool IsEnableThemingSet ()
  • [Obsolete: Use ClientScript.IsStartupScriptRegistered(string key) instead. http://go.microsoft.com/fwlink/?linkid=14202]Method: public bool IsStartupScriptRegistered (string key)
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): public Control LoadControl (Type t, object[] parameters)
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: ProtectedInternal virtual object LoadPageStateFromPersistenceMedium ()
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method: protected virtual void OnInitComplete (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: protected virtual void OnLoadComplete (EventArgs e)
  • Method: protected virtual void OnPreInit (EventArgs e)
  • Method: protected virtual void OnPreLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method: protected virtual void OnPreRenderComplete (EventArgs e)
  • Method: protected virtual void OnSaveStateComplete (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • [Obsolete: Use ClientScript.RegisterArrayDeclaration(string arrayName, string arrayValue) instead. http://go.microsoft.com/fwlink/?linkid=14202]Method: public void RegisterArrayDeclaration (string arrayName, string arrayValue)
  • [Obsolete: Use ClientScript.RegisterClientScriptBlock(string key, string script) instead. http://go.microsoft.com/fwlink/?linkid=14202]Method: public virtual void RegisterClientScriptBlock (string key, string script)
  • [Obsolete: Use ClientScript.RegisterHiddenField(string hiddenFieldName, string hiddenFieldInitialValue) instead. http://go.microsoft.com/fwlink/?linkid=14202]Method: public virtual void RegisterHiddenField (string hiddenFieldName, string hiddenFieldInitialValue)
  • [Obsolete: Use ClientScript.RegisterOnSubmitStatement(string key, string script) instead. http://go.microsoft.com/fwlink/?linkid=14202]Method: public void RegisterOnSubmitStatement (string key, string script)
  • Method: public void RegisterRequiresControlState (Control control)
  • [Obsolete: Use ClientScript.RegisterStartupScript(string key, string script) instead. http://go.microsoft.com/fwlink/?linkid=14202]Method: public virtual void RegisterStartupScript (string key, string script)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method: ProtectedInternal virtual void SavePageStateToPersistenceMedium (object state)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method: public void SetFocus (string clientID)
  • Method: public void SetFocus (Control control)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual bool TestDeviceFilter (string filterName)
  • Method: public virtual void Validate (string validationGroup)
  • Method (i): ProtectedInternal object XPath (string xPathExpression)
  • Method (i): ProtectedInternal string XPath (string xPathExpression, string format)
  • Method (i): ProtectedInternal IEnumerable XPathSelect (string xPathExpression)
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: string AppRelativeVirtualPath { public get; public set; }
  • Property: protected bool AsyncMode { }
  • Property: bool Buffer { public get; public set; }
  • Property: string ClientQueryString { public get; }
  • Property: ClientScriptManager ClientScript { public get; }
  • Property: int CodePage { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: string ContentType { public get; public set; }
  • Property: string Culture { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: override bool EnableTheming { public get; public set; }
  • Property: bool EnableViewStateMac { public get; public set; }
  • [Obsolete: Use HttpResponse.AddFileDependencies instead. http://go.microsoft.com/fwlink/?linkID=14202]Property: protected ArrayList FileDependencies { }
  • Property: HtmlForm Form { public get; }
  • Property: IPageHeader Header { public get; }
  • Property: new virtual char IdSeparator { public get; }
  • Property: bool IsAsync { public get; }
  • Property: bool IsCallback { public get; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: bool IsCrossPagePostBack { public get; }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: IDictionary Items { public get; }
  • Property: int LCID { public get; public set; }
  • Property: bool MaintainScrollPositionOnPostback { public get; public set; }
  • Property: MasterPage Master { public get; }
  • Property: string MasterPageFile { public get; public set; }
  • Property: ProtectedInternal int MaxPageStateFieldLength { }
  • Property: PageAdapter PageAdapter { public get; }
  • Property: protected virtual PageStatePersister Persister { }
  • Property: Page PreviousPage { public get; }
  • Property: string ResponseEncoding { public get; public set; }
  • Property: SiteCounters SiteCounters { public get; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: virtual string StyleSheetTheme { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string Theme { public get; public set; }
  • Property: string Title { public get; public set; }
  • Property: bool TraceEnabled { public get; public set; }
  • Property: TraceMode TraceModeValue { public get; public set; }
  • Property: string UICulture { public get; public set; }
  • Property: ProtectedInternal virtual string UniqueFilePathSuffix { }
System.Web.UI PageHandlerFactory ()
n/a public class System.Web.UI.PageHandlerFactory
--> NONE <--
  • Constructor: ProtectedInternal PageHandlerFactory ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual IHttpHandler GetHandler (HttpContext context, string requestType, string virtualPath, string path)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public virtual void ReleaseHandler (IHttpHandler handler)
  • Method (i): public virtual string ToString ()
System.Web.UI PageParser ()
public sealed class System.Web.UI.PageParser
(Please hover your mouse over the type to see the inheritance signatures)
public sealed class System.Web.UI.PageParser
(Please hover your mouse over the type to see the inheritance signatures)
  • Method: protected override Type CompileIntoType ()
  • Method (i): protected Type GetReferencedType (string virtualPath)
  • Method (i): ProtectedInternal Type GetUserControlType (string virtualPath)
  • Method (i): protected void ParseFile (string physicalPath, string virtualPath)
  • Method (i): protected void ProcessError (string message)
  • Method (i): protected void ProcessException (Exception ex)
System.Web.UI PageParserFilter ()
n/a public abstract class System.Web.UI.PageParserFilter
--> NONE <--
  • Constructor: protected PageParserFilter ()
  • Method: public virtual bool AllowBaseType (Type baseType)
  • Method: public virtual bool AllowControl (Type controlType, ControlBuilder builder)
  • Method: public virtual bool AllowControlInternal (Type controlType, ControlBuilder builder)
  • Method: public virtual bool AllowServerSideInclude (string includeVirtualPath)
  • Method: public virtual bool AllowVirtualReference (string referenceVirtualPath, VirtualReferenceType referenceType)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual CompilationMode GetCompilationMode (CompilationMode current)
  • Method: public abstract string GetFilterHash ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public virtual void Initialize (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method: public virtual void ParseComplete (ControlBuilder rootBuilder)
  • Method (i): public virtual string ToString ()
  • Property: virtual bool AllowCode { public get; }
  • Property: virtual bool AllowCompilationModeAttribute { public get; }
  • Property: virtual bool AllowOutputCacheDirective { public get; }
  • Property: virtual bool AllowTraceAttribute { public get; }
  • Property: virtual bool AllowTraceModeAttribute { public get; }
  • Property: virtual int NumberOfControlsAllowed { public get; }
  • Property: virtual int NumberOfDirectDependenciesAllowed { public get; }
  • Property: virtual int TotalNumberOfDependenciesAllowed { public get; }
  • Property: protected string VirtualPath { }
System.Web.UI PageStatePersister ()
n/a public abstract class System.Web.UI.PageStatePersister
--> NONE <--
  • Constructor: protected PageStatePersister (Page page)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public abstract void Load ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public abstract void Save ()
  • Method (i): public virtual string ToString ()
  • Property: object ControlState { public get; public set; }
  • Property: protected Page Page { }
  • Property: protected IStateFormatter StateFormatter { }
  • Property: object ViewState { public get; public set; }
System.Web.UI PageTheme ()
n/a public abstract class System.Web.UI.PageTheme
--> NONE <--
  • Constructor: protected PageTheme ()
  • Method: public static object CreateSkinKey (Type controlType, string skinID)
  • Method (i): public virtual bool Equals (object obj)
  • Method: protected object Eval (string expression)
  • Method: protected string Eval (string expression, string format)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public bool TestDeviceFilter (string deviceFilterName)
  • Method (i): public virtual string ToString ()
  • Method: protected object XPath (string xPathExpression)
  • Method: protected string XPath (string xPathExpression, string format)
  • Method: protected IEnumerable XPathSelect (string xPathExpression)
  • Property: protected abstract string AppRelativeTemplateSourceDirectory { }
  • Property: protected abstract IDictionary ControlSkins { }
  • Property: protected abstract String[] LinkedStyleSheets { }
  • Property: protected Page Page { }
public sealed attribute System.Web.UI.ParseChildrenAttribute ()
--> NONE <--
  • Constructor: public ParseChildrenAttribute (Type childControlType)
  • Field: public static readonly ParseChildrenAttribute ParseAsChildren
  • Field: public static readonly ParseChildrenAttribute ParseAsProperties
  • Property: Type ChildControlType { public get; }
public sealed attribute System.Web.UI.PartialCachingAttribute ()
--> NONE <--
  • Constructor: public PartialCachingAttribute (int duration, string varyByParams, string varyByControls, string varyByCustom, string sqlDependency, bool shared)
  • Property: string SqlDependency { public get; }
System.Web.UI PartialCachingControl ()
public class System.Web.UI.PartialCachingControl
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.PartialCachingControl
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter output)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter output)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: ControlCachePolicy CachePolicy { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
public sealed attribute System.Web.UI.PersistChildrenAttribute ()
--> NONE <--
  • Constructor: public PersistChildrenAttribute (bool persist, bool usesCustomPersistence)
  • Property: bool UsesCustomPersistence { public get; }
System.Web.UI.Adapters PageAdapter ()
n/a public abstract class System.Web.UI.Adapters.PageAdapter
--> NONE <--
  • Constructor: protected PageAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method: public virtual NameValueCollection DeterminePostBackMode ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method: ProtectedInternal virtual string GetPostBackFormReference (string formId)
  • Method: public virtual ICollection GetRadioButtonsByGroup (string groupName)
  • Method: public virtual PageStatePersister GetStatePersister ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: public virtual void RegisterRadioButton (RadioButton radioButton)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method: public virtual void RenderBeginHyperlink (HtmlTextWriter writer, string targetUrl, bool encodeUrl, string softkeyLabel)
  • Method: public virtual void RenderBeginHyperlink (HtmlTextWriter writer, string targetUrl, bool encodeUrl, string softkeyLabel, string accessKey)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method: public virtual void RenderEndHyperlink (HtmlTextWriter writer)
  • Method: public virtual void RenderPostBackEvent (HtmlTextWriter writer, string target, string argument, string softkeyLabel, string text)
  • Method: public virtual void RenderPostBackEvent (HtmlTextWriter writer, string target, string argument, string softkeyLabel, string text, string postUrl, string accessKey)
  • Method: protected void RenderPostBackEvent (HtmlTextWriter writer, string target, string argument, string softkeyLabel, string text, string postUrl, string accessKey, bool encode)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Method: public virtual string TransformText (string text)
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: virtual IList CacheVaryByHeaders { public get; }
  • Property: virtual IList CacheVaryByParams { public get; }
  • Property: protected string ClientState { }
  • Property: protected Control Control { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls MailDefinition ()
n/a public sealed class System.Web.UI.WebControls.MailDefinition
--> NONE <--
  • Constructor: public MailDefinition ()
  • Method: public MailMessage CreateMailMessage (string recipients, IDictionary replacements, string body, MailFormat bodyFormat)
  • Method: public MailMessage CreateMailMessage (string recipients, IDictionary replacements, Control owner)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string BodyFileName { public get; public set; }
  • Property: MailFormat BodyFormat { public get; public set; }
  • Property: string Cc { public get; public set; }
  • Property: EmbeddedMailObjectsCollection EmbeddedObjects { public get; }
  • Property: string From { public get; public set; }
  • Property: MailPriority Priority { public get; public set; }
  • Property: string Subject { public get; public set; }
System.Web.UI.WebControls MailDefinitionConverter ()
n/a public class System.Web.UI.WebControls.MailDefinitionConverter
--> NONE <--
  • Constructor: public MailDefinitionConverter ()
  • Method (i): public bool CanConvertFrom (Type sourceType)
  • Method (i): public virtual bool CanConvertFrom (ITypeDescriptorContext context, Type sourceType)
  • Method (i): public bool CanConvertTo (Type destinationType)
  • Method (i): public virtual bool CanConvertTo (ITypeDescriptorContext context, Type destinationType)
  • Method (i): public object ConvertFrom (object value)
  • Method (i): public virtual object ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value)
  • Method (i): public object ConvertFromInvariantString (string text)
  • Method (i): public object ConvertFromInvariantString (ITypeDescriptorContext context, string text)
  • Method (i): public object ConvertFromString (string text)
  • Method (i): public object ConvertFromString (ITypeDescriptorContext context, CultureInfo culture, string text)
  • Method (i): public object ConvertFromString (ITypeDescriptorContext context, string text)
  • Method (i): public object ConvertTo (object value, Type destinationType)
  • Method: public override object ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
  • Method (i): public string ConvertToInvariantString (object value)
  • Method (i): public string ConvertToInvariantString (ITypeDescriptorContext context, object value)
  • Method (i): public string ConvertToString (object value)
  • Method (i): public string ConvertToString (ITypeDescriptorContext context, CultureInfo culture, object value)
  • Method (i): public string ConvertToString (ITypeDescriptorContext context, object value)
  • Method (i): public object CreateInstance (IDictionary propertyValues)
  • Method (i): public virtual object CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): protected Exception GetConvertFromException (object value)
  • Method (i): protected Exception GetConvertToException (object value, Type destinationType)
  • Method (i): public bool GetCreateInstanceSupported ()
  • Method (i): public virtual bool GetCreateInstanceSupported (ITypeDescriptorContext context)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public PropertyDescriptorCollection GetProperties (object value)
  • Method (i): public PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value)
  • Method (i): public virtual PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value, attribute[] attributes)
  • Method (i): public bool GetPropertiesSupported ()
  • Method (i): public virtual bool GetPropertiesSupported (ITypeDescriptorContext context)
  • Method (i): public ICollection GetStandardValues ()
  • Method (i): public virtual StandardValuesCollection GetStandardValues (ITypeDescriptorContext context)
  • Method (i): public bool GetStandardValuesExclusive ()
  • Method (i): public virtual bool GetStandardValuesExclusive (ITypeDescriptorContext context)
  • Method (i): public bool GetStandardValuesSupported ()
  • Method (i): public virtual bool GetStandardValuesSupported (ITypeDescriptorContext context)
  • Method (i): public Type GetType ()
  • Method (i): public bool IsValid (object value)
  • Method (i): public virtual bool IsValid (ITypeDescriptorContext context, object value)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected PropertyDescriptorCollection SortProperties (PropertyDescriptorCollection props, string[] names)
  • Method (i): public virtual string ToString ()
System.Web.UI.WebControls MailMessageEventArgs ()
n/a public class System.Web.UI.WebControls.MailMessageEventArgs
--> NONE <--
  • Constructor: public MailMessageEventArgs (MailMessage message)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: MailMessage Message { public get; }
System.Web.UI.WebControls MailMessageEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.MailMessageEventHandler
--> NONE <--
  • Constructor: public MailMessageEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, MailMessageEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, MailMessageEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls Menu ()
n/a public class System.Web.UI.WebControls.Menu
--> NONE <--
  • Constructor: public Menu ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler DataBound
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event MenuEventHandler MenuItemClick
  • Event: public event MenuEventHandler MenuItemDataBound
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Field: public static const string MenuItemClickCommandName, Value = Click
  • Method: protected override void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): protected void ConfirmInitState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method: ProtectedInternal override void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method: public override void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): protected void EnsureDataBound ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method: public MenuItem FindItem (string valuePath)
  • Method (i): public virtual void Focus ()
  • Method (i): protected HierarchicalDataSourceView GetData (string viewPath)
  • Method (i): protected IHierarchicalDataSource GetDataSource ()
  • Method: protected override IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public virtual MenuItemStyle GetMenuItemStyle (MenuItem item)
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method: ProtectedInternal override void LoadControlState (object savedState)
  • Method: protected override void LoadViewState (object state)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method: protected override bool OnBubbleEvent (object source, EventArgs e)
  • Method: protected override void OnDataBinding (EventArgs e)
  • Method (i): protected virtual void OnDataBound (EventArgs e)
  • Method (i): protected virtual void OnDataPropertyChanged ()
  • Method (i): protected virtual void OnDataSourceChanged (object sender, EventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: protected virtual void OnMenuItemClick (MenuEventArgs e)
  • Method: protected virtual void OnMenuItemDataBound (MenuEventArgs e)
  • Method (i): protected virtual void OnPagePreLoad (object sender, EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: ProtectedInternal override void PerformDataBinding ()
  • Method (i): protected virtual void PerformSelect ()
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method: ProtectedInternal void RaisePostBackEvent (string eventArgument)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method: public override void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method: ProtectedInternal override void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method: public override void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method: ProtectedInternal override object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method: protected void SetItemDataBound (MenuItem node, bool dataBound)
  • Method: protected void SetItemDataItem (MenuItem node, object dataItem)
  • Method: protected void SetItemDataPath (MenuItem node, string dataPath)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Method (i): protected virtual void ValidateDataSource (object dataSource)
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: override ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: MenuItemBindingCollection DataBindings { public get; }
  • Property: virtual string DataMember { public get; public set; }
  • Property: virtual object DataSource { public get; public set; }
  • Property: virtual string DataSourceID { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: int DisappearAfter { public get; public set; }
  • Property: string DynamicBottomSeparatorImageUrl { public get; public set; }
  • Property: bool DynamicEnableDefaultPopOutImage { public get; public set; }
  • Property: int DynamicHorizontalOffset { public get; public set; }
  • Property: Style DynamicHoverStyle { public get; }
  • Property: string DynamicItemFormatString { public get; public set; }
  • Property: ITemplate DynamicItemTemplate { public get; public set; }
  • Property: MenuItemStyle DynamicMenuItemStyle { public get; }
  • Property: SubMenuStyle DynamicMenuStyle { public get; }
  • Property: string DynamicPopOutImageTextFormatString { public get; public set; }
  • Property: string DynamicPopOutImageUrl { public get; public set; }
  • Property: MenuItemStyle DynamicSelectedStyle { public get; }
  • Property: string DynamicTopSeparatorImageUrl { public get; public set; }
  • Property: int DynamicVerticalOffset { public get; public set; }
  • Property: override bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: protected bool Initialized { }
  • Property: protected bool IsBoundUsingDataSourceID { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: MenuItemCollection Items { public get; }
  • Property: bool ItemWrap { public get; public set; }
  • Property: MenuItemStyleCollection LevelMenuItemStyles { public get; }
  • Property: MenuItemStyleCollection LevelSelectedStyles { public get; }
  • Property: SubMenuStyleCollection LevelSubMenuStyles { public get; }
  • Property: int MaximumDynamicDisplayLevels { public get; public set; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: Orientation Orientation { public get; public set; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: char PathSeparator { public get; public set; }
  • Property: string PopOutEffect { public get; public set; }
  • Property: string PopOutEffectScript { public get; public set; }
  • Property: protected bool RequiresDataBinding { }
  • Property: string ScrollDownImageUrl { public get; public set; }
  • Property: string ScrollDownText { public get; public set; }
  • Property: string ScrollUpImageUrl { public get; public set; }
  • Property: string ScrollUpText { public get; public set; }
  • Property: MenuItem SelectedItem { public get; }
  • Property: string SelectedValue { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: string SkipLinkText { public get; public set; }
  • Property: string StaticBottomSeparatorImageUrl { public get; public set; }
  • Property: int StaticDisplayLevels { public get; public set; }
  • Property: bool StaticEnableDefaultPopOutImage { public get; public set; }
  • Property: Style StaticHoverStyle { public get; }
  • Property: string StaticItemFormatString { public get; public set; }
  • Property: ITemplate StaticItemTemplate { public get; public set; }
  • Property: MenuItemStyle StaticMenuItemStyle { public get; }
  • Property: SubMenuStyle StaticMenuStyle { public get; }
  • Property: string StaticPopOutImageTextFormatString { public get; public set; }
  • Property: string StaticPopOutImageUrl { public get; public set; }
  • Property: MenuItemStyle StaticSelectedStyle { public get; }
  • Property: Unit StaticSubMenuIndent { public get; public set; }
  • Property: string StaticTopSeparatorImageUrl { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected override HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: string Target { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls MenuEventArgs ()
n/a public sealed class System.Web.UI.WebControls.MenuEventArgs
--> NONE <--
  • Constructor: public MenuEventArgs (MenuItem item)
  • Constructor: public MenuEventArgs (MenuItem item, object commandSource, CommandEventArgs originalArgs)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: object CommandArgument { public get; }
  • Property: string CommandName { public get; }
  • Property: object CommandSource { public get; }
  • Property: MenuItem Item { public get; }
System.Web.UI.WebControls MenuEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.MenuEventHandler
--> NONE <--
  • Constructor: public MenuEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, MenuEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, MenuEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls MenuItem ()
n/a public sealed class System.Web.UI.WebControls.MenuItem
--> NONE <--
  • Constructor: public MenuItem ()
  • Constructor: public MenuItem (string text)
  • Constructor: public MenuItem (string text, string value)
  • Constructor: public MenuItem (string text, string value, string imageUrl)
  • Constructor: public MenuItem (string text, string value, string imageUrl, string navigateUrl)
  • Constructor: public MenuItem (string text, string value, string imageUrl, string navigateUrl, string target)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: MenuItemCollection ChildItems { public get; }
  • Property: bool DataBound { public get; }
  • Property: object DataItem { public get; }
  • Property: string DataPath { public get; }
  • Property: int Depth { public get; }
  • Property: string ImageUrl { public get; public set; }
  • Property: string NavigateUrl { public get; public set; }
  • Property: MenuItem Parent { public get; }
  • Property: string PopOutImageUrl { public get; public set; }
  • Property: bool Selected { public get; public set; }
  • Property: string SeparatorImageUrl { public get; public set; }
  • Property: string Target { public get; public set; }
  • Property: string Text { public get; public set; }
  • Property: string ToolTip { public get; public set; }
  • Property: string Value { public get; public set; }
  • Property: string ValuePath { public get; }
System.Web.UI.WebControls MenuItemBinding ()
n/a public sealed class System.Web.UI.WebControls.MenuItemBinding
--> NONE <--
  • Constructor: public MenuItemBinding ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string DataMember { public get; public set; }
  • Property: int Depth { public get; public set; }
  • Property: string FormatString { public get; public set; }
  • Property: string ImageUrl { public get; public set; }
  • Property: string ImageUrlField { public get; public set; }
  • Property: string NavigateUrl { public get; public set; }
  • Property: string NavigateUrlField { public get; public set; }
  • Property: string Target { public get; public set; }
  • Property: string Text { public get; public set; }
  • Property: string TextField { public get; public set; }
  • Property: string ToolTip { public get; public set; }
  • Property: string ToolTipField { public get; public set; }
  • Property: string Value { public get; public set; }
  • Property: string ValueField { public get; public set; }
System.Web.UI.WebControls MenuItemBindingCollection ()
n/a public class System.Web.UI.WebControls.MenuItemBindingCollection
--> NONE <--
  • Method: public int Add (MenuItemBinding binding)
  • Method (i): public void Clear ()
  • Method: public bool Contains (MenuItemBinding value)
  • Method (i): public virtual void CopyTo (Array array, int index)
  • Method: public void CopyTo (MenuItemBinding[] array, int index)
  • Method: protected override object CreateKnownType (int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method: protected override Type[] GetKnownTypes ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (MenuItemBinding value)
  • Method: public void Insert (int index, MenuItemBinding binding)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnClear ()
  • Method (i): protected virtual void OnClearComplete ()
  • Method (i): protected virtual void OnInsert (int index, object value)
  • Method (i): protected virtual void OnInsertComplete (int index, object value)
  • Method (i): protected virtual void OnRemove (int index, object value)
  • Method (i): protected virtual void OnRemoveComplete (int index, object value)
  • Method (i): protected virtual void OnValidate (object value)
  • Method: public void Remove (MenuItemBinding binding)
  • Method: public void RemoveAt (int index)
  • Method (i): public void SetDirty ()
  • Method: protected override void SetDirtyObject (object o)
  • Method (i): public virtual string ToString ()
  • Property: int Count { public get; }
  • Property: MenuItemBinding this [int i] { public get; public set; }
System.Web.UI.WebControls MenuItemCollection ()
n/a public sealed class System.Web.UI.WebControls.MenuItemCollection
--> NONE <--
  • Constructor: public MenuItemCollection ()
  • Constructor: public MenuItemCollection (MenuItem owner)
  • Method: public void Add (MenuItem child)
  • Method: public void AddAt (int index, MenuItem child)
  • Method: public void Clear ()
  • Method: public bool Contains (MenuItem c)
  • Method: public virtual void CopyTo (Array array, int index)
  • Method: public void CopyTo (MenuItem[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (MenuItem value)
  • Method (i): protected object MemberwiseClone ()
  • Method: public void Remove (MenuItem value)
  • Method: public void RemoveAt (int index)
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: virtual bool IsSynchronized { public get; }
  • Property: MenuItem this [int index] { public get; }
  • Property: virtual object SyncRoot { public get; }
System.Web.UI.WebControls MenuItemStyle ()
n/a public class System.Web.UI.WebControls.MenuItemStyle
--> NONE <--
  • Constructor: public MenuItemStyle ()
  • Event: public event EventHandler Disposed
  • Method (i): public void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): public virtual void AddAttributesToRender (HtmlTextWriter writer, WebControl owner)
  • Method: public override void CopyFrom (Style s)
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void Dispose (bool disposing)
  • Method (i): public virtual bool Equals (object obj)
  • Method: protected override void FillStyleAttributes (CssStyleCollection attributes, IUrlResolutionService urlResolver)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): protected virtual object GetService (Type service)
  • Method (i): public CssStyleCollection GetStyleAttributes (IUrlResolutionService urlResolver)
  • Method (i): public Type GetType ()
  • Method (i): public virtual object InitializeLifetimeService ()
  • Method (i): ProtectedInternal void LoadViewState (object state)
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method: public override void MergeWith (Style s)
  • Method: public override void Reset ()
  • Method (i): ProtectedInternal virtual object SaveViewState ()
  • Method (i): ProtectedInternal virtual void SetBit (int bit)
  • Method (i): public void SetDirty ()
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void TrackViewState ()
  • Property: Color BackColor { public get; public set; }
  • Property: Color BorderColor { public get; public set; }
  • Property: BorderStyle BorderStyle { public get; public set; }
  • Property: Unit BorderWidth { public get; public set; }
  • Property: protected virtual bool CanRaiseEvents { }
  • Property: IContainer Container { public get; }
  • Property: string CssClass { public get; public set; }
  • Property: protected bool DesignMode { }
  • Property: protected EventHandlerList Events { }
  • Property: FontInfo Font { public get; }
  • Property: Color ForeColor { public get; public set; }
  • Property: Unit Height { public get; public set; }
  • Property: int HorizontalPadding { public get; public set; }
  • Property: ProtectedInternal override bool IsEmpty { }
  • Property: protected bool IsTrackingViewState { }
  • Property: int ItemSpacing { public get; public set; }
  • Property: string RegisteredCssClass { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: int VerticalPadding { public get; public set; }
  • Property: ProtectedInternal StateBag ViewState { }
  • Property: Unit Width { public get; public set; }
System.Web.UI.WebControls MenuItemStyleCollection ()
n/a public sealed class System.Web.UI.WebControls.MenuItemStyleCollection
--> NONE <--
  • Method: public int Add (MenuItemStyle style)
  • Method (i): public void Clear ()
  • Method: public bool Contains (MenuItemStyle style)
  • Method (i): public virtual void CopyTo (Array array, int index)
  • Method: public void CopyTo (MenuItemStyle[] styleArray, int index)
  • Method: protected override object CreateKnownType (int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method: protected override Type[] GetKnownTypes ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (MenuItemStyle style)
  • Method: public void Insert (int index, MenuItemStyle style)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnClear ()
  • Method (i): protected virtual void OnClearComplete ()
  • Method: protected override void OnInsert (int index, object value)
  • Method (i): protected virtual void OnInsertComplete (int index, object value)
  • Method (i): protected virtual void OnRemove (int index, object value)
  • Method (i): protected virtual void OnRemoveComplete (int index, object value)
  • Method (i): protected virtual void OnValidate (object value)
  • Method: public void Remove (MenuItemStyle style)
  • Method: public void RemoveAt (int index)
  • Method (i): public void SetDirty ()
  • Method: protected override void SetDirtyObject (object o)
  • Method (i): public virtual string ToString ()
  • Property: int Count { public get; }
  • Property: MenuItemStyle this [int i] { public get; public set; }
System.Web.UI.WebControls MenuItemTemplateContainer ()
n/a public sealed class System.Web.UI.WebControls.MenuItemTemplateContainer
--> NONE <--
  • Constructor: public MenuItemTemplateContainer (int itemIndex, MenuItem dataItem)
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method: protected override bool OnBubbleEvent (object source, EventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: object DataItem { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: int ItemIndex { public get; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
System.Web.UI.WebControls MultiView ()
n/a public class System.Web.UI.WebControls.MultiView
--> NONE <--
  • Constructor: public MultiView ()
  • Event: public event EventHandler ActiveViewChanged
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Field: public static readonly string NextViewCommandName
  • Field: public static readonly string PreviousViewCommandName
  • Field: public static readonly string SwitchViewByIDCommandName
  • Field: public static readonly string SwitchViewByIndexCommandName
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method: protected override void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method: protected override ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method: public View GetActiveView ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method: ProtectedInternal override void LoadControlState (object state)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method: protected virtual void OnActiveViewChanged (EventArgs e)
  • Method: protected override bool OnBubbleEvent (object source, EventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method: ProtectedInternal override void RemovedControl (Control ctl)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method: ProtectedInternal override object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method: public void SetActiveView (View view)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual int ActiveViewIndex { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: virtual ViewCollection Views { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
System.Web.UI.WebControls MultiViewControlBuilder ()
n/a public class System.Web.UI.WebControls.MultiViewControlBuilder
--> NONE <--
  • Constructor: public MultiViewControlBuilder ()
  • Method (i): public void AddCollectionItem (ControlBuilder builder)
  • Method (i): public void AddComplexProperty (string filter, string name, ControlBuilder builder)
  • Method (i): public void AddTemplateProperty (string filter, string name, TemplateBuilder builder)
  • Method (i): public virtual bool AllowWhitespaceLiterals ()
  • Method (i): public virtual void AppendLiteralString (string s)
  • Method: public override void AppendSubBuilder (ControlBuilder subBuilder)
  • Method (i): public virtual object BuildObject ()
  • Method (i): public virtual void CloseControl ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Type GetChildControlType (string tagName, IDictionary attribs)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasBody ()
  • Method (i): public virtual bool HtmlDecodeLiterals ()
  • Method (i): public virtual void Init (TemplateParser parser, ControlBuilder parentBuilder, Type type, string tagName, string id, IDictionary attribs)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual bool NeedsTagInnerText ()
  • Method (i): public virtual void OnAppendToParentBuilder (ControlBuilder parentBuilder)
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Method (i): public virtual void SetTagInnerText (string text)
  • Method (i): public virtual string ToString ()
  • Property: virtual Type BindingContainerType { public get; }
  • Property: Type ControlType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool FChildrenAsProperties { }
  • Property: protected bool FIsNonParserAccessor { }
  • Property: bool HasAspCode { public get; }
  • Property: string ID { public get; public set; }
  • Property: protected bool InDesigner { }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: Type NamingContainerType { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: string TagName { public get; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
System.Web.UI.WebControls ObjectDataSource ()
n/a public class System.Web.UI.WebControls.ObjectDataSource
--> NONE <--
  • Constructor: public ObjectDataSource ()
  • Constructor: public ObjectDataSource (string typeName, string selectMethod)
  • Event: public event EventHandler DataBinding
  • Event: public event ObjectDataSourceStatusEventHandler Deleted
  • Event: public event ObjectDataSourceMethodEventHandler Deleting
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event ObjectDataSourceStatusEventHandler Inserted
  • Event: public event ObjectDataSourceMethodEventHandler Inserting
  • Event: public event EventHandler Load
  • Event: public event ObjectDataSourceObjectEventHandler ObjectCreated
  • Event: public event ObjectDataSourceObjectEventHandler ObjectCreating
  • Event: public event ObjectDataSourceDisposingEventHandler ObjectDisposing
  • Event: public event EventHandler PreRender
  • Event: public event ObjectDataSourceStatusEventHandler Selected
  • Event: public event ObjectDataSourceSelectingEventHandler Selecting
  • Event: public event EventHandler Unload
  • Event: public event ObjectDataSourceStatusEventHandler Updated
  • Event: public event ObjectDataSourceMethodEventHandler Updating
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method: protected string CreateCacheKey (int startRowIndex, int maximumRows)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method: protected string CreateMasterCacheKey ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method: public int Delete ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: protected override DataSourceView GetView (string viewName)
  • Method: protected override ICollection GetViewNames ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method: public int Insert ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected override void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void RaiseDataSourceChangedEvent (EventArgs e)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method: ProtectedInternal virtual void SaveDataToCache (int startRowIndex, int maximumRows, object data)
  • Method: ProtectedInternal virtual void SaveTotalRowCountToCache (int totalRowCount)
  • Method: protected override object SaveViewState ()
  • Method: public IEnumerable Select ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Method: public int Update ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual int CacheDuration { public get; public set; }
  • Property: virtual DataSourceCacheExpiry CacheExpirationPolicy { public get; public set; }
  • Property: virtual string CacheKeyDependency { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: ConflictOptions ConflictDetection { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: string DataObjectTypeName { public get; public set; }
  • Property: string DeleteMethod { public get; public set; }
  • Property: ParameterCollection DeleteParameters { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableCaching { public get; public set; }
  • Property: bool EnablePaging { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: string FilterExpression { public get; public set; }
  • Property: ParameterCollection FilterParameters { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: string InsertMethod { public get; public set; }
  • Property: ParameterCollection InsertParameters { public get; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: string MaxRecordsParameterName { public get; public set; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: string OldValuesParameterFormatString { public get; public set; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: string SelectCountMethod { public get; public set; }
  • Property: string SelectMethod { public get; public set; }
  • Property: ParameterCollection SelectParameters { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: string SortParameterName { public get; public set; }
  • Property: virtual string SqlCacheDependency { public get; public set; }
  • Property: string StartRecordParameterName { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: string TypeName { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: string UpdateMethod { public get; public set; }
  • Property: ParameterCollection UpdateParameters { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
System.Web.UI.WebControls ObjectDataSourceDisposingEventArgs ()
n/a public class System.Web.UI.WebControls.ObjectDataSourceDisposingEventArgs
--> NONE <--
  • Constructor: public ObjectDataSourceDisposingEventArgs (object objectInstance)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Cancel { public get; public set; }
  • Property: object ObjectInstance { public get; }
System.Web.UI.WebControls ObjectDataSourceDisposingEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.ObjectDataSourceDisposingEventHandler
--> NONE <--
  • Constructor: public ObjectDataSourceDisposingEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, ObjectDataSourceDisposingEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, ObjectDataSourceDisposingEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls ObjectDataSourceEventArgs ()
n/a public class System.Web.UI.WebControls.ObjectDataSourceEventArgs
--> NONE <--
  • Constructor: public ObjectDataSourceEventArgs (object objectInstance)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: object ObjectInstance { public get; public set; }
System.Web.UI.WebControls ObjectDataSourceMethodEventArgs ()
n/a public class System.Web.UI.WebControls.ObjectDataSourceMethodEventArgs
--> NONE <--
  • Constructor: public ObjectDataSourceMethodEventArgs (IDictionary inputParameters)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: IDictionary InputParameters { public get; }
System.Web.UI.WebControls ObjectDataSourceMethodEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.ObjectDataSourceMethodEventHandler
--> NONE <--
  • Constructor: public ObjectDataSourceMethodEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, ObjectDataSourceMethodEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, ObjectDataSourceMethodEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls ObjectDataSourceObjectEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.ObjectDataSourceObjectEventHandler
--> NONE <--
  • Constructor: public ObjectDataSourceObjectEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, ObjectDataSourceEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, ObjectDataSourceEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls ObjectDataSourceSelectingEventArgs ()
n/a public class System.Web.UI.WebControls.ObjectDataSourceSelectingEventArgs
--> NONE <--
  • Constructor: public ObjectDataSourceSelectingEventArgs (IDictionary inputParameters, bool executingSelectCount)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool ExecutingSelectCount { public get; }
  • Property: IDictionary InputParameters { public get; }
System.Web.UI.WebControls ObjectDataSourceSelectingEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.ObjectDataSourceSelectingEventHandler
--> NONE <--
  • Constructor: public ObjectDataSourceSelectingEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, ObjectDataSourceSelectingEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, ObjectDataSourceSelectingEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls ObjectDataSourceStatusEventArgs ()
n/a public class System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs
--> NONE <--
  • Constructor: public ObjectDataSourceStatusEventArgs (object returnValue, IDictionary outputParameters)
  • Constructor: public ObjectDataSourceStatusEventArgs (object returnValue, IDictionary outputParameters, Exception exception)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: Exception Exception { public get; }
  • Property: bool ExceptionHandled { public get; public set; }
  • Property: IDictionary OutputParameters { public get; }
  • Property: object ReturnValue { public get; }
System.Web.UI.WebControls ObjectDataSourceStatusEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.ObjectDataSourceStatusEventHandler
--> NONE <--
  • Constructor: public ObjectDataSourceStatusEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, ObjectDataSourceStatusEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, ObjectDataSourceStatusEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls ObjectDataSourceView ()
n/a public class System.Web.UI.WebControls.ObjectDataSourceView
--> NONE <--
  • Constructor: public ObjectDataSourceView (ObjectDataSource owner, string name, HttpContext context)
  • Event: public event EventHandler DataSourceViewChanged
  • Event: public event ObjectDataSourceStatusEventHandler Deleted
  • Event: public event ObjectDataSourceMethodEventHandler Deleting
  • Event: public event ObjectDataSourceStatusEventHandler Inserted
  • Event: public event ObjectDataSourceMethodEventHandler Inserting
  • Event: public event ObjectDataSourceObjectEventHandler ObjectCreated
  • Event: public event ObjectDataSourceObjectEventHandler ObjectCreating
  • Event: public event ObjectDataSourceDisposingEventHandler ObjectDisposing
  • Event: public event ObjectDataSourceStatusEventHandler Selected
  • Event: public event ObjectDataSourceSelectingEventHandler Selecting
  • Event: public event ObjectDataSourceStatusEventHandler Updated
  • Event: public event ObjectDataSourceMethodEventHandler Updating
  • Method: public int Delete (IDictionary keys, IDictionary oldValues)
  • Method (i): public virtual void Delete (IDictionary keys, IDictionary oldValues, DataSourceViewOperationCallback callback)
  • Method (i): public virtual bool Equals (object obj)
  • Method: protected override int ExecuteDelete (IDictionary keys, IDictionary oldValues)
  • Method: protected override int ExecuteInsert (IDictionary values)
  • Method: ProtectedInternal override IEnumerable ExecuteSelect (DataSourceSelectArguments arguments)
  • Method: protected override int ExecuteUpdate (IDictionary keys, IDictionary values, IDictionary oldValues)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public int Insert (IDictionary values)
  • Method (i): public virtual void Insert (IDictionary values, DataSourceViewOperationCallback callback)
  • Method: protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnDataSourceViewChanged (EventArgs e)
  • Method: protected virtual void OnDeleted (ObjectDataSourceStatusEventArgs e)
  • Method: protected virtual void OnDeleting (ObjectDataSourceMethodEventArgs e)
  • Method: protected virtual void OnInserted (ObjectDataSourceStatusEventArgs e)
  • Method: protected virtual void OnInserting (ObjectDataSourceMethodEventArgs e)
  • Method: protected virtual void OnObjectCreated (ObjectDataSourceEventArgs e)
  • Method: protected virtual void OnObjectCreating (ObjectDataSourceEventArgs e)
  • Method: protected virtual void OnObjectDisposing (ObjectDataSourceDisposingEventArgs e)
  • Method: protected virtual void OnSelected (ObjectDataSourceStatusEventArgs e)
  • Method: protected virtual void OnSelecting (ObjectDataSourceSelectingEventArgs e)
  • Method: protected virtual void OnUpdated (ObjectDataSourceStatusEventArgs e)
  • Method: protected virtual void OnUpdating (ObjectDataSourceMethodEventArgs e)
  • Method: protected virtual int QueryTotalRowCount (IDictionary mergedParameters)
  • Method (i): ProtectedInternal virtual void RaiseUnsupportedCapabilityError (DataSourceCapabilities capability)
  • Method: protected virtual object SaveViewState ()
  • Method: public IEnumerable Select (DataSourceSelectArguments arguments)
  • Method (i): public virtual void Select (DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback)
  • Method (i): public virtual string ToString ()
  • Method: protected virtual void TrackViewState ()
  • Method: public int Update (IDictionary keys, IDictionary values, IDictionary oldValues)
  • Method (i): public virtual void Update (IDictionary keys, IDictionary values, IDictionary oldValues, DataSourceViewOperationCallback callback)
  • Property: override bool CanDelete { public get; }
  • Property: override bool CanInsert { public get; }
  • Property: override bool CanPage { public get; }
  • Property: override bool CanRetrieveTotalRowCount { public get; }
  • Property: override bool CanSort { public get; }
  • Property: override bool CanUpdate { public get; }
  • Property: ConflictOptions ConflictDetection { public get; public set; }
  • Property: string DataObjectTypeName { public get; public set; }
  • Property: string DeleteMethod { public get; public set; }
  • Property: ParameterCollection DeleteParameters { public get; }
  • Property: bool EnablePaging { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: string FilterExpression { public get; public set; }
  • Property: ParameterCollection FilterParameters { public get; }
  • Property: string InsertMethod { public get; public set; }
  • Property: ParameterCollection InsertParameters { public get; }
  • Property: protected bool IsTrackingViewState { }
  • Property: string MaxRecordsParameterName { public get; public set; }
  • Property: string Name { public get; }
  • Property: string OldValuesParameterFormatString { public get; public set; }
  • Property: string SelectCountMethod { public get; public set; }
  • Property: string SelectMethod { public get; public set; }
  • Property: ParameterCollection SelectParameters { public get; }
  • Property: string SortParameterName { public get; public set; }
  • Property: string StartRecordParameterName { public get; public set; }
  • Property: string TypeName { public get; public set; }
  • Property: string UpdateMethod { public get; public set; }
  • Property: ParameterCollection UpdateParameters { public get; }
  • Property: protected StateBag ViewState { }
Orientation ()
n/a public sealed enum System.Web.UI.WebControls.Orientation
                    Horizontal = 0,
                    Vertical = 1,
--> NONE <-- --> NONE <--
public sealed class System.Web.UI.WebControls.PagedDataSource ()
--> NONE <--
  • Method: public void SetItemCountFromPageIndex (int highestPageIndex)
  • Property: bool AllowServerPaging { public get; public set; }
  • Property: DataSourceSelectArguments DataSourceSelectArguments { public get; public set; }
  • Property: DataSourceView DataSourceView { public get; public set; }
  • Property: bool IsServerPagingEnabled { public get; }
PagerButtons ()
n/a public sealed enum System.Web.UI.WebControls.PagerButtons
                    NextPrevious = 0,
                    Numeric = 1,
                    NextPreviousFirstLast = 2,
                    NumericFirstLast = 3,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls PagerSettings ()
n/a public sealed class System.Web.UI.WebControls.PagerSettings
--> NONE <--
  • Constructor: public PagerSettings ()
  • Event: public event EventHandler PropertyChanged
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public override string ToString ()
  • Property: string FirstPageImageUrl { public get; public set; }
  • Property: string FirstPageText { public get; public set; }
  • Property: string LastPageImageUrl { public get; public set; }
  • Property: string LastPageText { public get; public set; }
  • Property: PagerButtons Mode { public get; public set; }
  • Property: string NextPageImageUrl { public get; public set; }
  • Property: string NextPageText { public get; public set; }
  • Property: int PageButtonCount { public get; public set; }
  • Property: PagerPosition Position { public get; public set; }
  • Property: string PreviousPageImageUrl { public get; public set; }
  • Property: string PreviousPageText { public get; public set; }
  • Property: bool Visible { public get; public set; }
System.Web.UI.WebControls PagerTemplateContainer ()
n/a public sealed class System.Web.UI.WebControls.PagerTemplateContainer
--> NONE <--
  • Constructor: public PagerTemplateContainer (ContentPager pager)
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
System.Web.UI.WebControls Panel ()
public class System.Web.UI.WebControls.Panel
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.Panel
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method: protected override Style CreateControlStyle ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method: public override void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AllowPaginate { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: string DefaultButton { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual ContentDirection Direction { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual string GroupingText { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected virtual int MaximumWeight { }
  • Property: protected virtual bool PaginateChildren { }
  • Property: virtual ScrollBars ScrollBars { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: protected virtual int Weight { }
System.Web.UI.WebControls PanelStyle ()
n/a public class System.Web.UI.WebControls.PanelStyle
--> NONE <--
  • Constructor: public PanelStyle (StateBag bag)
  • Event: public event EventHandler Disposed
  • Method (i): public void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): public virtual void AddAttributesToRender (HtmlTextWriter writer, WebControl owner)
  • Method: public override void CopyFrom (Style s)
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void Dispose (bool disposing)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void FillStyleAttributes (CssStyleCollection attributes, IUrlResolutionService urlResolver)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): protected virtual object GetService (Type service)
  • Method (i): public CssStyleCollection GetStyleAttributes (IUrlResolutionService urlResolver)
  • Method (i): public Type GetType ()
  • Method (i): public virtual object InitializeLifetimeService ()
  • Method (i): ProtectedInternal void LoadViewState (object state)
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method: public override void MergeWith (Style s)
  • Method: public override void Reset ()
  • Method (i): ProtectedInternal virtual object SaveViewState ()
  • Method (i): ProtectedInternal virtual void SetBit (int bit)
  • Method (i): public void SetDirty ()
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void TrackViewState ()
  • Property: Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Color BorderColor { public get; public set; }
  • Property: BorderStyle BorderStyle { public get; public set; }
  • Property: Unit BorderWidth { public get; public set; }
  • Property: protected virtual bool CanRaiseEvents { }
  • Property: IContainer Container { public get; }
  • Property: string CssClass { public get; public set; }
  • Property: protected bool DesignMode { }
  • Property: virtual ContentDirection Direction { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: FontInfo Font { public get; }
  • Property: Color ForeColor { public get; public set; }
  • Property: Unit Height { public get; public set; }
  • Property: virtual HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: ProtectedInternal virtual bool IsEmpty { }
  • Property: protected bool IsTrackingViewState { }
  • Property: string RegisteredCssClass { public get; }
  • Property: virtual ScrollBars ScrollBars { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: ProtectedInternal StateBag ViewState { }
  • Property: Unit Width { public get; public set; }
  • Property: virtual bool Wrap { public get; public set; }
System.Web.UI.WebControls Parameter ()
n/a public class System.Web.UI.WebControls.Parameter
--> NONE <--
  • Constructor: public Parameter ()
  • Constructor: public Parameter (string name)
  • Constructor: public Parameter (string name, TypeCode type)
  • Constructor: public Parameter (string name, TypeCode type, string defaultValue)
  • Constructor: protected Parameter (Parameter original)
  • Method: protected virtual Parameter Clone ()
  • Method (i): public virtual bool Equals (object obj)
  • Method: protected virtual object Evaluate (HttpContext context, Control control)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method: protected void OnParameterChanged ()
  • Method: protected virtual object SaveViewState ()
  • Method: ProtectedInternal virtual void SetDirty ()
  • Method: public override string ToString ()
  • Method: protected virtual void TrackViewState ()
  • Property: bool ConvertEmptyStringToNull { public get; public set; }
  • Property: string DefaultValue { public get; public set; }
  • Property: ParameterDirection Direction { public get; public set; }
  • Property: protected bool IsTrackingViewState { }
  • Property: string Name { public get; public set; }
  • Property: TypeCode Type { public get; public set; }
  • Property: protected StateBag ViewState { }
System.Web.UI.WebControls ParameterCollection ()
n/a public class System.Web.UI.WebControls.ParameterCollection
--> NONE <--
  • Constructor: public ParameterCollection ()
  • Event: public event EventHandler ParametersChanged
  • Method: public int Add (string name, string value)
  • Method: public int Add (string name, TypeCode type, string value)
  • Method: public int Add (Parameter parameter)
  • Method (i): public void Clear ()
  • Method: public bool Contains (Parameter parameter)
  • Method (i): public virtual void CopyTo (Array array, int index)
  • Method: public void CopyTo (Parameter[] parameterArray, int index)
  • Method: protected override object CreateKnownType (int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method: protected override Type[] GetKnownTypes ()
  • Method (i): public Type GetType ()
  • Method: public IOrderedDictionary GetValues (HttpContext context, Control control)
  • Method: public int IndexOf (Parameter parameter)
  • Method: public void Insert (int index, Parameter parameter)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnClear ()
  • Method: protected override void OnClearComplete ()
  • Method: protected override void OnInsert (int index, object value)
  • Method: protected override void OnInsertComplete (int index, object value)
  • Method: protected virtual void OnParametersChanged (EventArgs e)
  • Method (i): protected virtual void OnRemove (int index, object value)
  • Method: protected override void OnRemoveComplete (int index, object value)
  • Method: protected override void OnValidate (object o)
  • Method: public void Remove (Parameter parameter)
  • Method: public void RemoveAt (int index)
  • Method (i): public void SetDirty ()
  • Method: protected override void SetDirtyObject (object o)
  • Method (i): public virtual string ToString ()
  • Method: public void UpdateValues (HttpContext context, Control control)
  • Property: int Count { public get; }
  • Property: Parameter this [int index] { public get; public set; }
  • Property: Parameter this [string name] { public get; public set; }
System.Web.UI.WebControls PasswordRecovery ()
n/a public class System.Web.UI.WebControls.PasswordRecovery
--> NONE <--
  • Constructor: public PasswordRecovery ()
  • Event: public event EventHandler AnswerLookupError
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event MailMessageEventHandler SendingMail
  • Event: public event EventHandler Unload
  • Event: public event EventHandler UserLookupError
  • Event: public event LoginCancelEventHandler VerifyingAnswer
  • Event: public event LoginCancelEventHandler VerifyingUser
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method: ProtectedInternal override void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method: ProtectedInternal override void LoadControlState (object savedState)
  • Method: protected override void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method: protected virtual void OnAnswerLookupError (EventArgs e)
  • Method: protected override bool OnBubbleEvent (object source, EventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method: protected virtual void OnSendingMail (MailMessageEventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: protected virtual void OnUserLookupError (EventArgs e)
  • Method: protected virtual void OnVerifyingAnswer (LoginCancelEventArgs e)
  • Method: protected virtual void OnVerifyingUser (LoginCancelEventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method: ProtectedInternal override object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method: protected override void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: string Answer { public get; }
  • Property: string AnswerLabelText { public get; public set; }
  • Property: string AnswerRequiredErrorMessage { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: int BorderPadding { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool EnableValidation { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: Style FailureTextStyle { public get; }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: string GeneralFailureText { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: string HelpPageIconUrl { public get; public set; }
  • Property: string HelpPageText { public get; public set; }
  • Property: string HelpPageUrl { public get; public set; }
  • Property: Style HyperLinkStyle { public get; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: Style InstructionTextStyle { public get; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: Style LabelStyle { public get; }
  • Property: MailDefinition MailDefinition { public get; }
  • Property: string MembershipProvider { public get; public set; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: string Question { public get; }
  • Property: string QuestionFailureText { public get; public set; }
  • Property: string QuestionInstructionText { public get; public set; }
  • Property: string QuestionLabelText { public get; public set; }
  • Property: virtual ITemplate QuestionTemplate { public get; public set; }
  • Property: string QuestionTitleText { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: string SubmitButtonImageUrl { public get; public set; }
  • Property: Style SubmitButtonStyle { public get; }
  • Property: string SubmitButtonText { public get; public set; }
  • Property: ButtonType SubmitButtonType { public get; public set; }
  • Property: string SuccessPageUrl { public get; public set; }
  • Property: virtual ITemplate SuccessTemplate { public get; public set; }
  • Property: string SuccessText { public get; public set; }
  • Property: Style SuccessTextStyle { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: HorizontalAlign TextAlignment { public get; public set; }
  • Property: Style TextBoxStyle { public get; }
  • Property: LoginTextLayout TextLayout { public get; public set; }
  • Property: Style TitleTextStyle { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: string UserName { public get; public set; }
  • Property: string UserNameFailureText { public get; public set; }
  • Property: string UserNameInstructionText { public get; public set; }
  • Property: string UserNameLabelText { public get; public set; }
  • Property: string UserNameRequiredErrorMessage { public get; public set; }
  • Property: virtual ITemplate UserNameTemplate { public get; public set; }
  • Property: string UserNameTitleText { public get; public set; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
PathDirection ()
n/a public sealed enum System.Web.UI.WebControls.PathDirection
                    RootToCurrent = 0,
                    CurrentToRoot = 1,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls.Adapters MenuAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.MenuAdapter
--> NONE <--
  • Constructor: public MenuAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: ProtectedInternal override void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: protected void RaisePostBackEvent (string eventArgument)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method: protected override void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method: protected override void RenderContents (HtmlTextWriter writer)
  • Method: protected override void RenderEndTag (HtmlTextWriter writer)
  • Method: ProtectedInternal void RenderItem (HtmlTextWriter writer, MenuItem item, int position)
  • Method: ProtectedInternal override object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new Menu Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters PanelAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.PanelAdapter
--> NONE <--
  • Constructor: public PanelAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new Panel Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters PasswordRecoveryAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.PasswordRecoveryAdapter
--> NONE <--
  • Constructor: public PasswordRecoveryAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method: protected override void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method: protected virtual void RenderInput (HtmlTextWriter writer, const label, Control textBox, Control validator)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new PasswordRecovery Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.WebParts PageCatalogPart ()
n/a public sealed class System.Web.UI.WebControls.WebParts.PageCatalogPart
--> NONE <--
  • Constructor: public PageCatalogPart ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method: public override WebPartDescriptionCollection GetAvailableWebPartDescriptions ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override WebPart GetWebPart (WebPartDescription description)
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AllowPaginate { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual PartChromeState ChromeState { public get; public set; }
  • Property: virtual PartChromeType ChromeType { public get; public set; }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: string DefaultButton { public get; public set; }
  • Property: virtual string Description { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual ContentDirection Direction { public get; public set; }
  • Property: string DisplayTitle { public get; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: virtual string GroupingText { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected virtual int MaximumWeight { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: protected virtual bool PaginateChildren { }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ScrollBars ScrollBars { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: override string Title { public get; public set; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: protected WebPartManager WebPartManager { }
  • Property: protected virtual int Weight { }
  • Property: virtual Unit Width { public get; public set; }
  • Property: virtual bool Wrap { public get; public set; }
  • Property: protected CatalogZoneBase Zone { }
System.Web.UI.WebControls.WebParts Part ()
n/a public abstract class System.Web.UI.WebControls.WebParts.Part
--> NONE <--
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method: public override void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AllowPaginate { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual PartChromeState ChromeState { public get; public set; }
  • Property: virtual PartChromeType ChromeType { public get; public set; }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: override ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: string DefaultButton { public get; public set; }
  • Property: virtual string Description { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual ContentDirection Direction { public get; public set; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: virtual string GroupingText { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected virtual int MaximumWeight { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: protected virtual bool PaginateChildren { }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ScrollBars ScrollBars { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string Title { public get; public set; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: protected virtual int Weight { }
  • Property: virtual Unit Width { public get; public set; }
  • Property: virtual bool Wrap { public get; public set; }
PartChromeState ()
n/a public sealed enum System.Web.UI.WebControls.WebParts.PartChromeState
                    Normal = 0,
                    Minimized = 1,
--> NONE <-- --> NONE <--
PartChromeType ()
n/a public sealed enum System.Web.UI.WebControls.WebParts.PartChromeType
                    Default = 0,
                    TitleAndBorder = 1,
                    None = 2,
                    TitleOnly = 3,
                    BorderOnly = 4,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls.WebParts PersonalizableAttribute ()
n/a public sealed attribute System.Web.UI.WebControls.WebParts.PersonalizableAttribute
--> NONE <--
  • Constructor: public PersonalizableAttribute ()
  • Constructor: public PersonalizableAttribute (bool isPersonalizable)
  • Constructor: public PersonalizableAttribute (PersonalizationScope scope)
  • Constructor: public PersonalizableAttribute (PersonalizationScope scope, bool isSensitive)
  • Field: public static readonly PersonalizableAttribute Default
  • Field: public static readonly PersonalizableAttribute NotPersonalizable
  • Field: public static readonly PersonalizableAttribute Personalizable
  • Field: public static readonly PersonalizableAttribute SharedPersonalizable
  • Field: public static readonly PersonalizableAttribute UserPersonalizable
  • Method: public override bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method: public static ICollection GetPersonalizableProperties (Type type)
  • Method (i): public Type GetType ()
  • Method: public override bool IsDefaultAttribute ()
  • Method: public static bool IsPropertyPersonalizable (PropertyInfo propertyInfo)
  • Method: public static bool IsPropertySensitive (PropertyInfo propertyInfo)
  • Method: public override bool Match (object obj)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool IsPersonalizable { public get; }
  • Property: bool IsSensitive { public get; }
  • Property: PersonalizationScope Scope { public get; }
  • Property: virtual object TypeId { public get; }
System.Web.UI.WebControls.WebParts PersonalizationAdministration ()
n/a public sealed class System.Web.UI.WebControls.WebParts.PersonalizationAdministration
--> NONE <--
  • Constructor: public PersonalizationAdministration ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public static PersonalizationStateInfoCollection FindInactiveUserState (string pathToMatch, string usernameToMatch, DateTime userInactiveSinceDate)
  • Method: public static PersonalizationStateInfoCollection FindInactiveUserState (string pathToMatch, string usernameToMatch, DateTime userInactiveSinceDate, int pageIndex, int pageSize, out int totalRecords)
  • Method: public static PersonalizationStateInfoCollection FindSharedState (string pathToMatch)
  • Method: public static PersonalizationStateInfoCollection FindSharedState (string pathToMatch, int pageIndex, int pageSize, out int totalRecords)
  • Method: public static PersonalizationStateInfoCollection FindUserState (string pathToMatch, string usernameToMatch)
  • Method: public static PersonalizationStateInfoCollection FindUserState (string pathToMatch, string usernameToMatch, int pageIndex, int pageSize, out int totalRecords)
  • Method: public static PersonalizationStateInfoCollection GetAllInactiveUserState (DateTime userInactiveSinceDate)
  • Method: public static PersonalizationStateInfoCollection GetAllInactiveUserState (DateTime userInactiveSinceDate, int pageIndex, int pageSize, out int totalRecords)
  • Method: public static PersonalizationStateInfoCollection GetAllState (PersonalizationScope scope)
  • Method: public static PersonalizationStateInfoCollection GetAllState (PersonalizationScope scope, int pageIndex, int pageSize, out int totalRecords)
  • Method: public static int GetCountOfInactiveUserState (DateTime userInactiveSinceDate)
  • Method: public static int GetCountOfInactiveUserState (string pathToMatch, DateTime userInactiveSinceDate)
  • Method: public static int GetCountOfStoredState (PersonalizationScope scope)
  • Method: public static int GetCountOfStoredState (PersonalizationScope scope, string pathToMatch)
  • Method: public static int GetCountOfUserState (string usernameToMatch)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public static int ResetAllState (PersonalizationScope scope)
  • Method: public static int ResetInactiveUserState (DateTime userInactiveSinceDate)
  • Method: public static int ResetInactiveUserState (string path, DateTime userInactiveSinceDate)
  • Method: public static bool ResetSharedState (string path)
  • Method: public static int ResetSharedState (string[] paths)
  • Method: public static int ResetState (PersonalizationStateInfoCollection data)
  • Method: public static int ResetUserState (string path)
  • Method: public static bool ResetUserState (string path, string username)
  • Method: public static int ResetUserState (string path, string[] usernames)
  • Method: public static int ResetUserState (string[] usernames)
  • Method (i): public virtual string ToString ()
  • Property: static string ApplicationName { public get; public set; }
  • Property: static PersonalizationProvider Provider { public get; }
  • Property: static PersonalizationProviderCollection Providers { public get; }
System.Web.UI.WebControls.WebParts PersonalizationDictionary ()
n/a public class System.Web.UI.WebControls.WebParts.PersonalizationDictionary
--> NONE <--
  • Constructor: public PersonalizationDictionary ()
  • Constructor: public PersonalizationDictionary (int initialSize)
  • Method: public virtual void Add (string key, PersonalizationEntry value)
  • Method: public virtual void Clear ()
  • Method: public virtual bool Contains (string key)
  • Method: public virtual void CopyTo (DictionaryEntry[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual IDictionaryEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public virtual void Remove (string key)
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: virtual bool IsFixedSize { public get; }
  • Property: virtual bool IsReadOnly { public get; }
  • Property: virtual bool IsSynchronized { public get; }
  • Property: virtual PersonalizationEntry this [string key] { public get; public set; }
  • Property: virtual ICollection Keys { public get; }
  • Property: virtual object SyncRoot { public get; }
  • Property: virtual ICollection Values { public get; }
System.Web.UI.WebControls.WebParts PersonalizationEntry ()
n/a public class System.Web.UI.WebControls.WebParts.PersonalizationEntry
--> NONE <--
  • Constructor: public PersonalizationEntry (object value, PersonalizationScope scope)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: PersonalizationScope Scope { public get; public set; }
  • Property: object Value { public get; public set; }
System.Web.UI.WebControls.WebParts PersonalizationProvider ()
n/a public abstract class System.Web.UI.WebControls.WebParts.PersonalizationProvider
--> NONE <--
  • Constructor: protected PersonalizationProvider ()
  • Method: protected virtual IList CreateSupportedUserCapabilities ()
  • Method: public virtual PersonalizationScope DetermineInitialScope (WebPartManager webPartManager, PersonalizationState loadedState)
  • Method: public virtual IDictionary DetermineUserCapabilities (WebPartManager webPartManager)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public abstract PersonalizationStateInfoCollection FindState (PersonalizationScope scope, PersonalizationStateQuery query, int pageIndex, int pageSize, out int totalRecords)
  • Method: public abstract int GetCountOfState (PersonalizationScope scope, PersonalizationStateQuery query)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override void Initialize (string name, NameValueCollection configSettings)
  • Method: protected abstract void LoadPersonalizationBlobs (WebPartManager webPartManager, string path, string userName, byte[] sharedDataBlob, byte[] userDataBlob)
  • Method: public virtual PersonalizationState LoadPersonalizationState (WebPartManager webPartManager, bool ignoreCurrentUser)
  • Method (i): protected object MemberwiseClone ()
  • Method: protected abstract void ResetPersonalizationBlob (WebPartManager webPartManager, string path, string userName)
  • Method: public abstract int ResetState (string path, DateTime userInactiveSinceDate)
  • Method: public abstract int ResetState (PersonalizationScope scope, string[] paths, string[] usernames)
  • Method: protected abstract void SavePersonalizationBlob (WebPartManager webPartManager, string path, string userName, byte[] dataBlob)
  • Method: public virtual void SavePersonalizationState (PersonalizationState state)
  • Method (i): public virtual string ToString ()
  • Property: string ApplicationName { public get; public set; }
  • Property: virtual string Name { public get; }
System.Web.UI.WebControls.WebParts PersonalizationProviderCollection ()
n/a public sealed class System.Web.UI.WebControls.WebParts.PersonalizationProviderCollection
--> NONE <--
  • Constructor: public PersonalizationProviderCollection ()
  • Method: public override void Add (ProviderBase provider)
  • Method (i): public void Clear ()
  • Method (i): public void CopyTo (ProviderBase[] array, int index)
  • Method: public void CopyTo (PersonalizationProvider[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void Remove (string name)
  • Method (i): public void SetReadOnly ()
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: virtual bool IsSynchronized { public get; }
  • Property: new PersonalizationProvider this [string name] { public get; }
  • Property: virtual object SyncRoot { public get; }
PersonalizationScope ()
n/a public sealed enum System.Web.UI.WebControls.WebParts.PersonalizationScope
                    User = 0,
                    Shared = 1,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls.WebParts PersonalizationState ()
n/a public abstract class System.Web.UI.WebControls.WebParts.PersonalizationState
--> NONE <--
  • Constructor: protected PersonalizationState (WebPartManager webPartManager)
  • Method: public abstract void ApplyWebPartManagerPersonalization ()
  • Method: public abstract void ApplyWebPartPersonalization (WebPart webPart)
  • Method (i): public virtual bool Equals (object obj)
  • Method: public abstract void ExtractWebPartManagerPersonalization ()
  • Method: public abstract void ExtractWebPartPersonalization (WebPart webPart)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: ProtectedInternal virtual void OnApplyCompleted ()
  • Method: protected void SetDirty ()
  • Method: public abstract void SetWebPartDirty (WebPart webPart)
  • Method: public abstract void SetWebPartManagerDirty ()
  • Method (i): public virtual string ToString ()
  • Method: public virtual void TrackChanges ()
  • Method: protected void ValidateWebPart (WebPart webPart)
  • Property: protected bool IsApplying { }
  • Property: bool IsDirty { public get; }
  • Property: abstract bool IsEmpty { public get; }
  • Property: WebPartManager WebPartManager { public get; }
System.Web.UI.WebControls.WebParts PersonalizationStateInfo ()
n/a public abstract class System.Web.UI.WebControls.WebParts.PersonalizationStateInfo
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: DateTime LastUpdatedDate { public get; }
  • Property: string Path { public get; }
  • Property: int Size { public get; }
System.Web.UI.WebControls.WebParts PersonalizationStateInfoCollection ()
n/a public class System.Web.UI.WebControls.WebParts.PersonalizationStateInfoCollection
--> NONE <--
  • Constructor: public PersonalizationStateInfoCollection ()
  • Method: public void Add (PersonalizationStateInfo data)
  • Method: public void Clear ()
  • Method: public virtual object Clone ()
  • Method: protected virtual void CopyTo (Array array, int index)
  • Method: public void CopyTo (PersonalizationStateInfo[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public void Remove (string path, string username)
  • Method: public void SetReadOnly ()
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: virtual bool IsSynchronized { public get; }
  • Property: PersonalizationStateInfo this [int index] { public get; }
  • Property: PersonalizationStateInfo this [string path, string username] { public get; }
  • Property: virtual object SyncRoot { public get; }
System.Web.UI.WebControls.WebParts PersonalizationStateQuery ()
n/a public class System.Web.UI.WebControls.WebParts.PersonalizationStateQuery
--> NONE <--
  • Constructor: public PersonalizationStateQuery ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: object this [string queryKey] { public get; public set; }
  • Property: string PathToMatch { public get; public set; }
  • Property: DateTime UserInactiveSinceDate { public get; public set; }
  • Property: string UsernameToMatch { public get; public set; }
System.Web.Compilation ResourceExpressionBuilder ()
n/a public class System.Web.Compilation.ResourceExpressionBuilder
--> NONE <--
  • Constructor: public ResourceExpressionBuilder ()
  • Method (i): public virtual bool Equals (object obj)
  • Method: public override object EvaluateExpression (object target, BoundPropertyEntry entry, object parsedData, ExpressionBuilderContext context)
  • Method (i): protected virtual void Finalize ()
  • Method: public override CodeExpression GetCodeExpression (BoundPropertyEntry entry, object parsedData, ExpressionBuilderContext context)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public static ResourceExpressionFields ParseExpression (string expression)
  • Method: public override object ParseExpression (BoundPropertyEntry entry, ExpressionBuilderContext context)
  • Method (i): public virtual string ToString ()
  • Property: override bool SupportsEvaluate { public get; }
System.Web.Compilation ResourceExpressionFields ()
n/a public class System.Web.Compilation.ResourceExpressionFields
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string DefaultValue { public get; }
  • Property: bool HasDefaultValue { public get; }
  • Property: string ResourceClassName { public get; }
  • Property: string ResourceKey { public get; }
System.Web.Compilation ResourceProviderFactory ()
n/a public abstract class System.Web.Compilation.ResourceProviderFactory
--> NONE <--
  • Constructor: protected ResourceProviderFactory ()
  • Method: public abstract IResourceProvider CreateAppResourceProvider (string className)
  • Method: public abstract IResourceProvider CreatePageResourceProvider (string virtualPath)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
ProcessModelComAuthenticationLevel ()
n/a public sealed enum System.Web.Configuration.ProcessModelComAuthenticationLevel
                    Call = 1,
                    Connect = 2,
                    Default = 3,
                    None = 4,
                    Pkt = 5,
                    PktIntegrity = 6,
                    PktPrivacy = 7,
--> NONE <-- --> NONE <--
ProcessModelComImpersonationLevel ()
n/a public sealed enum System.Web.Configuration.ProcessModelComImpersonationLevel
                    Anonymous = 1,
                    Default = 2,
                    Delegate = 3,
                    Identify = 4,
                    Impersonate = 5,
--> NONE <-- --> NONE <--
ProcessModelLogLevel ()
n/a public sealed enum System.Web.Configuration.ProcessModelLogLevel
                    All = 1,
                    Errors = 2,
                    None = 3,
--> NONE <-- --> NONE <--
System.Web.Configuration ProcessModelSection ()
n/a public sealed class System.Web.Configuration.ProcessModelSection
--> NONE <--
  • Constructor: public ProcessModelSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method: protected override void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: int AsyncOption { public get; public set; }
  • Property: TimeSpan ClientConnectedCheck { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: ProcessModelComAuthenticationLevel ComAuthenticationLevel { public get; public set; }
  • Property: ProcessModelComImpersonationLevel ComImpersonationLevel { public get; public set; }
  • Property: string ConfigSource { public get; public set; }
  • Property: int CpuMask { public get; public set; }
  • Property: bool Enable { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: TimeSpan IdleTimeout { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: ProcessModelLogLevel LogLevel { public get; public set; }
  • Property: int MaxAppDomains { public get; public set; }
  • Property: int MaxIOThreads { public get; public set; }
  • Property: int MaxWorkerThreads { public get; public set; }
  • Property: int MemoryLimit { public get; public set; }
  • Property: int MinIOThreads { public get; public set; }
  • Property: int MinWorkerThreads { public get; public set; }
  • Property: string Name { public get; }
  • Property: string Password { public get; public set; }
  • Property: string Path { public get; }
  • Property: TimeSpan PingFrequency { public get; public set; }
  • Property: TimeSpan PingTimeout { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: int RequestLimit { public get; public set; }
  • Property: int RequestQueueLimit { public get; public set; }
  • Property: TimeSpan ResponseDeadlockInterval { public get; public set; }
  • Property: TimeSpan ResponseRestartDeadlockInterval { public get; public set; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: int RestartQueueLimit { public get; public set; }
  • Property: string ServerErrorMessageFile { public get; public set; }
  • Property: TimeSpan ShutdownTimeout { public get; public set; }
  • Property: TimeSpan Timeout { public get; public set; }
  • Property: string TypeName { public get; public set; }
  • Property: string UserName { public get; public set; }
  • Property: bool WebGarden { public get; public set; }
System.Web.Configuration ProfileGroupSettings ()
n/a public sealed class System.Web.Configuration.ProfileGroupSettings
--> NONE <--
  • Constructor: public ProfileGroupSettings ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method: public override bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string Name { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProfilePropertySettingsCollection PropertySettings { public get; }
System.Web.Configuration ProfileGroupSettingsCollection ()
n/a public sealed class System.Web.Configuration.ProfileGroupSettingsCollection
--> NONE <--
  • Constructor: public ProfileGroupSettingsCollection ()
  • Method: public void Add (ProfileGroupSettings group)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: public ProfileGroupSettings Get (int index)
  • Method: public ProfileGroupSettings Get (string name)
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method: public string GetKey (int index)
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: public int IndexOf (ProfileGroupSettings group)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (string name)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method: public void Set (ProfileGroupSettings group)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: String[] AllKeys { public get; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected override ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected override string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new ProfileGroupSettings this [int index] { public get; public set; }
  • Property: new ProfileGroupSettings this [string name] { public get; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration ProfilePropertySettings ()
n/a public sealed class System.Web.Configuration.ProfilePropertySettings
--> NONE <--
  • Constructor: public ProfilePropertySettings ()
  • Constructor: public ProfilePropertySettings (string name)
  • Constructor: public ProfilePropertySettings (string name, bool readOnly, SerializationMode serializeAs, string providerName, string defaultValue, string profileType, bool allowAnonymous)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: bool AllowAnonymous { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string DefaultValue { public get; public set; }
  • Property: string Name { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: string ProviderName { public get; public set; }
  • Property: bool ReadOnly { public get; public set; }
  • Property: SerializationMode SerializeAs { public get; public set; }
  • Property: string Type { public get; public set; }
System.Web.Configuration ProfilePropertySettingsCollection ()
n/a public class System.Web.Configuration.ProfilePropertySettingsCollection
--> NONE <--
  • Constructor: public ProfilePropertySettingsCollection ()
  • Method: public void Add (ProfilePropertySettings propertySettings)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: public ProfilePropertySettings Get (int index)
  • Method: public ProfilePropertySettings Get (string name)
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method: public string GetKey (int index)
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method: protected override bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: public int IndexOf (ProfilePropertySettings propertySettings)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (string name)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method: public void Set (ProfilePropertySettings propertySettings)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: String[] AllKeys { public get; }
  • Property: protected virtual bool AllowClear { }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected virtual ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected virtual string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new ProfilePropertySettings this [int index] { public get; public set; }
  • Property: new ProfilePropertySettings this [string name] { public get; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration ProfileSection ()
n/a public sealed class System.Web.Configuration.ProfileSection
--> NONE <--
  • Constructor: public ProfileSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method: protected override object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: protected virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: bool AutomaticSaveEnabled { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: string DefaultProvider { public get; public set; }
  • Property: bool Enabled { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: string Inherits { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: RootProfilePropertySettingsCollection PropertySettings { public get; }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: ProviderSettingsCollection Providers { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration ProfileSettings ()
n/a public sealed class System.Web.Configuration.ProfileSettings
--> NONE <--
  • Constructor: public ProfileSettings ()
  • Constructor: public ProfileSettings (string name)
  • Constructor: public ProfileSettings (string name, int minInstances, int maxLimit, TimeSpan minInterval)
  • Constructor: public ProfileSettings (string name, int minInstances, int maxLimit, TimeSpan minInterval, string custom)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string Custom { public get; public set; }
  • Property: int MaxLimit { public get; public set; }
  • Property: int MinInstances { public get; public set; }
  • Property: TimeSpan MinInterval { public get; public set; }
  • Property: string Name { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
System.Web.Configuration ProfileSettingsCollection ()
n/a public sealed class System.Web.Configuration.ProfileSettingsCollection
--> NONE <--
  • Constructor: public ProfileSettingsCollection ()
  • Method: public void Add (ProfileSettings profilesSettings)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method: public bool Contains (string name)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: public int IndexOf (string name)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method: public void Insert (int index, ProfileSettings authorizationSettings)
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (string name)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected virtual ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected virtual string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new ProfileSettings this [int index] { public get; public set; }
  • Property: new ProfileSettings this [object key] { public get; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration ProtocolsCollection ()
n/a public sealed class System.Web.Configuration.ProtocolsCollection
--> NONE <--
  • Constructor: public ProtocolsCollection ()
  • Method: public void Add (ProtocolsElement protocolsElement)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: public int IndexOf (ProtocolsElement action)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (string name)
  • Method: public void Remove (ProtocolsElement action)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected virtual ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected virtual string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new ProtocolsElement this [int index] { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration ProtocolsElement ()
n/a public sealed class System.Web.Configuration.ProtocolsElement
--> NONE <--
  • Constructor: public ProtocolsElement ()
  • Method: public bool CompareProtocolsElement (ProtocolsElement element)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method: public override bool Equals (object element)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string Name { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
System.Web.Configuration RegexWorker ()
n/a public class System.Web.Configuration.RegexWorker
--> NONE <--
  • Constructor: public RegexWorker (HttpBrowserCapabilities browserCaps)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public string Lookup (string from)
  • Method (i): protected object MemberwiseClone ()
  • Method: public bool ProcessRegex (string target, string regexExpression)
  • Method (i): public virtual string ToString ()
  • Property: string this [string key] { public get; }
System.Web.Configuration RemoteWebConfigurationHostServer ()
n/a public class System.Web.Configuration.RemoteWebConfigurationHostServer
--> NONE <--
  • Constructor: public RemoteWebConfigurationHostServer ()
  • Method: public virtual string DoEncryptOrDecrypt (bool doEncrypt, string xmlString, string protectionProviderName, string protectionProviderType, string[] paramKeys, string[] paramValues)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual byte[] GetData (string fileName, out long readTime)
  • Method: public virtual void GetFileDetails (string name, out bool exists, out long size, out long createDate, out long lastWriteDate)
  • Method: public virtual string GetFilePaths (string path, string site)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Method: public virtual void WriteData (string fileName, byte[] data, long readTime)
System.Web.Configuration RoleManagerSection ()
n/a public sealed class System.Web.Configuration.RoleManagerSection
--> NONE <--
  • Constructor: public RoleManagerSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method: protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: protected virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: bool CacheRolesInCookies { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: string CookieName { public get; public set; }
  • Property: string CookiePath { public get; public set; }
  • Property: CookieProtection CookieProtection { public get; public set; }
  • Property: bool CookieRequireSSL { public get; public set; }
  • Property: bool CookieSlidingExpiration { public get; public set; }
  • Property: TimeSpan CookieTimeout { public get; public set; }
  • Property: bool CreatePersistentCookie { public get; public set; }
  • Property: string DefaultProvider { public get; public set; }
  • Property: string Domain { public get; public set; }
  • Property: bool Enabled { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: ProviderSettingsCollection Providers { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration RootProfilePropertySettingsCollection ()
n/a public sealed class System.Web.Configuration.RootProfilePropertySettingsCollection
--> NONE <--
  • Constructor: public RootProfilePropertySettingsCollection ()
  • Method (i): public void Add (ProfilePropertySettings propertySettings)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method (i): public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method (i): protected virtual ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method: public override bool Equals (object rootProfilePropertySettingsCollection)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public ProfilePropertySettings Get (int index)
  • Method (i): public ProfilePropertySettings Get (string name)
  • Method (i): protected virtual object GetElementKey (ConfigurationElement element)
  • Method: public override int GetHashCode ()
  • Method (i): public string GetKey (int index)
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method: protected override bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): public int IndexOf (ProfilePropertySettings propertySettings)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method: protected virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void Remove (string name)
  • Method (i): public void RemoveAt (int index)
  • Method: protected virtual void Reset (ConfigurationElement parentElement, object context)
  • Method: protected virtual void ResetModified ()
  • Method: protected virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public void Set (ProfilePropertySettings propertySettings)
  • Method (i): public virtual string ToString ()
  • Method: protected virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: String[] AllKeys { public get; }
  • Property: protected override bool AllowClear { }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected virtual ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected virtual string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: ProfileGroupSettingsCollection GroupSettings { public get; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration RuleSettings ()
n/a public sealed class System.Web.Configuration.RuleSettings
--> NONE <--
  • Constructor: public RuleSettings ()
  • Constructor: public RuleSettings (string name, string eventName, string provider)
  • Constructor: public RuleSettings (string name, string eventName, string provider, string profile, int minInstances, int maxLimit, TimeSpan minInterval)
  • Constructor: public RuleSettings (string name, string eventName, string provider, string profile, int minInstances, int maxLimit, TimeSpan minInterval, string custom)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string Custom { public get; public set; }
  • Property: string EventName { public get; public set; }
  • Property: int MaxLimit { public get; public set; }
  • Property: int MinInstances { public get; public set; }
  • Property: TimeSpan MinInterval { public get; public set; }
  • Property: string Name { public get; public set; }
  • Property: string Profile { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: string Provider { public get; public set; }
System.Web.Configuration RuleSettingsCollection ()
n/a public sealed class System.Web.Configuration.RuleSettingsCollection
--> NONE <--
  • Constructor: public RuleSettingsCollection ()
  • Method: public void Add (RuleSettings ruleSettings)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method: public bool Contains (string name)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: public int IndexOf (string name)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method: public void Insert (int index, RuleSettings eventSettings)
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (string name)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected virtual ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected virtual string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new RuleSettings this [int index] { public get; public set; }
  • Property: new RuleSettings this [object key] { public get; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Hosting ProcessHost ()
n/a public sealed class System.Web.Hosting.ProcessHost
--> NONE <--
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): public Type GetType ()
  • Method: public override object InitializeLifetimeService ()
  • Method: public virtual bool IsIdle ()
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method: public virtual void Ping (IProcessPingCallback callback)
  • Method: public virtual void ShutdownAll ()
  • Method: public virtual void ShutdownApplication (string appId)
  • Method: public virtual void StartAppDomainProtocolQueue (string appId, string protocolId, IQueueHost queueHost)
  • Method: public virtual void StartProcessProtocolQueue (string protocolId, IQueueHost queueHost)
  • Method: public virtual void StopAppDomainProtocol (string appId, string protocolId, bool immediate)
  • Method: public virtual void StopAppDomainProtocolQueue (string appId, string protocolId, int queueId, bool immediate)
  • Method: public virtual void StopProcessProtocol (string protocolId, bool immediate)
  • Method: public virtual void StopProcessProtocolQueue (string protocolId, int queueId, bool immediate)
  • Method (i): public virtual string ToString ()
System.Web.Hosting ProcessHostFactoryHelper ()
n/a public sealed class System.Web.Hosting.ProcessHostFactoryHelper
--> NONE <--
  • Constructor: public ProcessHostFactoryHelper ()
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method: public virtual object GetProcessHost (IProcessHostSupportFunctions functions)
  • Method (i): public Type GetType ()
  • Method: public override object InitializeLifetimeService ()
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method (i): public virtual string ToString ()
System.Web.Hosting ProcessProtocolHandler ()
n/a public abstract class System.Web.Hosting.ProcessProtocolHandler
--> NONE <--
  • Constructor: protected ProcessProtocolHandler ()
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): public Type GetType ()
  • Method: public override object InitializeLifetimeService ()
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method: public abstract void StartQueue (IQueueHost queueHost, IProcessHost processHost)
  • Method: public abstract void StopProtocol (bool immediate)
  • Method: public abstract void StopQueue (int queueId, bool immediate)
  • Method (i): public virtual string ToString ()
System.Web.Mail RelatedBodyPart ()
n/a public class System.Web.Mail.RelatedBodyPart
--> NONE <--
  • Constructor: public RelatedBodyPart (string id, string filename)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string Name { public get; public set; }
  • Property: string Path { public get; public set; }
System.Web.Management RegiisUtility ()
n/a public sealed class System.Web.Management.RegiisUtility
--> NONE <--
  • Constructor: public RegiisUtility ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public virtual void ProtectedConfigAction (long options, string firstArgument, string secondArgument, string providerName, string appPath, string cspOrLocation, int keySize, out string exception)
  • Method: public virtual void RegisterAsnetMmcAssembly (int doReg, string typeName, string binaryDirectory, out string exception)
  • Method: public virtual void RegisterSystemWebAssembly (int doReg, out string exception)
  • Method: public virtual void ToggleWebAdminToolConfigs (string site, int[] settings, int size, out string exception)
  • Method (i): public virtual string ToString ()
System.Web.Management RuleFiringRecord ()
n/a public class System.Web.Management.RuleFiringRecord
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: DateTime LastFired { public get; }
  • Property: int TimesRaised { public get; }
ProfileAuthenticationOption ()
n/a public sealed enum System.Web.Profile.ProfileAuthenticationOption
                    Anonymous = 1,
                    Authenticated = 2,
                    All = 3,
--> NONE <-- --> NONE <--
System.Web.Profile ProfileAutoSaveEventArgs ()
n/a public class System.Web.Profile.ProfileAutoSaveEventArgs
--> NONE <--
  • Constructor: public ProfileAutoSaveEventArgs (HttpContext context)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: HttpContext Context { public get; }
  • Property: bool ContinueWithProfileAutoSave { public get; public set; }
System.Web.Profile ProfileAutoSaveEventHandler ()
n/a public sealed delegate System.Web.Profile.ProfileAutoSaveEventHandler
--> NONE <--
  • Constructor: public ProfileAutoSaveEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, ProfileAutoSaveEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, ProfileAutoSaveEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.Profile ProfileEventArgs ()
n/a public sealed class System.Web.Profile.ProfileEventArgs
--> NONE <--
  • Constructor: public ProfileEventArgs (HttpContext context)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: HttpContext Context { public get; }
  • Property: HttpProfileBase Profile { public get; public set; }
System.Web.Profile ProfileEventHandler ()
n/a public sealed delegate System.Web.Profile.ProfileEventHandler
--> NONE <--
  • Constructor: public ProfileEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, ProfileEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, ProfileEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.Profile ProfileInfo ()
n/a public class System.Web.Profile.ProfileInfo
--> NONE <--
  • Constructor: protected ProfileInfo ()
  • Constructor: public ProfileInfo (string username, bool isAnonymous, DateTime lastActivityDate, DateTime lastUpdatedDate, int size)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: virtual bool IsAnonymous { public get; }
  • Property: virtual DateTime LastActivityDate { public get; }
  • Property: virtual DateTime LastUpdatedDate { public get; }
  • Property: virtual int Size { public get; }
  • Property: virtual string UserName { public get; }
System.Web.Profile ProfileInfoCollection ()
n/a public class System.Web.Profile.ProfileInfoCollection
--> NONE <--
  • Constructor: public ProfileInfoCollection ()
  • Method: public void Add (ProfileInfo profileInfo)
  • Method: public void Clear ()
  • Method: public virtual object Clone ()
  • Method: public virtual void CopyTo (Array array, int index)
  • Method: public void CopyTo (ProfileInfo[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public void Remove (string name)
  • Method: public void SetReadOnly ()
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: virtual bool IsSynchronized { public get; }
  • Property: ProfileInfo this [int index] { public get; }
  • Property: ProfileInfo this [string name] { public get; }
  • Property: virtual object SyncRoot { public get; }
System.Web.Profile ProfileManager ()
n/a public sealed class System.Web.Profile.ProfileManager
--> NONE <--
  • Constructor: public ProfileManager ()
  • Method: public static int DeleteInactiveProfiles (ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate)
  • Method: public static bool DeleteProfile (string username)
  • Method: public static int DeleteProfiles (string[] usernames)
  • Method: public static int DeleteProfiles (ProfileInfoCollection profiles)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public static ProfileInfoCollection FindInactiveProfilesByUserName (ProfileAuthenticationOption authenticationOption, string usernameToMatch, DateTime userInactiveSinceDate)
  • Method: public static ProfileInfoCollection FindInactiveProfilesByUserName (ProfileAuthenticationOption authenticationOption, string usernameToMatch, DateTime userInactiveSinceDate, int pageIndex, int pageSize, out int totalRecords)
  • Method: public static ProfileInfoCollection FindProfilesByUserName (ProfileAuthenticationOption authenticationOption, string usernameToMatch)
  • Method: public static ProfileInfoCollection FindProfilesByUserName (ProfileAuthenticationOption authenticationOption, string usernameToMatch, int pageIndex, int pageSize, out int totalRecords)
  • Method: public static ProfileInfoCollection GetAllInactiveProfiles (ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate)
  • Method: public static ProfileInfoCollection GetAllInactiveProfiles (ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate, int pageIndex, int pageSize, out int totalRecords)
  • Method: public static ProfileInfoCollection GetAllProfiles (ProfileAuthenticationOption authenticationOption)
  • Method: public static ProfileInfoCollection GetAllProfiles (ProfileAuthenticationOption authenticationOption, int pageIndex, int pageSize, out int totalRecords)
  • Method (i): public virtual int GetHashCode ()
  • Method: public static int GetNumberOfInactiveProfiles (ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate)
  • Method: public static int GetNumberOfProfiles (ProfileAuthenticationOption authenticationOption)
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: static string ApplicationName { public get; public set; }
  • Property: static bool AutomaticSaveEnabled { public get; }
  • Property: static bool Enabled { public get; }
  • Property: static ProfileProvider Provider { public get; }
  • Property: static ProfileProviderCollection Providers { public get; }
System.Web.Profile ProfileMigrateEventArgs ()
n/a public class System.Web.Profile.ProfileMigrateEventArgs
--> NONE <--
  • Constructor: public ProfileMigrateEventArgs (HttpContext context, string anonymousId)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string AnonymousId { public get; }
  • Property: HttpContext Context { public get; }
System.Web.Profile ProfileMigrateEventHandler ()
n/a public sealed delegate System.Web.Profile.ProfileMigrateEventHandler
--> NONE <--
  • Constructor: public ProfileMigrateEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, ProfileMigrateEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, ProfileMigrateEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.Profile ProfileModule ()
n/a public sealed class System.Web.Profile.ProfileModule
--> NONE <--
  • Constructor: public ProfileModule ()
  • Event: public event ProfileMigrateEventHandler MigrateAnonymous
  • Event: public event ProfileEventHandler Personalize
  • Event: public event ProfileAutoSaveEventHandler ProfileAutoSaving
  • Method: public virtual void Dispose ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public virtual void Init (HttpApplication app)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
System.Web.Profile ProfileProvider ()
n/a public abstract class System.Web.Profile.ProfileProvider
--> NONE <--
  • Constructor: protected ProfileProvider ()
  • Method: public abstract int DeleteInactiveProfiles (ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate)
  • Method: public abstract int DeleteProfiles (string[] usernames)
  • Method: public abstract int DeleteProfiles (ProfileInfoCollection profiles)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public abstract ProfileInfoCollection FindInactiveProfilesByUserName (ProfileAuthenticationOption authenticationOption, string usernameToMatch, DateTime userInactiveSinceDate, int pageIndex, int pageSize, out int totalRecords)
  • Method: public abstract ProfileInfoCollection FindProfilesByUserName (ProfileAuthenticationOption authenticationOption, string usernameToMatch, int pageIndex, int pageSize, out int totalRecords)
  • Method: public abstract ProfileInfoCollection GetAllInactiveProfiles (ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate, int pageIndex, int pageSize, out int totalRecords)
  • Method: public abstract ProfileInfoCollection GetAllProfiles (ProfileAuthenticationOption authenticationOption, int pageIndex, int pageSize, out int totalRecords)
  • Method (i): public virtual int GetHashCode ()
  • Method: public abstract int GetNumberOfInactiveProfiles (ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate)
  • Method (i): public abstract SettingsPropertyValueCollection GetPropertyValues (SettingsContext context, SettingsPropertyCollection ppc)
  • Method (i): public Type GetType ()
  • Method (i): public virtual void Initialize (string name, NameValueCollection config)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public abstract void SetPropertyValues (SettingsContext context, SettingsPropertyValueCollection ppvc)
  • Method (i): public virtual string ToString ()
  • Property: abstract string ApplicationName { public get; public set; }
  • Property: virtual string Name { public get; }
System.Web.Profile ProfileProviderAttribute ()
n/a public sealed attribute System.Web.Profile.ProfileProviderAttribute
--> NONE <--
  • Constructor: public ProfileProviderAttribute (string providerName)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool IsDefaultAttribute ()
  • Method (i): public virtual bool Match (object obj)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string ProviderName { public get; }
  • Property: virtual object TypeId { public get; }
System.Web.Profile ProfileProviderCollection ()
n/a public class System.Web.Profile.ProfileProviderCollection
--> NONE <--
  • Constructor: public ProfileProviderCollection ()
  • Method: public override void Add (ProviderBase provider)
  • Method (i): public void Clear ()
  • Method (i): public void CopyTo (ProviderBase[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void Remove (string name)
  • Method (i): public void SetReadOnly ()
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: virtual bool IsSynchronized { public get; }
  • Property: new ProfileProvider this [string name] { public get; }
  • Property: virtual object SyncRoot { public get; }
System.Web.Security RoleManagerEventArgs ()
n/a public sealed class System.Web.Security.RoleManagerEventArgs
--> NONE <--
  • Constructor: public RoleManagerEventArgs (HttpContext context)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: HttpContext Context { public get; }
  • Property: bool RolesPopulated { public get; public set; }
System.Web.Security RoleManagerEventHandler ()
n/a public sealed delegate System.Web.Security.RoleManagerEventHandler
--> NONE <--
  • Constructor: public RoleManagerEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, RoleManagerEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, RoleManagerEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.Security RoleManagerModule ()
n/a public sealed class System.Web.Security.RoleManagerModule
--> NONE <--
  • Constructor: public RoleManagerModule ()
  • Event: public event RoleManagerEventHandler GetRoles
  • Method: public virtual void Dispose ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public virtual void Init (HttpApplication app)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
System.Web.Security RolePrincipal ()
n/a public sealed class System.Web.Security.RolePrincipal
--> NONE <--
  • Constructor: public RolePrincipal (IIdentity identity)
  • Constructor: public RolePrincipal (IIdentity identity, string encryptedTicket)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public string[] GetRoles ()
  • Method (i): public Type GetType ()
  • Method: public virtual bool IsInRole (string role)
  • Method (i): protected object MemberwiseClone ()
  • Method: public void SetDirty ()
  • Method: public string ToEncryptedTicket ()
  • Method (i): public virtual string ToString ()
  • Property: bool CachedListChanged { public get; }
  • Property: string CookiePath { public get; }
  • Property: bool Expired { public get; }
  • Property: DateTime ExpireDate { public get; }
  • Property: virtual IIdentity Identity { public get; }
  • Property: bool IsRoleListCached { public get; }
  • Property: DateTime IssueDate { public get; }
  • Property: int Version { public get; }
System.Web.Security RoleProvider ()
n/a public abstract class System.Web.Security.RoleProvider
--> NONE <--
  • Constructor: protected RoleProvider ()
  • Method: public abstract void AddUsersToRoles (string[] usernames, string[] roleNames)
  • Method: public abstract void CreateRole (string roleName)
  • Method: public abstract bool DeleteRole (string roleName, bool throwOnPopulatedRole)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public abstract string[] FindUsersInRole (string roleName, string usernameToMatch)
  • Method: public abstract string[] GetAllRoles ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public abstract string[] GetRolesForUser (string username)
  • Method (i): public Type GetType ()
  • Method: public abstract string[] GetUsersInRole (string roleName)
  • Method (i): public virtual void Initialize (string name, NameValueCollection config)
  • Method: public abstract bool IsUserInRole (string username, string roleName)
  • Method (i): protected object MemberwiseClone ()
  • Method: public abstract void RemoveUsersFromRoles (string[] usernames, string[] roleNames)
  • Method: public abstract bool RoleExists (string roleName)
  • Method (i): public virtual string ToString ()
  • Property: abstract string ApplicationName { public get; public set; }
  • Property: virtual string Name { public get; }
System.Web.Security RoleProviderCollection ()
n/a public class System.Web.Security.RoleProviderCollection
--> NONE <--
  • Constructor: public RoleProviderCollection ()
  • Method: public override void Add (ProviderBase provider)
  • Method (i): public void Clear ()
  • Method (i): public void CopyTo (ProviderBase[] array, int index)
  • Method: public void CopyTo (RoleProvider[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void Remove (string name)
  • Method (i): public void SetReadOnly ()
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: virtual bool IsSynchronized { public get; }
  • Property: new RoleProvider this [string name] { public get; }
  • Property: virtual object SyncRoot { public get; }
System.Web.Security Roles ()
n/a public sealed class System.Web.Security.Roles
--> NONE <--
  • Constructor: public Roles ()
  • Method: public static void AddUsersToRole (string[] usernames, string roleName)
  • Method: public static void AddUsersToRoles (string[] usernames, string[] roleNames)
  • Method: public static void AddUserToRole (string username, string roleName)
  • Method: public static void AddUserToRoles (string username, string[] roleNames)
  • Method: public static void CreateRole (string roleName)
  • Method: public static void DeleteCookie ()
  • Method: public static bool DeleteRole (string roleName)
  • Method: public static bool DeleteRole (string roleName, bool throwOnPopulatedRole)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public static string[] FindUsersInRole (string roleName, string usernameToMatch)
  • Method: public static string[] GetAllRoles ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public static string[] GetRolesForUser ()
  • Method: public static string[] GetRolesForUser (string username)
  • Method (i): public Type GetType ()
  • Method: public static string[] GetUsersInRole (string roleName)
  • Method: public static bool IsUserInRole (string roleName)
  • Method: public static bool IsUserInRole (string username, string roleName)
  • Method (i): protected object MemberwiseClone ()
  • Method: public static void RemoveUserFromRole (string username, string roleName)
  • Method: public static void RemoveUserFromRoles (string username, string[] roleNames)
  • Method: public static void RemoveUsersFromRole (string[] usernames, string roleName)
  • Method: public static void RemoveUsersFromRoles (string[] usernames, string[] roleNames)
  • Method: public static bool RoleExists (string roleName)
  • Method (i): public virtual string ToString ()
  • Property: static string ApplicationName { public get; public set; }
  • Property: static bool CacheRolesInCookie { public get; }
  • Property: static string CookieName { public get; }
  • Property: static string CookiePath { public get; }
  • Property: static CookieProtection CookieProtectionValue { public get; }
  • Property: static bool CookieRequireSSL { public get; }
  • Property: static bool CookieSlidingExpiration { public get; }
  • Property: static int CookieTimeout { public get; }
  • Property: static bool CreatePersistentCookie { public get; }
  • Property: static string Domain { public get; }
  • Property: static bool Enabled { public get; }
  • Property: static RoleProvider Provider { public get; }
  • Property: static RoleProviderCollection Providers { public get; }
System.Web.UI PostBackOptions ()
n/a public sealed class System.Web.UI.PostBackOptions
--> NONE <--
  • Constructor: public PostBackOptions (Control targetControl)
  • Constructor: public PostBackOptions (Control targetControl, string argument)
  • Constructor: public PostBackOptions (Control targetControl, string argument, string actionUrl, bool autoPostBack, bool requiresJavaScriptProtocol, bool trackFocus, bool clientSubmit, bool performValidation, string validationGroup)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string ActionUrl { public get; public set; }
  • Property: string Argument { public get; public set; }
  • Property: bool AutoPostBack { public get; public set; }
  • Property: bool ClientSubmit { public get; public set; }
  • Property: bool PerformValidation { public get; public set; }
  • Property: bool RequiresJavaScriptProtocol { public get; public set; }
  • Property: Control TargetControl { public get; }
  • Property: bool TrackFocus { public get; public set; }
  • Property: string ValidationGroup { public get; public set; }
System.Web.UI PropertyEntry ()
n/a public abstract class System.Web.UI.PropertyEntry
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: Type DeclaringType { public get; }
  • Property: string Filter { public get; public set; }
  • Property: string Name { public get; public set; }
  • Property: PropertyInfo PropertyInfo { public get; public set; }
  • Property: Type Type { public get; public set; }
System.Web.UI RootBuilder ()
public sealed class System.Web.UI.RootBuilder public class System.Web.UI.RootBuilder
  • Property: protected TemplateParser Parser { }
  • Constructor: public RootBuilder ()
  • Method (i): public void AddCollectionItem (ControlBuilder builder)
  • Method (i): public void AddComplexProperty (string filter, string name, ControlBuilder builder)
  • Method (i): public void AddTemplateProperty (string filter, string name, TemplateBuilder builder)
  • Method (i): public virtual object BuildObject ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Property: virtual Type BindingContainerType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
System.Web.UI.WebControls PhoneLink ()
n/a public class System.Web.UI.WebControls.PhoneLink
--> NONE <--
  • Constructor: public PhoneLink ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method: protected override void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: bool CountClicks { public get; public set; }
  • Property: override string CounterGroup { public get; public set; }
  • Property: string CounterName { public get; public set; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: virtual string ImageUrl { public get; public set; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: string NavigateUrl { public get; public set; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: string PhoneNumber { public get; public set; }
  • Property: int RowsPerDay { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: string SiteCountersProvider { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: string SoftkeyLabel { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: string Target { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string Text { public get; public set; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: bool TrackApplicationName { public get; public set; }
  • Property: bool TrackNavigateUrl { public get; public set; }
  • Property: bool TrackPageUrl { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls PlaceHolder ()
public class System.Web.UI.WebControls.PlaceHolder
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.PlaceHolder
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
public class System.Web.UI.WebControls.PlaceHolderControlBuilder ()
  • Property: protected TemplateParser Parser { }
  • Method (i): public void AddCollectionItem (ControlBuilder builder)
  • Method (i): public void AddComplexProperty (string filter, string name, ControlBuilder builder)
  • Method (i): public void AddTemplateProperty (string filter, string name, TemplateBuilder builder)
  • Method (i): public virtual object BuildObject ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Property: virtual Type BindingContainerType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
System.Web.UI.WebControls PolygonHotSpot ()
n/a public sealed class System.Web.UI.WebControls.PolygonHotSpot
--> NONE <--
  • Constructor: public PolygonHotSpot ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override string GetCoordinates ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: virtual string AlternateText { public get; public set; }
  • Property: string Coordinates { public get; public set; }
  • Property: virtual HotSpotMode HotSpotMode { public get; public set; }
  • Property: protected virtual bool IsTrackingViewState { }
  • Property: ProtectedInternal override string MarkupName { }
  • Property: string NavigateUrl { public get; public set; }
  • Property: string PostBackValue { public get; public set; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: virtual string Target { public get; public set; }
  • Property: protected StateBag ViewState { }
System.Web.UI.WebControls ProfileParameter ()
n/a public class System.Web.UI.WebControls.ProfileParameter
--> NONE <--
  • Constructor: public ProfileParameter ()
  • Constructor: public ProfileParameter (string name, string propertyName)
  • Constructor: public ProfileParameter (string name, TypeCode type, string propertyName)
  • Constructor: protected ProfileParameter (ProfileParameter original)
  • Method: protected override Parameter Clone ()
  • Method (i): public virtual bool Equals (object obj)
  • Method: protected override object Evaluate (HttpContext context, Control control)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected void OnParameterChanged ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): ProtectedInternal virtual void SetDirty ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: bool ConvertEmptyStringToNull { public get; public set; }
  • Property: string DefaultValue { public get; public set; }
  • Property: ParameterDirection Direction { public get; public set; }
  • Property: protected bool IsTrackingViewState { }
  • Property: string Name { public get; public set; }
  • Property: string PropertyName { public get; public set; }
  • Property: TypeCode Type { public get; public set; }
  • Property: protected StateBag ViewState { }
System.Web.UI.WebControls QueryStringParameter ()
n/a public class System.Web.UI.WebControls.QueryStringParameter
--> NONE <--
  • Constructor: public QueryStringParameter ()
  • Constructor: public QueryStringParameter (string name, string queryStringField)
  • Constructor: public QueryStringParameter (string name, TypeCode type, string queryStringField)
  • Constructor: protected QueryStringParameter (QueryStringParameter original)
  • Method: protected override Parameter Clone ()
  • Method (i): public virtual bool Equals (object obj)
  • Method: protected override object Evaluate (HttpContext context, Control control)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected void OnParameterChanged ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): ProtectedInternal virtual void SetDirty ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: bool ConvertEmptyStringToNull { public get; public set; }
  • Property: string DefaultValue { public get; public set; }
  • Property: ParameterDirection Direction { public get; public set; }
  • Property: protected bool IsTrackingViewState { }
  • Property: string Name { public get; public set; }
  • Property: string QueryStringField { public get; public set; }
  • Property: TypeCode Type { public get; public set; }
  • Property: protected StateBag ViewState { }
System.Web.UI.WebControls RadioButton ()
public class System.Web.UI.WebControls.RadioButton
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.RadioButton
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method: protected override void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected override bool LoadPostData (string postDataKey, NameValueCollection postCollection)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: protected override void RaisePostDataChangedEvent ()
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual bool CausesValidation { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: AttributeCollection InputAttributes { public get; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: AttributeCollection LabelAttributes { public get; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: string ValidationGroup { public get; public set; }
System.Web.UI.WebControls RadioButtonList ()
public class System.Web.UI.WebControls.RadioButtonList
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.RadioButtonList
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method: protected override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Event: public event EventHandler DataBound
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ConfirmInitState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual DataSourceSelectArguments CreateDataSourceSelectArguments ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): protected void EnsureDataBound ()
  • Method (i): public void EnsureID ()
  • Method: protected override Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected DataSourceView GetData ()
  • Method (i): protected IDataSource GetDataSource ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method: protected virtual Style GetItemStyle (ListItemType itemType, int repeatIndex)
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected virtual bool LoadPostData (string postDataKey, NameValueCollection postCollection)
  • Method (i): protected void MarkAsDataBound ()
  • Method (i): protected virtual void OnDataBound (EventArgs e)
  • Method (i): protected virtual void OnDataPropertyChanged ()
  • Method (i): protected virtual void OnDataSourceViewChanged (object sender, EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPagePreLoad (object sender, EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void PerformDataBinding (IEnumerable dataSource)
  • Method (i): protected virtual void PerformSelect ()
  • Method: protected virtual void RaisePostDataChangedEvent ()
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method: protected virtual void RenderItem (ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method: protected virtual void SetVisibleItems (int firstItem, int itemCount)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): protected virtual void ValidateDataSource (object dataSource)
  • Method (i): ProtectedInternal virtual void VerifyMultiSelect ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AppendDataBoundItems { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual bool CausesValidation { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: virtual string DataSourceID { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected int FirstVisibleItemIndex { }
  • Property: bool HasAttributes { public get; }
  • Property: protected virtual bool HasFooter { }
  • Property: protected virtual bool HasHeader { }
  • Property: protected virtual bool HasSeparators { }
  • Property: protected char IdSeparator { }
  • Property: protected bool Initialized { }
  • Property: protected bool IsBoundUsingDataSourceID { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected virtual int ItemCount { }
  • Property: protected virtual int ItemWeight { }
  • Property: virtual int MaximumWeight { public get; }
  • Property: protected virtual int RepeatedItemCount { }
  • Property: protected bool RequiresDataBinding { }
  • Property: protected DataSourceSelectArguments SelectArguments { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string ValidationGroup { public get; public set; }
  • Property: protected int VisibleItemCount { }
System.Web.UI.WebControls RangeValidator ()
public class System.Web.UI.WebControls.RangeValidator
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.RangeValidator
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual string AssociatedControlID { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: bool CultureInvariantValues { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: bool SetFocusOnError { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: string ValidationGroup { public get; public set; }
System.Web.UI.WebControls RectangleHotSpot ()
n/a public sealed class System.Web.UI.WebControls.RectangleHotSpot
--> NONE <--
  • Constructor: public RectangleHotSpot ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override string GetCoordinates ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: virtual string AlternateText { public get; public set; }
  • Property: int Bottom { public get; public set; }
  • Property: virtual HotSpotMode HotSpotMode { public get; public set; }
  • Property: protected virtual bool IsTrackingViewState { }
  • Property: int Left { public get; public set; }
  • Property: ProtectedInternal override string MarkupName { }
  • Property: string NavigateUrl { public get; public set; }
  • Property: string PostBackValue { public get; public set; }
  • Property: int Right { public get; public set; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: virtual string Target { public get; public set; }
  • Property: int Top { public get; public set; }
  • Property: protected StateBag ViewState { }
System.Web.UI.WebControls RegularExpressionValidator ()
public class System.Web.UI.WebControls.RegularExpressionValidator
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.RegularExpressionValidator
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual string AssociatedControlID { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: bool SetFocusOnError { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: string ValidationGroup { public get; public set; }
System.Web.UI.WebControls Repeater ()
public class System.Web.UI.WebControls.Repeater
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.Repeater
(Please hover your mouse over the type to see the inheritance signatures)
  • Method: protected override void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method: ProtectedInternal override void CreateChildControls ()
  • Method: protected virtual DataSourceSelectArguments CreateDataSourceSelectArguments ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method: protected void EnsureDataBound ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method: protected IEnumerable GetData ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected virtual void OnDataPropertyChanged ()
  • Method: protected virtual void OnDataSourceViewChanged (object sender, EventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method: ProtectedInternal override void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method: protected void SetVisibleItems (int firstItem, int itemCount)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: virtual string DataSourceID { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected int FirstVisibleItemIndex { }
  • Property: protected char IdSeparator { }
  • Property: protected bool Initialized { }
  • Property: protected bool IsBoundUsingDataSourceID { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected int ItemCount { }
  • Property: protected int ItemWeight { }
  • Property: virtual int MaximumWeight { public get; }
  • Property: protected bool RequiresDataBinding { }
  • Property: protected DataSourceSelectArguments SelectArguments { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: protected int VisibleItemCount { }
System.Web.UI.WebControls RepeaterItem ()
public class System.Web.UI.WebControls.RepeaterItem
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.RepeaterItem
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
public sealed class System.Web.UI.WebControls.RepeatInfo ()
--> NONE <--
  • Property: string Caption { public get; public set; }
  • Property: TableCaptionAlign CaptionAlign { public get; public set; }
  • Property: bool UseAccessibleHeader { public get; public set; }
System.Web.UI.WebControls RequiredFieldValidator ()
public class System.Web.UI.WebControls.RequiredFieldValidator
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.RequiredFieldValidator
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual string AssociatedControlID { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: bool SetFocusOnError { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: string ValidationGroup { public get; public set; }
System.Web.UI.WebControls RoleGroup ()
n/a public sealed class System.Web.UI.WebControls.RoleGroup
--> NONE <--
  • Constructor: public RoleGroup ()
  • Method: public bool ContainsUser (IPrincipal user)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public override string ToString ()
  • Property: ITemplate ContentTemplate { public get; public set; }
  • Property: String[] Roles { public get; public set; }
System.Web.UI.WebControls RoleGroupCollection ()
n/a public sealed class System.Web.UI.WebControls.RoleGroupCollection
--> NONE <--
  • Constructor: public RoleGroupCollection ()
  • Method: public void Add (RoleGroup group)
  • Method (i): public void Clear ()
  • Method: public bool Contains (RoleGroup group)
  • Method (i): public virtual void CopyTo (Array array, int index)
  • Method: public void CopyTo (RoleGroup[] array, int index)
  • Method: protected override object CreateKnownType (int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): protected virtual Type[] GetKnownTypes ()
  • Method: public RoleGroup GetMatchingRoleGroup (IPrincipal user)
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (RoleGroup group)
  • Method: public void Insert (int index, RoleGroup group)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnClear ()
  • Method (i): protected virtual void OnClearComplete ()
  • Method (i): protected virtual void OnInsert (int index, object value)
  • Method (i): protected virtual void OnInsertComplete (int index, object value)
  • Method (i): protected virtual void OnRemove (int index, object value)
  • Method (i): protected virtual void OnRemoveComplete (int index, object value)
  • Method: protected override void OnValidate (object value)
  • Method: public void Remove (RoleGroup group)
  • Method (i): public void SetDirty ()
  • Method: protected override void SetDirtyObject (object o)
  • Method (i): public virtual string ToString ()
  • Property: int Count { public get; }
  • Property: RoleGroup this [int index] { public get; }
System.Web.UI.WebControls.Adapters PhoneLinkAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.PhoneLinkAdapter
--> NONE <--
  • Constructor: public PhoneLinkAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new PhoneLink Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters RadioButtonAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.RadioButtonAdapter
--> NONE <--
  • Constructor: public RadioButtonAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderDisabled (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new RadioButton Control { }
  • Property: protected virtual string InputElementText { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.WebParts PropertyGridEditorPart ()
n/a public sealed class System.Web.UI.WebControls.WebParts.PropertyGridEditorPart
--> NONE <--
  • Constructor: public PropertyGridEditorPart ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method: ProtectedInternal override bool ApplyChanges ()
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method: ProtectedInternal override void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method: public override void SyncChanges ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AllowPaginate { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual PartChromeState ChromeState { public get; public set; }
  • Property: virtual PartChromeType ChromeType { public get; public set; }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: override ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: string DefaultButton { public get; public set; }
  • Property: virtual string Description { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual ContentDirection Direction { public get; public set; }
  • Property: ProtectedInternal override bool Display { }
  • Property: string DisplayTitle { public get; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: virtual string GroupingText { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected virtual int MaximumWeight { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: protected virtual bool PaginateChildren { }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ScrollBars ScrollBars { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: override string Title { public get; public set; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: protected WebPartManager WebPartManager { }
  • Property: protected WebPart WebPartToEdit { }
  • Property: protected virtual int Weight { }
  • Property: virtual Unit Width { public get; public set; }
  • Property: virtual bool Wrap { public get; public set; }
  • Property: protected EditorZoneBase Zone { }
System.Web.UI.WebControls.WebParts ProviderConnectionPoint ()
n/a public class System.Web.UI.WebControls.WebParts.ProviderConnectionPoint
--> NONE <--
  • Constructor: public ProviderConnectionPoint (MethodInfo callbackMethod, Type interfaceType, Type controlType, string name, string id, bool allowsMultipleConnections)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual bool GetEnabled (Control control)
  • Method (i): public virtual int GetHashCode ()
  • Method: public virtual object GetObject (Control control)
  • Method: public virtual TypeCollection GetSecondaryInterfaces (Control control)
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool AllowsMultipleConnections { public get; }
  • Property: Type ControlType { public get; }
  • Property: string ID { public get; }
  • Property: Type InterfaceType { public get; }
  • Property: string Name { public get; }
System.Web.UI.WebControls.WebParts ProviderConnectionPointCollection ()
n/a public sealed class System.Web.UI.WebControls.WebParts.ProviderConnectionPointCollection
--> NONE <--
  • Constructor: public ProviderConnectionPointCollection ()
  • Constructor: public ProviderConnectionPointCollection (ICollection connectionPoints)
  • Method: public bool Contains (ProviderConnectionPoint connectionPoint)
  • Method: public void CopyTo (ProviderConnectionPoint[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (ProviderConnectionPoint connectionPoint)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: ProviderConnectionPoint Default { public get; }
  • Property: protected ArrayList InnerList { }
  • Property: ProviderConnectionPoint this [int index] { public get; }
  • Property: ProviderConnectionPoint this [string id] { public get; }
System.Web.UI.WebControls.WebParts RowToFieldTransformer ()
n/a public sealed class System.Web.UI.WebControls.WebParts.RowToFieldTransformer
--> NONE <--
  • Constructor: public RowToFieldTransformer ()
  • Method: public override Control CreateConfigurationControl ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: ProtectedInternal override void LoadConfigurationState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method: ProtectedInternal override object SaveConfigurationState ()
  • Method (i): public virtual string ToString ()
  • Method: public override object Transform (object providerData)
  • Property: string FieldName { public get; public set; }
System.Web.UI.WebControls.WebParts RowToFilterTransformer ()
n/a public sealed class System.Web.UI.WebControls.WebParts.RowToFilterTransformer
--> NONE <--
  • Constructor: public RowToFilterTransformer ()
  • Method: public override Control CreateConfigurationControl ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: ProtectedInternal override void LoadConfigurationState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method: ProtectedInternal override object SaveConfigurationState ()
  • Method (i): public virtual string ToString ()
  • Method: public override object Transform (object providerData)
  • Property: string ConsumerFieldName { public get; public set; }
  • Property: string ProviderFieldName { public get; public set; }
System.Web.UI.WebControls.WebParts RowToParametersTransformer ()
n/a public sealed class System.Web.UI.WebControls.WebParts.RowToParametersTransformer
--> NONE <--
  • Constructor: public RowToParametersTransformer ()
  • Method: public override Control CreateConfigurationControl ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: ProtectedInternal override void LoadConfigurationState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method: ProtectedInternal override object SaveConfigurationState ()
  • Method (i): public virtual string ToString ()
  • Method: public override object Transform (object providerData)
  • Property: String[] ConsumerFieldNames { public get; public set; }
  • Property: String[] ProviderFieldNames { public get; public set; }
System.Web SiteCounters ()
n/a public class System.Web.SiteCounters
--> NONE <--
  • Constructor: public SiteCounters ()
  • Method: public virtual void Dispose ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual void Flush ()
  • Method: public virtual void Flush (string providerName)
  • Method: public virtual void FlushAll ()
  • Method: public DataSet GetGroupRows (DateTime startTime, DateTime endTime, string counterGroup)
  • Method (i): public virtual int GetHashCode ()
  • Method: public DataSet GetNameRows (DateTime startTime, DateTime endTime, string counterName)
  • Method: public DataSet GetNavigateUrlRows (DateTime startTime, DateTime endTime, string navigateUrl)
  • Method: public string GetRedirectUrl (string counterGroup, string counterName, string counterEvent, string navigateUrl)
  • Method: public string GetRedirectUrl (string counterGroup, string counterName, string counterEvent, string navigateUrl, bool trackApplicationName, bool trackPageUrl, bool trackNavigateUrl)
  • Method: public virtual string GetRedirectUrl (string counterGroup, string counterName, string counterEvent, string navigateUrl, bool trackApplicationName, bool trackPageUrl, bool trackNavigateUrl, string providerName, int rowsPerDay)
  • Method: public DataSet GetRows (DateTime startTime, DateTime endTime, string counterGroup, string counterName)
  • Method: public DataSet GetRows (DateTime startTime, DateTime endTime, string counterGroup, string counterName, string counterEvent)
  • Method: public DataSet GetRows (DateTime startTime, DateTime endTime, string counterGroup, string counterName, string counterEvent, string navigateUrl)
  • Method: public DataSet GetRows (DateTime startTime, DateTime endTime, string counterGroup, string counterName, string counterEvent, string navigateUrl, string applicationName, string pageUrl)
  • Method: public virtual DataSet GetRows (DateTime startTime, DateTime endTime, string counterGroup, string counterName, string counterEvent, string navigateUrl, string applicationName, string pageUrl, bool descendingOrderResults, int numberOfResults, string providerName)
  • Method: public int GetTotalCount (DateTime startTime, DateTime endTime, string counterGroup, string counterName)
  • Method: public int GetTotalCount (DateTime startTime, DateTime endTime, string counterGroup, string counterName, string counterEvent)
  • Method: public int GetTotalCount (DateTime startTime, DateTime endTime, string counterGroup, string counterName, string counterEvent, string navigateUrl)
  • Method: public int GetTotalCount (DateTime startTime, DateTime endTime, string counterGroup, string counterName, string counterEvent, string navigateUrl, string applicationName, string pageUrl)
  • Method: public virtual int GetTotalCount (DateTime startTime, DateTime endTime, string counterGroup, string counterName, string counterEvent, string navigateUrl, string applicationName, string pageUrl, string providerName)
  • Method: public int GetTotalGroupCount (DateTime startTime, DateTime endTime, string counterGroup)
  • Method: public int GetTotalNameCount (DateTime startTime, DateTime endTime, string counterName)
  • Method: public int GetTotalNavigateUrlCount (DateTime startTime, DateTime endTime, string navigateUrl)
  • Method (i): public Type GetType ()
  • Method: public virtual void Initialize ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Method: public void Write (string counterGroup, string counterName, string counterEvent)
  • Method: public void Write (string counterGroup, string counterName, string counterEvent, string navigateUrl)
  • Method: public void Write (string counterGroup, string counterName, string counterEvent, string navigateUrl, bool trackApplicationName, bool trackPageUrl)
  • Method: public void Write (string counterGroup, string counterName, string counterEvent, string navigateUrl, bool trackApplicationName, bool trackPageUrl, string providerName, int rowsPerDay)
  • Method: public virtual void Write (string counterGroup, string counterName, string counterEvent, string navigateUrl, bool trackApplicationName, string pageUrl, string providerName, int rowsPerDay)
  • Property: virtual string ApplicationName { public get; public set; }
  • Property: virtual bool Enabled { public get; }
  • Property: SiteCountersProviderCollection Providers { public get; }
System.Web SiteCountersProvider ()
n/a public abstract class System.Web.SiteCountersProvider
--> NONE <--
  • Constructor: protected SiteCountersProvider ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public abstract void Flush ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public abstract DataSet GetRows (DateTime startTime, DateTime endTime, string counterGroup, string counterName, string counterEvent, string navigateUrl, string applicationName, string pageUrl, bool descendingOrderResults, int numberOfResults)
  • Method: public abstract int GetTotalCount (DateTime startTime, DateTime endTime, string counterGroup, string counterName, string counterEvent, string navigateUrl, string applicationName, string pageUrl)
  • Method (i): public Type GetType ()
  • Method: public override void Initialize (string name, NameValueCollection config)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Method: public abstract void Write (string counterGroup, string counterName, string counterEvent, string navigateUrl, string applicationName, string pageUrl, DateTime startTime, DateTime endTime)
  • Property: virtual string ApplicationName { public get; public set; }
  • Property: virtual string Name { public get; }
System.Web SiteCountersProviderCollection ()
n/a public class System.Web.SiteCountersProviderCollection
--> NONE <--
  • Constructor: public SiteCountersProviderCollection ()
  • Method: public override void Add (ProviderBase provider)
  • Method (i): public void Clear ()
  • Method (i): public void CopyTo (ProviderBase[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void Remove (string name)
  • Method (i): public void SetReadOnly ()
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: virtual bool IsSynchronized { public get; }
  • Property: new SiteCountersProvider this [string name] { public get; }
  • Property: virtual object SyncRoot { public get; }
System.Web SiteMap ()
n/a public sealed class System.Web.SiteMap
--> NONE <--
  • Event: public event SiteMapResolveEventHandler SiteMapResolve
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: static SiteMapNode CurrentNode { public get; }
  • Property: static SiteMapProvider Provider { public get; }
  • Property: static SiteMapProviderCollection Providers { public get; }
  • Property: static SiteMapNode RootNode { public get; }
System.Web SiteMapNode ()
n/a public class System.Web.SiteMapNode
--> NONE <--
  • Constructor: public SiteMapNode (SiteMapProvider provider, string key)
  • Constructor: public SiteMapNode (SiteMapProvider provider, string key, string url)
  • Constructor: public SiteMapNode (SiteMapProvider provider, string key, string url, string title)
  • Constructor: public SiteMapNode (SiteMapProvider provider, string key, string url, string title, string description)
  • Constructor: public SiteMapNode (SiteMapProvider provider, string key, string url, string title, string description, IList roles, NameValueCollection attributes, NameValueCollection resourceKeys)
  • Method: public virtual SiteMapNode Clone ()
  • Method: public virtual SiteMapNode Clone (bool cloneParentNodes)
  • Method: public override bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public SiteMapNodeCollection GetAllNodes ()
  • Method: public SiteMapDataSourceView GetDataSourceView (SiteMapDataSource owner, string viewName)
  • Method: protected string GetExplicitResourceString (string attributeName)
  • Method: public override int GetHashCode ()
  • Method: public SiteMapHierarchicalDataSourceView GetHierarchicalDataSourceView ()
  • Method: protected string GetImplicitResourceString (string attributeName)
  • Method (i): public Type GetType ()
  • Method: public virtual bool IsAccessibleToUser (HttpContext context)
  • Method: public virtual bool IsDescendantOf (SiteMapNode node)
  • Method (i): protected object MemberwiseClone ()
  • Method: public override string ToString ()
  • Property: protected NameValueCollection Attributes { }
  • Property: virtual SiteMapNodeCollection ChildNodes { public get; public set; }
  • Property: virtual string Description { public get; public set; }
  • Property: virtual bool HasChildNodes { public get; }
  • Property: virtual string this [string key] { public get; }
  • Property: string Key { public get; }
  • Property: virtual SiteMapNode NextSibling { public get; }
  • Property: virtual SiteMapNode ParentNode { public get; public set; }
  • Property: virtual SiteMapNode PreviousSibling { public get; }
  • Property: SiteMapProvider Provider { public get; }
  • Property: bool ReadOnly { public get; public set; }
  • Property: string ResourceKey { public get; public set; }
  • Property: IList Roles { public get; public set; }
  • Property: virtual SiteMapNode RootNode { public get; }
  • Property: virtual string Title { public get; public set; }
  • Property: virtual string Url { public get; public set; }
System.Web SiteMapNodeCollection ()
n/a public class System.Web.SiteMapNodeCollection
--> NONE <--
  • Constructor: public SiteMapNodeCollection ()
  • Constructor: public SiteMapNodeCollection (SiteMapNode value)
  • Constructor: public SiteMapNodeCollection (SiteMapNode[] value)
  • Constructor: public SiteMapNodeCollection (SiteMapNodeCollection value)
  • Method: public virtual int Add (SiteMapNode value)
  • Method: public virtual void AddRange (SiteMapNode[] value)
  • Method: public virtual void AddRange (SiteMapNodeCollection value)
  • Method (i): public virtual void Clear ()
  • Method: public bool Contains (SiteMapNode value)
  • Method: public void CopyTo (SiteMapNode[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public SiteMapDataSourceView GetDataSourceView (SiteMapDataSource owner, string viewName)
  • Method (i): public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public SiteMapHierarchicalDataSourceView GetHierarchicalDataSourceView ()
  • Method: public virtual IHierarchyData GetHierarchyData (object enumeratedItem)
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (SiteMapNode value)
  • Method: public virtual void Insert (int index, SiteMapNode value)
  • Method (i): protected object MemberwiseClone ()
  • Method: protected virtual void OnAddRange (IList value)
  • Method (i): protected virtual void OnClear ()
  • Method (i): protected virtual void OnClearComplete ()
  • Method (i): protected virtual void OnInsert (int index, object value)
  • Method (i): protected virtual void OnInsertComplete (int index, object value)
  • Method (i): protected virtual void OnRemove (int index, object value)
  • Method (i): protected virtual void OnRemoveComplete (int index, object value)
  • Method (i): protected virtual void OnSet (int index, object oldValue, object newValue)
  • Method (i): protected virtual void OnSetComplete (int index, object oldValue, object newValue)
  • Method: protected override void OnValidate (object value)
  • Method: public static SiteMapNodeCollection ReadOnly (SiteMapNodeCollection collection)
  • Method: public virtual void Remove (SiteMapNode value)
  • Method (i): public virtual void RemoveAt (int index)
  • Method (i): public virtual string ToString ()
  • Property: int Capacity { public get; public set; }
  • Property: virtual int Count { public get; }
  • Property: protected ArrayList InnerList { }
  • Property: virtual bool IsFixedSize { public get; }
  • Property: virtual bool IsReadOnly { public get; }
  • Property: virtual SiteMapNode this [int index] { public get; public set; }
  • Property: protected IList List { }
System.Web SiteMapProvider ()
n/a public abstract class System.Web.SiteMapProvider
--> NONE <--
  • Constructor: protected SiteMapProvider ()
  • Event: public event SiteMapResolveEventHandler SiteMapResolve
  • Method: protected virtual void AddNode (SiteMapNode node)
  • Method: ProtectedInternal virtual void AddNode (SiteMapNode node, SiteMapNode parentNode)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public abstract SiteMapNode FindSiteMapNode (string rawUrl)
  • Method: public virtual SiteMapNode FindSiteMapNode (HttpContext context)
  • Method: public virtual SiteMapNode FindSiteMapNodeFromKey (string key)
  • Method: public abstract SiteMapNodeCollection GetChildNodes (SiteMapNode node)
  • Method: public virtual SiteMapNode GetCurrentNodeAndHintAncestorNodes (int upLevel)
  • Method: public virtual SiteMapNode GetCurrentNodeAndHintNeighborhoodNodes (int upLevel, int downLevel)
  • Method (i): public virtual int GetHashCode ()
  • Method: public abstract SiteMapNode GetParentNode (SiteMapNode node)
  • Method: public virtual SiteMapNode GetParentNodeRelativeToCurrentNodeAndHintDownFromParent (int walkupLevels, int relativeDepthFromWalkup)
  • Method: public virtual SiteMapNode GetParentNodeRelativeToNodeAndHintDownFromParent (SiteMapNode node, int walkupLevels, int relativeDepthFromWalkup)
  • Method: ProtectedInternal abstract SiteMapNode GetRootNodeCore ()
  • Method: protected static SiteMapNode GetRootNodeCoreFromProvider (SiteMapProvider provider)
  • Method (i): public Type GetType ()
  • Method: public virtual void HintAncestorNodes (SiteMapNode node, int upLevel)
  • Method: public virtual void HintNeighborhoodNodes (SiteMapNode node, int upLevel, int downLevel)
  • Method: public override void Initialize (string name, NameValueCollection attributes)
  • Method: public virtual bool IsAccessibleToUser (HttpContext context, SiteMapNode node)
  • Method (i): protected object MemberwiseClone ()
  • Method: ProtectedInternal virtual void RemoveNode (SiteMapNode node)
  • Method: protected SiteMapNode ResolveSiteMapNode (HttpContext context)
  • Method (i): public virtual string ToString ()
  • Property: virtual SiteMapNode CurrentNode { public get; }
  • Property: virtual string Description { public get; }
  • Property: bool EnableLocalization { public get; public set; }
  • Property: virtual string Name { public get; }
  • Property: virtual SiteMapProvider ParentProvider { public get; public set; }
  • Property: string ResourceKey { public get; public set; }
  • Property: virtual SiteMapNode RootNode { public get; }
  • Property: virtual SiteMapProvider RootProvider { public get; }
  • Property: bool SecurityTrimmingEnabled { public get; }
System.Web SiteMapProviderCollection ()
n/a public class System.Web.SiteMapProviderCollection
--> NONE <--
  • Constructor: public SiteMapProviderCollection ()
  • Method: public override void Add (ProviderBase provider)
  • Method: public virtual void Add (SiteMapProvider provider)
  • Method: public virtual void AddArray (SiteMapProvider[] providerArray)
  • Method (i): public void Clear ()
  • Method (i): public void CopyTo (ProviderBase[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void Remove (string name)
  • Method (i): public void SetReadOnly ()
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: virtual bool IsSynchronized { public get; }
  • Property: new SiteMapProvider this [string name] { public get; }
  • Property: virtual object SyncRoot { public get; }
System.Web SiteMapResolveEventArgs ()
n/a public class System.Web.SiteMapResolveEventArgs
--> NONE <--
  • Constructor: public SiteMapResolveEventArgs (HttpContext context, SiteMapProvider provider)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: HttpContext Context { public get; }
  • Property: SiteMapProvider Provider { public get; }
System.Web SiteMapResolveEventHandler ()
n/a public sealed delegate System.Web.SiteMapResolveEventHandler
--> NONE <--
  • Constructor: public SiteMapResolveEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, SiteMapResolveEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual SiteMapNode EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual SiteMapNode Invoke (object sender, SiteMapResolveEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web SqlSiteCountersProvider ()
n/a public class System.Web.SqlSiteCountersProvider
--> NONE <--
  • Constructor: public SqlSiteCountersProvider ()
  • Method: protected virtual void Dispose ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override void Flush ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public override DataSet GetRows (DateTime startTime, DateTime endTime, string counterGroup, string counterName, string counterEvent, string navigateUrl, string applicationName, string pageUrl, bool descendingOrderResults, int numberOfResults)
  • Method: public override int GetTotalCount (DateTime startTime, DateTime endTime, string counterGroup, string counterName, string counterEvent, string navigateUrl, string applicationName, string pageUrl)
  • Method (i): public Type GetType ()
  • Method: public override void Initialize (string name, NameValueCollection config)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Method: public override void Write (string counterGroup, string counterName, string counterEvent, string navigateUrl, string applicationName, string pageUrl, DateTime startTime, DateTime endTime)
  • Property: virtual string ApplicationName { public get; public set; }
  • Property: virtual string Description { public get; }
  • Property: virtual string Name { public get; }
System.Web StaticSiteMapProvider ()
n/a public abstract class System.Web.StaticSiteMapProvider
--> NONE <--
  • Constructor: protected StaticSiteMapProvider ()
  • Event: public event SiteMapResolveEventHandler SiteMapResolve
  • Method (i): protected virtual void AddNode (SiteMapNode node)
  • Method: ProtectedInternal override void AddNode (SiteMapNode node, SiteMapNode parentNode)
  • Method: public abstract SiteMapNode BuildSiteMap ()
  • Method: protected virtual void Clear ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override SiteMapNode FindSiteMapNode (string rawUrl)
  • Method (i): public virtual SiteMapNode FindSiteMapNode (HttpContext context)
  • Method: public override SiteMapNode FindSiteMapNodeFromKey (string key)
  • Method: public override SiteMapNodeCollection GetChildNodes (SiteMapNode node)
  • Method (i): public virtual SiteMapNode GetCurrentNodeAndHintAncestorNodes (int upLevel)
  • Method (i): public virtual SiteMapNode GetCurrentNodeAndHintNeighborhoodNodes (int upLevel, int downLevel)
  • Method (i): public virtual int GetHashCode ()
  • Method: public override SiteMapNode GetParentNode (SiteMapNode node)
  • Method (i): public virtual SiteMapNode GetParentNodeRelativeToCurrentNodeAndHintDownFromParent (int walkupLevels, int relativeDepthFromWalkup)
  • Method (i): public virtual SiteMapNode GetParentNodeRelativeToNodeAndHintDownFromParent (SiteMapNode node, int walkupLevels, int relativeDepthFromWalkup)
  • Method (i): ProtectedInternal abstract SiteMapNode GetRootNodeCore ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual void HintAncestorNodes (SiteMapNode node, int upLevel)
  • Method (i): public virtual void HintNeighborhoodNodes (SiteMapNode node, int upLevel, int downLevel)
  • Method (i): public virtual void Initialize (string name, NameValueCollection attributes)
  • Method (i): public virtual bool IsAccessibleToUser (HttpContext context, SiteMapNode node)
  • Method (i): protected object MemberwiseClone ()
  • Method: ProtectedInternal override void RemoveNode (SiteMapNode node)
  • Method (i): protected SiteMapNode ResolveSiteMapNode (HttpContext context)
  • Method (i): public virtual string ToString ()
  • Property: virtual SiteMapNode CurrentNode { public get; }
  • Property: virtual string Description { public get; }
  • Property: bool EnableLocalization { public get; public set; }
  • Property: virtual string Name { public get; }
  • Property: virtual SiteMapProvider ParentProvider { public get; public set; }
  • Property: string ResourceKey { public get; public set; }
  • Property: virtual SiteMapNode RootNode { public get; }
  • Property: virtual SiteMapProvider RootProvider { public get; }
  • Property: bool SecurityTrimmingEnabled { public get; }
System.Web.Administration SecurityUtility ()
n/a public sealed class System.Web.Administration.SecurityUtility
--> NONE <--
  • Method: public static void AddPermissionRule (WebAdminBasePage page, string currentPath, TextBox userName, DropDownList roles, RadioButton userRadio, RadioButton roleRadio, RadioButton allUsersRadio, RadioButton anonymousUsersRadio, RadioButton grantRadio, RadioButton denyRadio)
  • Method: public static void AddRoleToRule (string role, AuthorizationRule rule)
  • Method: public static void AddUserToRule (string user, AuthorizationRule rule)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Method: public static void UpdateRowColors (Control parent, GridView dataGrid, GridViewRow item, HttpSessionState session)
System.Web.Caching SqlCacheDependency ()
n/a public sealed class System.Web.Caching.SqlCacheDependency
--> NONE <--
  • Constructor: public SqlCacheDependency (string databaseEntryName, string tableName)
  • Constructor: public SqlCacheDependency (SqlCommand sqlCmd)
  • Method: protected override void DependencyDispose ()
  • Method (i): public virtual void Dispose ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): ProtectedInternal void FinishInit ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual string GetUniqueId ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected void NotifyDependencyChanged (object sender, EventArgs e)
  • Method (i): protected void SetUtcLastModified (DateTime utcLastModified)
  • Method (i): public virtual string ToString ()
  • Property: bool HasChanged { public get; }
  • Property: DateTime UtcLastModified { public get; }
System.Web.Caching SqlCacheDependencyAdmin ()
n/a public sealed class System.Web.Caching.SqlCacheDependencyAdmin
--> NONE <--
  • Method: public static void DisableNotifications (string connectionString)
  • Method: public static void DisableTableForNotifications (string connectionString, string table)
  • Method: public static void DisableTableForNotifications (string connectionString, string[] tables)
  • Method: public static void EnableNotifications (string connectionString)
  • Method: public static void EnableTableForNotifications (string connectionString, string table)
  • Method: public static void EnableTableForNotifications (string connectionString, string[] tables)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public static string[] GetTablesEnabledForNotifications (string connectionString)
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
System.Web.Compilation ServiceBuildProvider ()
n/a public abstract class System.Web.Compilation.ServiceBuildProvider
--> NONE <--
  • Constructor: protected ServiceBuildProvider ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual void GenerateCode (AssemblyBuilder assemblyBuilder)
  • Method (i): public virtual string GetCustomString (CompilerResults results)
  • Method (i): protected CompilerType GetDefaultCompilerType ()
  • Method (i): protected CompilerType GetDefaultCompilerTypeForLanguage (string language)
  • Method (i): public virtual Type GetGeneratedType (CompilerResults results)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual BuildProviderResultFlags GetResultFlags (CompilerResults results)
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected TextReader OpenReader ()
  • Method (i): protected TextReader OpenReader (string virtualPath)
  • Method (i): protected Stream OpenStream ()
  • Method (i): protected Stream OpenStream (string virtualPath)
  • Method (i): public virtual string ToString ()
  • Property: virtual CompilerType CodeCompilerType { public get; }
  • Property: protected ICollection ReferencedAssemblies { }
  • Property: abstract Type RequiredBaseType { public get; }
  • Property: ProtectedInternal string VirtualPath { }
  • Property: virtual ICollection VirtualPathDependencies { public get; }
System.Web.Configuration SecurityPolicySection ()
n/a public sealed class System.Web.Configuration.SecurityPolicySection
--> NONE <--
  • Constructor: public SecurityPolicySection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: protected virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: TrustLevelCollection TrustLevels { public get; }
  • Property: string TypeName { public get; public set; }
SerializationMode ()
n/a public sealed enum System.Web.Configuration.SerializationMode
                    String = 0,
                    Xml = 1,
                    Binary = 2,
                    ProviderSpecific = 3,
--> NONE <-- --> NONE <--
System.Web.Configuration ServiceDescriptionFormatExtensionTypeCollection ()
n/a public sealed class System.Web.Configuration.ServiceDescriptionFormatExtensionTypeCollection
--> NONE <--
  • Constructor: public ServiceDescriptionFormatExtensionTypeCollection ()
  • Method: public void Add (ServiceDescriptionFormatExtensionTypeElement serviceDescriptionFormatExtensionTypeElement)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: public int IndexOf (ServiceDescriptionFormatExtensionTypeElement action)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (string type)
  • Method: public void Remove (ServiceDescriptionFormatExtensionTypeElement action)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected virtual ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected virtual string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new ServiceDescriptionFormatExtensionTypeElement this [int index] { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration ServiceDescriptionFormatExtensionTypeElement ()
n/a public sealed class System.Web.Configuration.ServiceDescriptionFormatExtensionTypeElement
--> NONE <--
  • Constructor: public ServiceDescriptionFormatExtensionTypeElement ()
  • Method: public bool CompareServiceDescriptionFormatExtensionTypeElement (ServiceDescriptionFormatExtensionTypeElement element)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: int Group { public get; public set; }
  • Property: int Priority { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: string Type { public get; public set; }
System.Web.Configuration SessionStateSection ()
n/a public sealed class System.Web.Configuration.SessionStateSection
--> NONE <--
  • Constructor: public SessionStateSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method: protected override void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: bool AllowCustomSqlDatabase { public get; public set; }
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: HttpCookieMode Cookieless { public get; public set; }
  • Property: string CookieName { public get; public set; }
  • Property: string CustomProvider { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string LockAttributes { public get; public set; }
  • Property: SessionStateMode Mode { public get; public set; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: ProviderSettingsCollection Providers { public get; }
  • Property: bool RegenerateExpiredSessionId { public get; public set; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: TimeSpan SqlCommandTimeout { public get; public set; }
  • Property: string SqlConnectionString { public get; public set; }
  • Property: string StateConnectionString { public get; public set; }
  • Property: TimeSpan StateNetworkTimeout { public get; public set; }
  • Property: TimeSpan Timeout { public get; public set; }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration SiteCountersSection ()
n/a public sealed class System.Web.Configuration.SiteCountersSection
--> NONE <--
  • Constructor: public SiteCountersSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method: protected override object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: protected virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: string DefaultProvider { public get; public set; }
  • Property: bool Enabled { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: string HandlerPath { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Name { public get; }
  • Property: PageCountersElement PageCounters { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: ProviderSettingsCollection Providers { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: int RowsPerDay { public get; public set; }
  • Property: string Type { public get; public set; }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration SiteMapSection ()
n/a public sealed class System.Web.Configuration.SiteMapSection
--> NONE <--
  • Constructor: public SiteMapSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method: protected override object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: protected virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: string DefaultProvider { public get; public set; }
  • Property: bool Enabled { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: ProviderSettingsCollection Providers { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration SmtpMailSection ()
n/a public sealed class System.Web.Configuration.SmtpMailSection
--> NONE <--
  • Constructor: public SmtpMailSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: FieldSettingsCollection Fields { public get; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: string From { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: string ServerName { public get; public set; }
  • Property: int ServerPort { public get; public set; }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration SoapExtensionImporterTypeCollection ()
n/a public sealed class System.Web.Configuration.SoapExtensionImporterTypeCollection
--> NONE <--
  • Constructor: public SoapExtensionImporterTypeCollection ()
  • Method: public void Add (SoapExtensionImporterTypeElement element)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: public int IndexOf (SoapExtensionImporterTypeElement element)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (string type)
  • Method: public void Remove (SoapExtensionImporterTypeElement action)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected virtual ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected virtual string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new SoapExtensionImporterTypeElement this [int index] { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration SoapExtensionImporterTypeElement ()
n/a public sealed class System.Web.Configuration.SoapExtensionImporterTypeElement
--> NONE <--
  • Constructor: public SoapExtensionImporterTypeElement ()
  • Method: public bool CompareSoapExtensionImporterTypeElement (SoapExtensionImporterTypeElement element)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method: public override bool Equals (object element)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: int Group { public get; public set; }
  • Property: int Priority { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: string Type { public get; public set; }
System.Web.Configuration SoapExtensionReflectorTypeCollection ()
n/a public sealed class System.Web.Configuration.SoapExtensionReflectorTypeCollection
--> NONE <--
  • Constructor: public SoapExtensionReflectorTypeCollection ()
  • Method: public void Add (SoapExtensionReflectorTypeElement soapExtensionReflectorTypeElement)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: public int IndexOf (SoapExtensionReflectorTypeElement action)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (string type)
  • Method: public void Remove (SoapExtensionReflectorTypeElement action)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected virtual ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected virtual string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new SoapExtensionReflectorTypeElement this [int index] { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration SoapExtensionReflectorTypeElement ()
n/a public sealed class System.Web.Configuration.SoapExtensionReflectorTypeElement
--> NONE <--
  • Constructor: public SoapExtensionReflectorTypeElement ()
  • Method: public bool CompareSoapExtensionReflectorTypeElement (SoapExtensionReflectorTypeElement element)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method: public override bool Equals (object element)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: int Group { public get; public set; }
  • Property: int Priority { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: string Type { public get; public set; }
System.Web.Configuration SoapExtensionTypeCollection ()
n/a public sealed class System.Web.Configuration.SoapExtensionTypeCollection
--> NONE <--
  • Constructor: public SoapExtensionTypeCollection ()
  • Method: public void Add (SoapExtensionTypeElement soapExtensionTypeElement)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: public int IndexOf (SoapExtensionTypeElement action)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (string type)
  • Method: public void Remove (SoapExtensionTypeElement action)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected virtual ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected virtual string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new SoapExtensionTypeElement this [int index] { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration SoapExtensionTypeElement ()
n/a public sealed class System.Web.Configuration.SoapExtensionTypeElement
--> NONE <--
  • Constructor: public SoapExtensionTypeElement ()
  • Method: public bool CompareSoapExtensionTypeElement (SoapExtensionTypeElement element)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method: public override bool Equals (object element)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: int Group { public get; public set; }
  • Property: int Priority { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: string Type { public get; public set; }
System.Web.Configuration SqlCacheDependencyDatabase ()
n/a public sealed class System.Web.Configuration.SqlCacheDependencyDatabase
--> NONE <--
  • Constructor: public SqlCacheDependencyDatabase ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method: protected override void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConnectionName { public get; public set; }
  • Property: string Name { public get; public set; }
  • Property: int PollTime { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
System.Web.Configuration SqlCacheDependencyDatabaseCollection ()
n/a public sealed class System.Web.Configuration.SqlCacheDependencyDatabaseCollection
--> NONE <--
  • Constructor: public SqlCacheDependencyDatabaseCollection ()
  • Method: public void Add (SqlCacheDependencyDatabase name)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: public SqlCacheDependencyDatabase Get (int index)
  • Method: public SqlCacheDependencyDatabase Get (string name)
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method: public string GetKey (int index)
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (string name)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method: public void Set (SqlCacheDependencyDatabase user)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: String[] AllKeys { public get; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected virtual ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected virtual string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new SqlCacheDependencyDatabase this [int index] { public get; public set; }
  • Property: new SqlCacheDependencyDatabase this [string name] { public get; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration SqlCacheDependencySection ()
n/a public sealed class System.Web.Configuration.SqlCacheDependencySection
--> NONE <--
  • Constructor: public SqlCacheDependencySection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method: protected override void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: SqlCacheDependencyDatabaseCollection Databases { public get; }
  • Property: bool Enabled { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: int PollTime { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: string TypeName { public get; public set; }
System.Web.Handlers SiteCountersHandler ()
n/a public class System.Web.Handlers.SiteCountersHandler
--> NONE <--
  • Constructor: public SiteCountersHandler ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public virtual string GetRedirectUrl (string counterGroup, string counterName, string counterEvent, string navigateUrl, bool trackApplicationName, bool trackPageUrl, bool trackNavigateUrl, string providerName, int rowsPerDay, string handlerPath)
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: protected virtual void ProcessRequest (HttpContext context)
  • Method (i): public virtual string ToString ()
  • Property: protected virtual bool IsReusable { }
System.Web.Hosting SimpleApplicationHost ()
n/a public class System.Web.Hosting.SimpleApplicationHost
--> NONE <--
  • Constructor: public SimpleApplicationHost (string virtualPath, string physicalPath)
  • Constructor: public SimpleApplicationHost (string virtualPath, string physicalPath, string precompilationTargetPhysicalDir, VirtualPathProvider virtualPathProvider)
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): public Type GetType ()
  • Method: public override object InitializeLifetimeService ()
  • Method: protected bool IsHostProcessMultiInstance ()
  • Method: protected string MapPath (string path)
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method: protected void MessageReceived ()
  • Method (i): public virtual string ToString ()
  • Property: protected string ClientScriptPath { }
  • Property: protected string ClientScriptVirtualPath { }
  • Property: protected IntPtr ConfigToken { }
  • Property: string InstallPath { public get; }
  • Property: string PhysicalPath { public get; }
  • Property: protected string SiteName { }
  • Property: string VirtualPath { public get; }
System.Web.Hosting SimpleWorkerRequest ()
public class System.Web.Hosting.SimpleWorkerRequest
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.Hosting.SimpleWorkerRequest
(Please hover your mouse over the type to see the inheritance signatures)
--> NONE <--
  • Method (i): public virtual int GetPreloadedEntityBody (byte[] buffer, int offset)
  • Method (i): public virtual int GetPreloadedEntityBodyLength ()
  • Method (i): public virtual int GetTotalEntityBodyLength ()
  • Method (i): public virtual int ReadEntityBody (byte[] buffer, int offset, int size)
  • Property: virtual Guid RequestTraceIdentifier { public get; }
SessionStateType ()
n/a public sealed enum System.Web.Management.SessionStateType
                    Temporary = 0,
                    Persisted = 1,
                    Custom = 2,
--> NONE <-- --> NONE <--
System.Web.Management SimpleMailWebEventProvider ()
n/a public sealed class System.Web.Management.SimpleMailWebEventProvider
--> NONE <--
  • Constructor: public SimpleMailWebEventProvider ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual void Flush ()
  • Method (i): protected string GenerateSubject (int notificationSequence, int messageSequence, WebBaseEventCollection events, int count)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): protected MailMessage GetMessage ()
  • Method (i): public Type GetType ()
  • Method: public override void Initialize (string name, NameValueCollection config)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual void ProcessEvent (WebBaseEvent eventRaised)
  • Method: protected override void SendMessage (WebBaseEvent eventRaised)
  • Method (i): public virtual void Shutdown ()
  • Method (i): public virtual string ToString ()
  • Property: protected int MaxMessagesPerNotification { }
  • Property: virtual string Name { public get; }
  • Property: protected string SubjectPrefix { }
  • Property: protected bool UseBuffer { }
System.Web.Management SqlExecutionException ()
n/a public sealed class System.Web.Management.SqlExecutionException
--> NONE <--
  • Constructor: public SqlExecutionException ()
  • Constructor: public SqlExecutionException (string message)
  • Constructor: public SqlExecutionException (string message, Exception innerException)
  • Constructor: public SqlExecutionException (string message, string server, string database, string sqlFile, string commands, SqlException sqlException)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Exception GetBaseException ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public override void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public virtual Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string Commands { public get; }
  • Property: virtual IDictionary Data { public get; }
  • Property: string Database { public get; }
  • Property: SqlException Exception { public get; }
  • Property: virtual string HelpLink { public get; public set; }
  • Property: protected int HResult { }
  • Property: virtual Exception InnerException { public get; }
  • Property: virtual string Message { public get; }
  • Property: string Server { public get; }
  • Property: virtual string Source { public get; public set; }
  • Property: string SqlFile { public get; }
  • Property: virtual string StackTrace { public get; }
  • Property: virtual MethodBase TargetSite { public get; }
SqlFeatures ()
n/a public sealed enum System.Web.Management.SqlFeatures
                    None = 0,
                    Membership = 1,
                    Profile = 2,
                    RoleManager = 4,
                    SiteCounters = 8,
                    Personalization = 16,
                    SqlWebEventProvider = 32,
                    All = 1073741887,
--> NONE <-- --> NONE <--
System.Web.Management SqlServices ()
n/a public sealed class System.Web.Management.SqlServices
--> NONE <--
  • Constructor: public SqlServices ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public static string GenerateApplicationServicesScripts (bool install, SqlFeatures features, string database)
  • Method: public static string GenerateSessionStateScripts (bool install, SessionStateType type, string customDatabase)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public static void Install (string server, string user, string password, string database, SqlFeatures features)
  • Method: public static void Install (string server, string database, SqlFeatures features)
  • Method: public static void Install (string database, SqlFeatures features, string connectionString)
  • Method: public static void InstallSessionState (string server, string user, string password, string customDatabase, SessionStateType type)
  • Method: public static void InstallSessionState (string server, string customDatabase, SessionStateType type)
  • Method: public static void InstallSessionState (string customDatabase, SessionStateType type, string connectionString)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Method: public static void Uninstall (string server, string user, string password, string database, SqlFeatures features)
  • Method: public static void Uninstall (string server, string database, SqlFeatures features)
  • Method: public static void Uninstall (string database, SqlFeatures features, string connectionString)
  • Method: public static void UninstallSessionState (string server, string user, string password, string customDatabase, SessionStateType type)
  • Method: public static void UninstallSessionState (string server, string customDatabase, SessionStateType type)
  • Method: public static void UninstallSessionState (string customDatabase, SessionStateType type, string connectionString)
System.Web.Management SqlWebEventProvider ()
n/a public class System.Web.Management.SqlWebEventProvider
--> NONE <--
  • Constructor: public SqlWebEventProvider ()
  • Method (i): public virtual bool Equals (object obj)
  • Method: protected virtual void EventProcessingComplete (WebBaseEventCollection raisedEvents)
  • Method (i): protected virtual void Finalize ()
  • Method: public override void Flush ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override void Initialize (string name, NameValueCollection config)
  • Method (i): protected object MemberwiseClone ()
  • Method: public override void ProcessEvent (WebBaseEvent eventRaised)
  • Method: public override void Shutdown ()
  • Method (i): public virtual string ToString ()
  • Property: override string Name { public get; }
System.Web.Profile SettingsAllowAnonymousAttribute ()
n/a public sealed attribute System.Web.Profile.SettingsAllowAnonymousAttribute
--> NONE <--
  • Constructor: public SettingsAllowAnonymousAttribute (bool allow)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override bool IsDefaultAttribute ()
  • Method (i): public virtual bool Match (object obj)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Allow { public get; }
  • Property: virtual object TypeId { public get; }
System.Web.Profile SqlProfileProvider ()
n/a public class System.Web.Profile.SqlProfileProvider
--> NONE <--
  • Constructor: public SqlProfileProvider ()
  • Method: public override int DeleteInactiveProfiles (ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate)
  • Method: public override int DeleteProfiles (string[] usernames)
  • Method: public override int DeleteProfiles (ProfileInfoCollection profiles)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override ProfileInfoCollection FindInactiveProfilesByUserName (ProfileAuthenticationOption authenticationOption, string usernameToMatch, DateTime userInactiveSinceDate, int pageIndex, int pageSize, out int totalRecords)
  • Method: public override ProfileInfoCollection FindProfilesByUserName (ProfileAuthenticationOption authenticationOption, string usernameToMatch, int pageIndex, int pageSize, out int totalRecords)
  • Method: public override ProfileInfoCollection GetAllInactiveProfiles (ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate, int pageIndex, int pageSize, out int totalRecords)
  • Method: public override ProfileInfoCollection GetAllProfiles (ProfileAuthenticationOption authenticationOption, int pageIndex, int pageSize, out int totalRecords)
  • Method (i): public virtual int GetHashCode ()
  • Method: public override int GetNumberOfInactiveProfiles (ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate)
  • Method: public override SettingsPropertyValueCollection GetPropertyValues (SettingsContext sc, SettingsPropertyCollection properties)
  • Method (i): public Type GetType ()
  • Method: public override void Initialize (string name, NameValueCollection config)
  • Method (i): protected object MemberwiseClone ()
  • Method: public override void SetPropertyValues (SettingsContext sc, SettingsPropertyValueCollection properties)
  • Method (i): public virtual string ToString ()
  • Property: override string ApplicationName { public get; public set; }
  • Property: virtual string Description { public get; }
  • Property: virtual string Name { public get; }
System.Web.Security SqlMembershipProvider ()
n/a public class System.Web.Security.SqlMembershipProvider
--> NONE <--
  • Constructor: public SqlMembershipProvider ()
  • Method: public override bool ChangePassword (string username, string oldPassword, string newPassword)
  • Method: public override bool ChangePasswordQuestionAndAnswer (string username, string password, string newPasswordQuestion, string newPasswordAnswer)
  • Method: public override MembershipUser CreateUser (string username, string password, string email, string passwordQuestion, string passwordAnswer, bool isApproved, out MembershipCreateStatus status)
  • Method: public override bool DeleteUser (string username, bool deleteAllRelatedData)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override MembershipUserCollection FindUsersByEmail (string emailToMatch, int pageIndex, int pageSize, out int totalRecords)
  • Method: public override MembershipUserCollection FindUsersByName (string usernameToMatch, int pageIndex, int pageSize, out int totalRecords)
  • Method: public virtual string GeneratePassword ()
  • Method: public override MembershipUserCollection GetAllUsers (int pageIndex, int pageSize, out int totalRecords)
  • Method (i): public virtual int GetHashCode ()
  • Method: public override int GetNumberOfUsersOnline ()
  • Method: public override string GetPassword (string username, string passwordAnswer)
  • Method (i): public Type GetType ()
  • Method: public override MembershipUser GetUser (string username, bool userIsOnline)
  • Method: public override string GetUserNameByEmail (string email)
  • Method: public override void Initialize (string name, NameValueCollection config)
  • Method (i): protected object MemberwiseClone ()
  • Method: public override string ResetPassword (string username, string passwordAnswer)
  • Method (i): public virtual string ToString ()
  • Method: public override void UpdateUser (MembershipUser user)
  • Method: public override bool ValidateUser (string username, string password)
  • Property: override string ApplicationName { public get; public set; }
  • Property: virtual string Description { public get; }
  • Property: override bool EnablePasswordReset { public get; }
  • Property: override bool EnablePasswordRetrieval { public get; }
  • Property: virtual string Name { public get; }
  • Property: MembershipPasswordFormat PasswordFormat { public get; }
  • Property: override bool RequiresQuestionAndAnswer { public get; }
  • Property: bool RequiresUniqueEmail { public get; }
System.Web.Security SqlRoleProvider ()
n/a public class System.Web.Security.SqlRoleProvider
--> NONE <--
  • Constructor: public SqlRoleProvider ()
  • Method: public override void AddUsersToRoles (string[] usernames, string[] roleNames)
  • Method: public override void CreateRole (string roleName)
  • Method: public override bool DeleteRole (string roleName, bool throwOnPopulatedRole)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override string[] FindUsersInRole (string roleName, string usernameToMatch)
  • Method: public override string[] GetAllRoles ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public override string[] GetRolesForUser (string username)
  • Method (i): public Type GetType ()
  • Method: public override string[] GetUsersInRole (string roleName)
  • Method: public override void Initialize (string name, NameValueCollection config)
  • Method: public override bool IsUserInRole (string username, string roleName)
  • Method (i): protected object MemberwiseClone ()
  • Method: public override void RemoveUsersFromRoles (string[] usernames, string[] roleNames)
  • Method: public override bool RoleExists (string roleName)
  • Method (i): public virtual string ToString ()
  • Property: override string ApplicationName { public get; public set; }
  • Property: virtual string Description { public get; }
  • Property: virtual string Name { public get; }
System.Web.SessionState SessionIDModule ()
n/a public class System.Web.SessionState.SessionIDModule
--> NONE <--
  • Constructor: public SessionIDModule ()
  • Method: public virtual string CreateSessionID (HttpContext context)
  • Method: public virtual string Decode (string id)
  • Method: public virtual void Dispose ()
  • Method: public virtual string Encode (string id)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public virtual string GetSessionID (HttpContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Init (HttpApplication app)
  • Method (i): protected object MemberwiseClone ()
  • Method: public virtual void RemoveSessionID (HttpContext context)
  • Method: public virtual void SaveSessionID (HttpContext context, string id, out bool redirected, out bool cookieAdded)
  • Method (i): public virtual string ToString ()
  • Method: public virtual bool Validate (string id)
  • Property: HttpCookieMode CookieMode { public get; }
  • Property: static int SessionIDMaxLength { public get; }
SessionStateActionFlags ()
n/a public sealed enum System.Web.SessionState.SessionStateActionFlags
                    InitializeItem = 1,
--> NONE <-- --> NONE <--
System.Web.SessionState SessionStateItemCollection ()
n/a public sealed class System.Web.SessionState.SessionStateItemCollection
--> NONE <--
  • Constructor: public SessionStateItemCollection ()
  • Method (i): protected void BaseAdd (string name, object value)
  • Method (i): protected void BaseClear ()
  • Method (i): protected object BaseGet (int index)
  • Method (i): protected object BaseGet (string name)
  • Method (i): protected string[] BaseGetAllKeys ()
  • Method (i): protected object[] BaseGetAllValues ()
  • Method (i): protected object[] BaseGetAllValues (Type type)
  • Method (i): protected string BaseGetKey (int index)
  • Method (i): protected bool BaseHasKeys ()
  • Method (i): protected void BaseRemove (string name)
  • Method (i): protected void BaseRemoveAt (int index)
  • Method (i): protected void BaseSet (int index, object value)
  • Method (i): protected void BaseSet (string name, object value)
  • Method: public virtual void Clear ()
  • Method: public static SessionStateItemCollection Deserialize (BinaryReader reader)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual void OnDeserialization (object sender)
  • Method: public virtual void Remove (string name)
  • Method: public virtual void RemoveAt (int index)
  • Method: public void Serialize (BinaryWriter writer)
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: virtual bool Dirty { public get; public set; }
  • Property: protected bool IsReadOnly { }
  • Property: virtual object this [int index] { public get; public set; }
  • Property: virtual object this [string name] { public get; public set; }
  • Property: override KeysCollection Keys { public get; }
System.Web.SessionState SessionStateItemExpireCallback ()
n/a public sealed delegate System.Web.SessionState.SessionStateItemExpireCallback
--> NONE <--
  • Constructor: public SessionStateItemExpireCallback (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (string id, SessionStateStoreData item, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (string id, SessionStateStoreData item)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
SessionStateMode ()
public sealed enum System.Web.SessionState.SessionStateMode
                    Off = 0,
                    InProc = 1,
                    StateServer = 2,
                    SQLServer = 3,
public sealed enum System.Web.SessionState.SessionStateMode
                    Off = 0,
                    InProc = 1,
                    StateServer = 2,
                    SQLServer = 3,
                    Custom = 4,
--> NONE <-- --> NONE <--
System.Web.SessionState SessionStateStoreData ()
n/a public class System.Web.SessionState.SessionStateStoreData
--> NONE <--
  • Constructor: public SessionStateStoreData (ISessionStateItemCollection sessionItems, HttpStaticObjectsCollection staticObjects, int timeout)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: virtual ISessionStateItemCollection Items { public get; }
  • Property: virtual HttpStaticObjectsCollection StaticObjects { public get; }
  • Property: virtual int Timeout { public get; public set; }
System.Web.SessionState SessionStateStoreProviderBase ()
n/a public abstract class System.Web.SessionState.SessionStateStoreProviderBase
--> NONE <--
  • Constructor: protected SessionStateStoreProviderBase ()
  • Method: public abstract void BeginRequest (HttpContext context)
  • Method: public abstract SessionStateStoreData CreateNewStoreData (HttpContext context, int timeout)
  • Method: public abstract void CreateUninitializedItem (HttpContext context, string id, int timeout)
  • Method: public abstract void Dispose ()
  • Method: public abstract void EndRequest (HttpContext context)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public abstract SessionStateStoreData GetItem (HttpContext context, string id, out bool locked, out TimeSpan lockAge, out object lockId, out SessionStateActionFlags actionFlags)
  • Method: public abstract SessionStateStoreData GetItemExclusive (HttpContext context, string id, out bool locked, out TimeSpan lockAge, out object lockId, out SessionStateActionFlags actionFlags)
  • Method (i): public Type GetType ()
  • Method (i): public virtual void Initialize (string name, NameValueCollection config)
  • Method (i): protected object MemberwiseClone ()
  • Method: public abstract void ReleaseItemExclusive (HttpContext context, string id, object lockId)
  • Method: public abstract void RemoveItem (HttpContext context, string id, object lockId, SessionStateStoreData item)
  • Method: public abstract void ResetItemTimeout (HttpContext context, string id)
  • Method: public abstract void SetAndReleaseItemExclusive (HttpContext context, string id, SessionStateStoreData item, object lockId, bool newItem)
  • Method: public abstract bool SetItemExpireCallback (SessionStateItemExpireCallback expireCallback)
  • Method (i): public virtual string ToString ()
  • Property: virtual string Name { public get; }
System.Web.SessionState SessionStateUtility ()
n/a public sealed class System.Web.SessionState.SessionStateUtility
--> NONE <--
  • Method: public static void AddHttpSessionStateToContext (HttpContext context, IHttpSessionState provider)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public static IHttpSessionState GetHttpSessionStateFromContext (HttpContext context)
  • Method: public static ISessionIDModule GetSessionIDModule (HttpApplication app)
  • Method: public static HttpStaticObjectsCollection GetSessionStaticObjects (HttpContext context)
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public static void RaiseSessionEnd (IHttpSessionState session, object eventSource, EventArgs eventArgs)
  • Method: public static void RemoveHttpSessionStateFromContext (HttpContext context)
  • Method (i): public virtual string ToString ()
public sealed class System.Web.SessionState.StateRuntime ()
  • Method: public virtual void ProcessRequest (IntPtr tracker, int verb, string uri, int exclusive, int timeout, int lockCookieExists, int lockCookie, int contentLength, IntPtr content)
  • Method: public virtual void ProcessRequest (IntPtr tracker, int verb, string uri, int exclusive, int extraFlags, int timeout, int lockCookieExists, int lockCookie, int contentLength, IntPtr content)
System.Web.UI SessionPageStatePersister ()
n/a public class System.Web.UI.SessionPageStatePersister
--> NONE <--
  • Constructor: public SessionPageStatePersister (Page page)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override void Load ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public override void Save ()
  • Method (i): public virtual string ToString ()
  • Property: object ControlState { public get; public set; }
  • Property: protected Page Page { }
  • Property: protected IStateFormatter StateFormatter { }
  • Property: object ViewState { public get; public set; }
System.Web.UI SimplePropertyEntry ()
n/a public class System.Web.UI.SimplePropertyEntry
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: Type DeclaringType { public get; }
  • Property: string Filter { public get; public set; }
  • Property: string Name { public get; public set; }
  • Property: string PersistedValue { public get; public set; }
  • Property: PropertyInfo PropertyInfo { public get; public set; }
  • Property: Type Type { public get; public set; }
  • Property: bool UseSetAttribute { public get; public set; }
  • Property: object Value { public get; public set; }
System.Web.UI SkinBuilder ()
n/a public class System.Web.UI.SkinBuilder
--> NONE <--
  • Constructor: public SkinBuilder (Control control, ControlBuilder skinBuilder)
  • Method (i): public void AddCollectionItem (ControlBuilder builder)
  • Method (i): public void AddComplexProperty (string filter, string name, ControlBuilder builder)
  • Method (i): public void AddTemplateProperty (string filter, string name, TemplateBuilder builder)
  • Method (i): public virtual bool AllowWhitespaceLiterals ()
  • Method (i): public virtual void AppendLiteralString (string s)
  • Method (i): public virtual void AppendSubBuilder (ControlBuilder subBuilder)
  • Method: public virtual Control ApplyTheme ()
  • Method (i): public virtual object BuildObject ()
  • Method (i): public virtual void CloseControl ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Type GetChildControlType (string tagName, IDictionary attribs)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasBody ()
  • Method (i): public virtual bool HtmlDecodeLiterals ()
  • Method (i): public virtual void Init (TemplateParser parser, ControlBuilder parentBuilder, Type type, string tagName, string id, IDictionary attribs)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual bool NeedsTagInnerText ()
  • Method (i): public virtual void OnAppendToParentBuilder (ControlBuilder parentBuilder)
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Method (i): public virtual void SetTagInnerText (string text)
  • Method (i): public virtual string ToString ()
  • Property: virtual Type BindingContainerType { public get; }
  • Property: Type ControlType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool FChildrenAsProperties { }
  • Property: protected bool FIsNonParserAccessor { }
  • Property: bool HasAspCode { public get; }
  • Property: string ID { public get; public set; }
  • Property: protected bool InDesigner { }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: Type NamingContainerType { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: string TagName { public get; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
public sealed class System.Web.UI.StateBag ()
--> NONE <--
  • Method: public void SetDirty (bool dirty)
System.Web.UI StateManagedCollection ()
n/a public abstract class System.Web.UI.StateManagedCollection
--> NONE <--
  • Constructor: protected StateManagedCollection ()
  • Method: public void Clear ()
  • Method: public virtual void CopyTo (Array array, int index)
  • Method: protected abstract object CreateKnownType (int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method: protected virtual Type[] GetKnownTypes ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: protected virtual void OnClear ()
  • Method: protected virtual void OnClearComplete ()
  • Method: protected virtual void OnInsert (int index, object value)
  • Method: protected virtual void OnInsertComplete (int index, object value)
  • Method: protected virtual void OnRemove (int index, object value)
  • Method: protected virtual void OnRemoveComplete (int index, object value)
  • Method: protected virtual void OnValidate (object value)
  • Method: public void SetDirty ()
  • Method: protected abstract void SetDirtyObject (object o)
  • Method (i): public virtual string ToString ()
  • Property: int Count { public get; }
System.Web.UI StaticPartialCachingControl ()
public class System.Web.UI.StaticPartialCachingControl
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.StaticPartialCachingControl
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter output)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Constructor: public StaticPartialCachingControl (string ctrlID, string guid, int duration, string varyByParams, string varyByControls, string varyByCustom, string sqlDependency, BuildMethod buildMethod)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method: public static void BuildCachedControl (Control parent, string ctrlID, string guid, int duration, string varyByParams, string varyByControls, string varyByCustom, string sqlDependency, BuildMethod buildMethod)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter output)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: ControlCachePolicy CachePolicy { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
StorageType ()
n/a public sealed enum System.Web.UI.Imaging.StorageType
                    Cache = 0,
                    Disk = 1,
--> NONE <-- --> NONE <--
ScrollBars ()
n/a public sealed enum System.Web.UI.WebControls.ScrollBars
                    None = 0,
                    Horizontal = 1,
                    Vertical = 2,
                    Both = 3,
                    Auto = 4,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls SendMailErrorEventArgs ()
n/a public class System.Web.UI.WebControls.SendMailErrorEventArgs
--> NONE <--
  • Constructor: public SendMailErrorEventArgs (Exception e)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: Exception Exception { public get; public set; }
  • Property: bool Handled { public get; public set; }
System.Web.UI.WebControls SendMailErrorEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.SendMailErrorEventHandler
--> NONE <--
  • Constructor: public SendMailErrorEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, SendMailErrorEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, SendMailErrorEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls SessionParameter ()
n/a public class System.Web.UI.WebControls.SessionParameter
--> NONE <--
  • Constructor: public SessionParameter ()
  • Constructor: public SessionParameter (string name, string sessionField)
  • Constructor: public SessionParameter (string name, TypeCode type, string sessionField)
  • Constructor: protected SessionParameter (SessionParameter original)
  • Method: protected override Parameter Clone ()
  • Method (i): public virtual bool Equals (object obj)
  • Method: protected override object Evaluate (HttpContext context, Control control)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected void OnParameterChanged ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): ProtectedInternal virtual void SetDirty ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: bool ConvertEmptyStringToNull { public get; public set; }
  • Property: string DefaultValue { public get; public set; }
  • Property: ParameterDirection Direction { public get; public set; }
  • Property: protected bool IsTrackingViewState { }
  • Property: string Name { public get; public set; }
  • Property: string SessionField { public get; public set; }
  • Property: TypeCode Type { public get; public set; }
  • Property: protected StateBag ViewState { }
System.Web.UI.WebControls SiteMapDataSource ()
n/a public class System.Web.UI.WebControls.SiteMapDataSource
--> NONE <--
  • Constructor: public SiteMapDataSource ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler DataSourceChanged
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method: protected override HierarchicalDataSourceView GetHierarchicalView (string viewPath)
  • Method: public virtual IList GetList ()
  • Method (i): public Type GetType ()
  • Method: public virtual DataSourceView GetView (string viewName)
  • Method: public virtual ICollection GetViewNames ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method: protected override void OnDataSourceChanged (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual bool ContainsListCollection { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: SiteMapProvider Provider { public get; public set; }
  • Property: virtual bool ShowStartingNode { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SiteMapProvider { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: virtual bool StartFromCurrentNode { public get; public set; }
  • Property: virtual int StartingNodeOffset { public get; public set; }
  • Property: virtual string StartingNodeUrl { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
System.Web.UI.WebControls SiteMapDataSourceView ()
n/a public class System.Web.UI.WebControls.SiteMapDataSourceView
--> NONE <--
  • Constructor: public SiteMapDataSourceView (SiteMapDataSource owner, string name, SiteMapNode node)
  • Constructor: public SiteMapDataSourceView (SiteMapDataSource owner, string name, SiteMapNodeCollection collection)
  • Event: public event EventHandler DataSourceViewChanged
  • Method (i): public virtual void Delete (IDictionary keys, IDictionary oldValues, DataSourceViewOperationCallback callback)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual int ExecuteDelete (IDictionary keys, IDictionary oldValues)
  • Method (i): protected virtual int ExecuteInsert (IDictionary values)
  • Method: ProtectedInternal override IEnumerable ExecuteSelect (DataSourceSelectArguments arguments)
  • Method (i): protected virtual int ExecuteUpdate (IDictionary keys, IDictionary values, IDictionary oldValues)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual void Insert (IDictionary values, DataSourceViewOperationCallback callback)
  • Method (i): protected object MemberwiseClone ()
  • Method: protected override void OnDataSourceViewChanged (EventArgs e)
  • Method (i): ProtectedInternal virtual void RaiseUnsupportedCapabilityError (DataSourceCapabilities capability)
  • Method: public IEnumerable Select (DataSourceSelectArguments arguments)
  • Method (i): public virtual void Select (DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback)
  • Method (i): public virtual string ToString ()
  • Method (i): public virtual void Update (IDictionary keys, IDictionary values, IDictionary oldValues, DataSourceViewOperationCallback callback)
  • Property: virtual bool CanDelete { public get; }
  • Property: virtual bool CanInsert { public get; }
  • Property: virtual bool CanPage { public get; }
  • Property: virtual bool CanRetrieveTotalRowCount { public get; }
  • Property: virtual bool CanSort { public get; }
  • Property: virtual bool CanUpdate { public get; }
  • Property: protected EventHandlerList Events { }
  • Property: string Name { public get; }
System.Web.UI.WebControls SiteMapHierarchicalDataSourceView ()
n/a public class System.Web.UI.WebControls.SiteMapHierarchicalDataSourceView
--> NONE <--
  • Constructor: public SiteMapHierarchicalDataSourceView (SiteMapNode node)
  • Constructor: public SiteMapHierarchicalDataSourceView (SiteMapNodeCollection collection)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public override IHierarchicalEnumerable Select ()
  • Method (i): public virtual string ToString ()
System.Web.UI.WebControls SiteMapNodeItem ()
n/a public class System.Web.UI.WebControls.SiteMapNodeItem
--> NONE <--
  • Constructor: public SiteMapNodeItem (int itemIndex, SiteMapNodeItemType itemType)
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method: ProtectedInternal virtual void SetItemType (SiteMapNodeItemType itemType)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual int ItemIndex { public get; }
  • Property: virtual SiteMapNodeItemType ItemType { public get; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual SiteMapNode SiteMapNode { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls SiteMapNodeItemEventArgs ()
n/a public class System.Web.UI.WebControls.SiteMapNodeItemEventArgs
--> NONE <--
  • Constructor: public SiteMapNodeItemEventArgs (SiteMapNodeItem item)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: SiteMapNodeItem Item { public get; }
System.Web.UI.WebControls SiteMapNodeItemEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.SiteMapNodeItemEventHandler
--> NONE <--
  • Constructor: public SiteMapNodeItemEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, SiteMapNodeItemEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, SiteMapNodeItemEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
SiteMapNodeItemType ()
n/a public sealed enum System.Web.UI.WebControls.SiteMapNodeItemType
                    Root = 0,
                    Parent = 1,
                    Current = 2,
                    PathSeparator = 3,
--> NONE <-- --> NONE <--
SiteMapNodeType ()
n/a public sealed enum System.Web.UI.WebControls.SiteMapNodeType
                    Root = 0,
                    Parent = 1,
                    Current = 2,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls SiteMapPath ()
n/a public class System.Web.UI.WebControls.SiteMapPath
--> NONE <--
  • Constructor: public SiteMapPath ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event SiteMapNodeItemEventHandler ItemCreated
  • Event: public event SiteMapNodeItemEventHandler ItemDataBound
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method: ProtectedInternal override void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method: protected virtual void CreateControlHierarchy ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method: public override void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method: protected virtual void InitializeItem (SiteMapNodeItem item)
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected override void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method: protected override void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method: protected virtual void OnItemCreated (SiteMapNodeItemEventArgs e)
  • Method: protected virtual void OnItemDataBound (SiteMapNodeItemEventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method: ProtectedInternal override void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: virtual Style CurrentNodeStyle { public get; }
  • Property: virtual ITemplate CurrentNodeTemplate { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Style NodeStyle { public get; }
  • Property: virtual ITemplate NodeTemplate { public get; public set; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual int ParentLevelsDisplayed { public get; public set; }
  • Property: virtual PathDirection PathDirection { public get; public set; }
  • Property: virtual string PathSeparator { public get; public set; }
  • Property: virtual Style PathSeparatorStyle { public get; }
  • Property: virtual ITemplate PathSeparatorTemplate { public get; public set; }
  • Property: SiteMapProvider Provider { public get; public set; }
  • Property: virtual bool RenderCurrentNodeAsLink { public get; public set; }
  • Property: virtual Style RootNodeStyle { public get; }
  • Property: virtual ITemplate RootNodeTemplate { public get; public set; }
  • Property: virtual bool ShowToolTips { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SiteMapProvider { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: virtual string SkipToContentText { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
SortDirection ()
n/a public sealed enum System.Web.UI.WebControls.SortDirection
                    Ascending = 1,
                    Descending = 2,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls SqlDataSource ()
n/a public class System.Web.UI.WebControls.SqlDataSource
--> NONE <--
  • Constructor: public SqlDataSource ()
  • Constructor: public SqlDataSource (string connectionString, string selectCommand)
  • Constructor: public SqlDataSource (string providerName, string connectionString, string selectCommand)
  • Event: public event EventHandler DataBinding
  • Event: public event SqlDataSourceStatusEventHandler Deleted
  • Event: public event SqlDataSourceCommandEventHandler Deleting
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event SqlDataSourceStatusEventHandler Inserted
  • Event: public event SqlDataSourceCommandEventHandler Inserting
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event SqlDataSourceStatusEventHandler Selected
  • Event: public event SqlDataSourceSelectingEventHandler Selecting
  • Event: public event EventHandler Unload
  • Event: public event SqlDataSourceStatusEventHandler Updated
  • Event: public event SqlDataSourceCommandEventHandler Updating
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method: protected string CreateCacheKey (int startRowIndex, int maximumRows)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method: protected virtual SqlDataSourceView CreateDataSourceView (string viewName)
  • Method: protected string CreateMasterCacheKey ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method: public int Delete ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: protected override DataSourceView GetView (string viewName)
  • Method: protected override ICollection GetViewNames ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method: public int Insert ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected override void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void RaiseDataSourceChangedEvent (EventArgs e)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method: ProtectedInternal virtual void SaveDataToCache (int startRowIndex, int maximumRows, object data)
  • Method: ProtectedInternal virtual void SaveTotalRowCountToCache (int totalRowCount)
  • Method: protected override object SaveViewState ()
  • Method: public IEnumerable Select (DataSourceSelectArguments arguments)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Method: public int Update ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual int CacheDuration { public get; public set; }
  • Property: virtual DataSourceCacheExpiry CacheExpirationPolicy { public get; public set; }
  • Property: virtual string CacheKeyDependency { public get; public set; }
  • Property: virtual bool CancelSelectOnNullParameter { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: ConflictOptions ConflictDetection { public get; public set; }
  • Property: virtual string ConnectionString { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: SqlDataSourceMode DataSourceMode { public get; public set; }
  • Property: string DeleteCommand { public get; public set; }
  • Property: ParameterCollection DeleteParameters { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableCaching { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: string FilterExpression { public get; public set; }
  • Property: ParameterCollection FilterParameters { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: string InsertCommand { public get; public set; }
  • Property: ParameterCollection InsertParameters { public get; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: string OldValuesParameterFormatString { public get; public set; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual string ProviderName { public get; public set; }
  • Property: string SelectCommand { public get; public set; }
  • Property: ParameterCollection SelectParameters { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: string SortParameterName { public get; public set; }
  • Property: virtual string SqlCacheDependency { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: string UpdateCommand { public get; public set; }
  • Property: ParameterCollection UpdateParameters { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
System.Web.UI.WebControls SqlDataSourceCommandEventArgs ()
n/a public class System.Web.UI.WebControls.SqlDataSourceCommandEventArgs
--> NONE <--
  • Constructor: public SqlDataSourceCommandEventArgs (IDbCommand command)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Cancel { public get; public set; }
  • Property: IDbCommand Command { public get; }
System.Web.UI.WebControls SqlDataSourceCommandEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.SqlDataSourceCommandEventHandler
--> NONE <--
  • Constructor: public SqlDataSourceCommandEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, SqlDataSourceCommandEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, SqlDataSourceCommandEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
SqlDataSourceMode ()
n/a public sealed enum System.Web.UI.WebControls.SqlDataSourceMode
                    DataReader = 0,
                    DataSet = 1,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls SqlDataSourceSelectingEventArgs ()
n/a public class System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs
--> NONE <--
  • Constructor: public SqlDataSourceSelectingEventArgs (IDbCommand command, DataSourceSelectArguments arguments, bool executingSelectCount)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: DataSourceSelectArguments Arguments { public get; }
  • Property: bool Cancel { public get; public set; }
  • Property: IDbCommand Command { public get; }
  • Property: bool ExecutingSelectCount { public get; }
System.Web.UI.WebControls SqlDataSourceSelectingEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.SqlDataSourceSelectingEventHandler
--> NONE <--
  • Constructor: public SqlDataSourceSelectingEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, SqlDataSourceSelectingEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, SqlDataSourceSelectingEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls SqlDataSourceStatusEventArgs ()
n/a public class System.Web.UI.WebControls.SqlDataSourceStatusEventArgs
--> NONE <--
  • Constructor: public SqlDataSourceStatusEventArgs (IDbCommand command, int affectedRows, Exception exception)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: int AffectedRows { public get; }
  • Property: IDbCommand Command { public get; }
  • Property: Exception Exception { public get; }
  • Property: bool ExceptionHandled { public get; public set; }
System.Web.UI.WebControls SqlDataSourceStatusEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.SqlDataSourceStatusEventHandler
--> NONE <--
  • Constructor: public SqlDataSourceStatusEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, SqlDataSourceStatusEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, SqlDataSourceStatusEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls SqlDataSourceView ()
n/a public class System.Web.UI.WebControls.SqlDataSourceView
--> NONE <--
  • Constructor: public SqlDataSourceView (SqlDataSource owner, string name, HttpContext context)
  • Event: public event EventHandler DataSourceViewChanged
  • Event: public event SqlDataSourceStatusEventHandler Deleted
  • Event: public event SqlDataSourceCommandEventHandler Deleting
  • Event: public event SqlDataSourceStatusEventHandler Inserted
  • Event: public event SqlDataSourceCommandEventHandler Inserting
  • Event: public event SqlDataSourceStatusEventHandler Selected
  • Event: public event SqlDataSourceSelectingEventHandler Selecting
  • Event: public event SqlDataSourceStatusEventHandler Updated
  • Event: public event SqlDataSourceCommandEventHandler Updating
  • Method: public int Delete (IDictionary keys, IDictionary oldValues)
  • Method (i): public virtual void Delete (IDictionary keys, IDictionary oldValues, DataSourceViewOperationCallback callback)
  • Method (i): public virtual bool Equals (object obj)
  • Method: protected override int ExecuteDelete (IDictionary keys, IDictionary oldValues)
  • Method: protected override int ExecuteInsert (IDictionary values)
  • Method: ProtectedInternal override IEnumerable ExecuteSelect (DataSourceSelectArguments arguments)
  • Method: protected override int ExecuteUpdate (IDictionary keys, IDictionary values, IDictionary oldValues)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public int Insert (IDictionary values)
  • Method (i): public virtual void Insert (IDictionary values, DataSourceViewOperationCallback callback)
  • Method: protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnDataSourceViewChanged (EventArgs e)
  • Method: protected virtual void OnDeleted (SqlDataSourceStatusEventArgs e)
  • Method: protected virtual void OnDeleting (SqlDataSourceCommandEventArgs e)
  • Method: protected virtual void OnInserted (SqlDataSourceStatusEventArgs e)
  • Method: protected virtual void OnInserting (SqlDataSourceCommandEventArgs e)
  • Method: protected virtual void OnSelected (SqlDataSourceStatusEventArgs e)
  • Method: protected virtual void OnSelecting (SqlDataSourceSelectingEventArgs e)
  • Method: protected virtual void OnUpdated (SqlDataSourceStatusEventArgs e)
  • Method: protected virtual void OnUpdating (SqlDataSourceCommandEventArgs e)
  • Method: ProtectedInternal override void RaiseUnsupportedCapabilityError (DataSourceCapabilities capability)
  • Method: protected virtual object SaveViewState ()
  • Method: public IEnumerable Select (DataSourceSelectArguments arguments)
  • Method (i): public virtual void Select (DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback)
  • Method (i): public virtual string ToString ()
  • Method: protected virtual void TrackViewState ()
  • Method: public int Update (IDictionary keys, IDictionary values, IDictionary oldValues)
  • Method (i): public virtual void Update (IDictionary keys, IDictionary values, IDictionary oldValues, DataSourceViewOperationCallback callback)
  • Property: override bool CanDelete { public get; }
  • Property: override bool CanInsert { public get; }
  • Property: override bool CanPage { public get; }
  • Property: override bool CanRetrieveTotalRowCount { public get; }
  • Property: override bool CanSort { public get; }
  • Property: override bool CanUpdate { public get; }
  • Property: ConflictOptions ConflictDetection { public get; public set; }
  • Property: string DeleteCommand { public get; public set; }
  • Property: ParameterCollection DeleteParameters { public get; }
  • Property: protected EventHandlerList Events { }
  • Property: string FilterExpression { public get; public set; }
  • Property: ParameterCollection FilterParameters { public get; }
  • Property: string InsertCommand { public get; public set; }
  • Property: ParameterCollection InsertParameters { public get; }
  • Property: protected bool IsTrackingViewState { }
  • Property: string Name { public get; }
  • Property: string OldValuesParameterFormatString { public get; public set; }
  • Property: protected virtual string ParameterPrefix { }
  • Property: string SelectCommand { public get; public set; }
  • Property: ParameterCollection SelectParameters { public get; }
  • Property: string SortParameterName { public get; public set; }
  • Property: string UpdateCommand { public get; public set; }
  • Property: ParameterCollection UpdateParameters { public get; }
  • Property: protected StateBag ViewState { }
System.Web.UI.WebControls StringArrayConverter ()
n/a public class System.Web.UI.WebControls.StringArrayConverter
--> NONE <--
  • Constructor: public StringArrayConverter ()
  • Method (i): public bool CanConvertFrom (Type sourceType)
  • Method: public override bool CanConvertFrom (ITypeDescriptorContext context, Type sourceType)
  • Method (i): public bool CanConvertTo (Type destinationType)
  • Method (i): public virtual bool CanConvertTo (ITypeDescriptorContext context, Type destinationType)
  • Method (i): public object ConvertFrom (object value)
  • Method: public override object ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value)
  • Method (i): public object ConvertFromInvariantString (string text)
  • Method (i): public object ConvertFromInvariantString (ITypeDescriptorContext context, string text)
  • Method (i): public object ConvertFromString (string text)
  • Method (i): public object ConvertFromString (ITypeDescriptorContext context, CultureInfo culture, string text)
  • Method (i): public object ConvertFromString (ITypeDescriptorContext context, string text)
  • Method (i): public object ConvertTo (object value, Type destinationType)
  • Method: public override object ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
  • Method (i): public string ConvertToInvariantString (object value)
  • Method (i): public string ConvertToInvariantString (ITypeDescriptorContext context, object value)
  • Method (i): public string ConvertToString (object value)
  • Method (i): public string ConvertToString (ITypeDescriptorContext context, CultureInfo culture, object value)
  • Method (i): public string ConvertToString (ITypeDescriptorContext context, object value)
  • Method (i): public object CreateInstance (IDictionary propertyValues)
  • Method (i): public virtual object CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): protected Exception GetConvertFromException (object value)
  • Method (i): protected Exception GetConvertToException (object value, Type destinationType)
  • Method (i): public bool GetCreateInstanceSupported ()
  • Method (i): public virtual bool GetCreateInstanceSupported (ITypeDescriptorContext context)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public PropertyDescriptorCollection GetProperties (object value)
  • Method (i): public PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value)
  • Method (i): public virtual PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value, attribute[] attributes)
  • Method (i): public bool GetPropertiesSupported ()
  • Method (i): public virtual bool GetPropertiesSupported (ITypeDescriptorContext context)
  • Method (i): public ICollection GetStandardValues ()
  • Method (i): public virtual StandardValuesCollection GetStandardValues (ITypeDescriptorContext context)
  • Method (i): public bool GetStandardValuesExclusive ()
  • Method (i): public virtual bool GetStandardValuesExclusive (ITypeDescriptorContext context)
  • Method (i): public bool GetStandardValuesSupported ()
  • Method (i): public virtual bool GetStandardValuesSupported (ITypeDescriptorContext context)
  • Method (i): public Type GetType ()
  • Method (i): public bool IsValid (object value)
  • Method (i): public virtual bool IsValid (ITypeDescriptorContext context, object value)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected PropertyDescriptorCollection SortProperties (PropertyDescriptorCollection props, string[] names)
  • Method (i): public virtual string ToString ()
public class System.Web.UI.WebControls.Style ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public override string ToString ()
  • Method: protected virtual void FillStyleAttributes (CssStyleCollection attributes, IUrlResolutionService urlResolver)
  • Method: public CssStyleCollection GetStyleAttributes (IUrlResolutionService urlResolver)
  • Method: public static bool IsStyleEmpty (Style s)
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method: public void SetDirty ()
  • Method (i): public virtual string ToString ()
  • Property: protected virtual bool CanRaiseEvents { }
  • Property: string RegisteredCssClass { public get; }
System.Web.UI.WebControls StyleCollection ()
n/a public class System.Web.UI.WebControls.StyleCollection
--> NONE <--
  • Method: public int Add (Style style)
  • Method (i): public void Clear ()
  • Method: public bool Contains (Style style)
  • Method (i): public virtual void CopyTo (Array array, int index)
  • Method: public void CopyTo (Style[] styleArray, int index)
  • Method: protected override object CreateKnownType (int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method: protected override Type[] GetKnownTypes ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (Style style)
  • Method: public void Insert (int index, Style style)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnClear ()
  • Method (i): protected virtual void OnClearComplete ()
  • Method (i): protected virtual void OnInsert (int index, object value)
  • Method (i): protected virtual void OnInsertComplete (int index, object value)
  • Method (i): protected virtual void OnRemove (int index, object value)
  • Method (i): protected virtual void OnRemoveComplete (int index, object value)
  • Method (i): protected virtual void OnValidate (object value)
  • Method: public void Remove (Style style)
  • Method: public void RemoveAt (int index)
  • Method (i): public void SetDirty ()
  • Method: protected override void SetDirtyObject (object o)
  • Method (i): public virtual string ToString ()
  • Property: int Count { public get; }
  • Property: Style this [int i] { public get; public set; }
System.Web.UI.WebControls StyleConverter ()
n/a public class System.Web.UI.WebControls.StyleConverter
--> NONE <--
  • Constructor: public StyleConverter ()
  • Method (i): public bool CanConvertFrom (Type sourceType)
  • Method (i): public virtual bool CanConvertFrom (ITypeDescriptorContext context, Type sourceType)
  • Method (i): public bool CanConvertTo (Type destinationType)
  • Method (i): public virtual bool CanConvertTo (ITypeDescriptorContext context, Type destinationType)
  • Method (i): public object ConvertFrom (object value)
  • Method (i): public virtual object ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value)
  • Method (i): public object ConvertFromInvariantString (string text)
  • Method (i): public object ConvertFromInvariantString (ITypeDescriptorContext context, string text)
  • Method (i): public object ConvertFromString (string text)
  • Method (i): public object ConvertFromString (ITypeDescriptorContext context, CultureInfo culture, string text)
  • Method (i): public object ConvertFromString (ITypeDescriptorContext context, string text)
  • Method (i): public object ConvertTo (object value, Type destinationType)
  • Method: public override object ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
  • Method (i): public string ConvertToInvariantString (object value)
  • Method (i): public string ConvertToInvariantString (ITypeDescriptorContext context, object value)
  • Method (i): public string ConvertToString (object value)
  • Method (i): public string ConvertToString (ITypeDescriptorContext context, CultureInfo culture, object value)
  • Method (i): public string ConvertToString (ITypeDescriptorContext context, object value)
  • Method (i): public object CreateInstance (IDictionary propertyValues)
  • Method (i): public virtual object CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): protected Exception GetConvertFromException (object value)
  • Method (i): protected Exception GetConvertToException (object value, Type destinationType)
  • Method (i): public bool GetCreateInstanceSupported ()
  • Method (i): public virtual bool GetCreateInstanceSupported (ITypeDescriptorContext context)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public PropertyDescriptorCollection GetProperties (object value)
  • Method (i): public PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value)
  • Method (i): public virtual PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value, attribute[] attributes)
  • Method (i): public bool GetPropertiesSupported ()
  • Method (i): public virtual bool GetPropertiesSupported (ITypeDescriptorContext context)
  • Method (i): public ICollection GetStandardValues ()
  • Method (i): public virtual StandardValuesCollection GetStandardValues (ITypeDescriptorContext context)
  • Method (i): public bool GetStandardValuesExclusive ()
  • Method (i): public virtual bool GetStandardValuesExclusive (ITypeDescriptorContext context)
  • Method (i): public bool GetStandardValuesSupported ()
  • Method (i): public virtual bool GetStandardValuesSupported (ITypeDescriptorContext context)
  • Method (i): public Type GetType ()
  • Method (i): public bool IsValid (object value)
  • Method (i): public virtual bool IsValid (ITypeDescriptorContext context, object value)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected PropertyDescriptorCollection SortProperties (PropertyDescriptorCollection props, string[] names)
  • Method (i): public virtual string ToString ()
System.Web.UI.WebControls SubMenuStyle ()
n/a public class System.Web.UI.WebControls.SubMenuStyle
--> NONE <--
  • Constructor: public SubMenuStyle ()
  • Event: public event EventHandler Disposed
  • Method (i): public void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): public virtual void AddAttributesToRender (HtmlTextWriter writer, WebControl owner)
  • Method: public override void CopyFrom (Style s)
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void Dispose (bool disposing)
  • Method (i): public virtual bool Equals (object obj)
  • Method: protected override void FillStyleAttributes (CssStyleCollection attributes, IUrlResolutionService urlResolver)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): protected virtual object GetService (Type service)
  • Method (i): public CssStyleCollection GetStyleAttributes (IUrlResolutionService urlResolver)
  • Method (i): public Type GetType ()
  • Method (i): public virtual object InitializeLifetimeService ()
  • Method (i): ProtectedInternal void LoadViewState (object state)
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method: public override void MergeWith (Style s)
  • Method: public override void Reset ()
  • Method (i): ProtectedInternal virtual object SaveViewState ()
  • Method (i): ProtectedInternal virtual void SetBit (int bit)
  • Method (i): public void SetDirty ()
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void TrackViewState ()
  • Property: Color BackColor { public get; public set; }
  • Property: Color BorderColor { public get; public set; }
  • Property: BorderStyle BorderStyle { public get; public set; }
  • Property: Unit BorderWidth { public get; public set; }
  • Property: protected virtual bool CanRaiseEvents { }
  • Property: IContainer Container { public get; }
  • Property: string CssClass { public get; public set; }
  • Property: protected bool DesignMode { }
  • Property: protected EventHandlerList Events { }
  • Property: FontInfo Font { public get; }
  • Property: Color ForeColor { public get; public set; }
  • Property: Unit Height { public get; public set; }
  • Property: int HorizontalPadding { public get; public set; }
  • Property: ProtectedInternal override bool IsEmpty { }
  • Property: protected bool IsTrackingViewState { }
  • Property: string RegisteredCssClass { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: int VerticalPadding { public get; public set; }
  • Property: ProtectedInternal StateBag ViewState { }
  • Property: Unit Width { public get; public set; }
System.Web.UI.WebControls SubMenuStyleCollection ()
n/a public class System.Web.UI.WebControls.SubMenuStyleCollection
--> NONE <--
  • Method: public int Add (SubMenuStyle style)
  • Method (i): public void Clear ()
  • Method: public bool Contains (SubMenuStyle style)
  • Method (i): public virtual void CopyTo (Array array, int index)
  • Method: public void CopyTo (SubMenuStyle[] styleArray, int index)
  • Method: protected override object CreateKnownType (int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method: protected override Type[] GetKnownTypes ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (SubMenuStyle style)
  • Method: public void Insert (int index, SubMenuStyle style)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnClear ()
  • Method (i): protected virtual void OnClearComplete ()
  • Method: protected override void OnInsert (int index, object value)
  • Method (i): protected virtual void OnInsertComplete (int index, object value)
  • Method (i): protected virtual void OnRemove (int index, object value)
  • Method (i): protected virtual void OnRemoveComplete (int index, object value)
  • Method (i): protected virtual void OnValidate (object value)
  • Method: public void Remove (SubMenuStyle style)
  • Method: public void RemoveAt (int index)
  • Method (i): public void SetDirty ()
  • Method: protected override void SetDirtyObject (object o)
  • Method (i): public virtual string ToString ()
  • Property: int Count { public get; }
  • Property: SubMenuStyle this [int i] { public get; public set; }
System.Web.UI.WebControls Substitution ()
n/a public class System.Web.UI.WebControls.Substitution
--> NONE <--
  • Constructor: public Substitution ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method: protected override ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string MethodName { public get; public set; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
System.Web.UI.WebControls.Adapters SubstitutionAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.SubstitutionAdapter
--> NONE <--
  • Constructor: public SubstitutionAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new Substitution Control { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.WebParts SharedPersonalizationStateInfo ()
n/a public sealed class System.Web.UI.WebControls.WebParts.SharedPersonalizationStateInfo
--> NONE <--
  • Constructor: public SharedPersonalizationStateInfo (string path, DateTime lastUpdatedDate, int size, int sizeOfPersonalizations, int countOfPersonalizations)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: int CountOfPersonalizations { public get; }
  • Property: DateTime LastUpdatedDate { public get; }
  • Property: string Path { public get; }
  • Property: int Size { public get; }
  • Property: int SizeOfPersonalizations { public get; }
System.Web.UI.WebControls.WebParts SqlPersonalizationProvider ()
n/a public sealed class System.Web.UI.WebControls.WebParts.SqlPersonalizationProvider
--> NONE <--
  • Constructor: public SqlPersonalizationProvider ()
  • Method (i): protected virtual IList CreateSupportedUserCapabilities ()
  • Method (i): public virtual PersonalizationScope DetermineInitialScope (WebPartManager webPartManager, PersonalizationState loadedState)
  • Method (i): public virtual IDictionary DetermineUserCapabilities (WebPartManager webPartManager)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override PersonalizationStateInfoCollection FindState (PersonalizationScope scope, PersonalizationStateQuery query, int pageIndex, int pageSize, out int totalRecords)
  • Method: public override int GetCountOfState (PersonalizationScope scope, PersonalizationStateQuery query)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override void Initialize (string name, NameValueCollection configSettings)
  • Method: protected override void LoadPersonalizationBlobs (WebPartManager webPartManager, string path, string userName, byte[] sharedDataBlob, byte[] userDataBlob)
  • Method (i): public virtual PersonalizationState LoadPersonalizationState (WebPartManager webPartManager, bool ignoreCurrentUser)
  • Method (i): protected object MemberwiseClone ()
  • Method: protected override void ResetPersonalizationBlob (WebPartManager webPartManager, string path, string userName)
  • Method: public override int ResetState (string path, DateTime userInactiveSinceDate)
  • Method: public override int ResetState (PersonalizationScope scope, string[] paths, string[] usernames)
  • Method: protected override void SavePersonalizationBlob (WebPartManager webPartManager, string path, string userName, byte[] dataBlob)
  • Method (i): public virtual void SavePersonalizationState (PersonalizationState state)
  • Method (i): public virtual string ToString ()
  • Property: string ApplicationName { public get; public set; }
  • Property: virtual string Name { public get; }
public sealed class System.Web.TraceContext ()
--> NONE <--
  • Event: public event TraceContextEventHandler TraceFinished
System.Web TraceContextEventArgs ()
n/a public sealed class System.Web.TraceContextEventArgs
--> NONE <--
  • Constructor: public TraceContextEventArgs (ICollection records)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: ICollection TraceRecords { public get; }
System.Web TraceContextEventHandler ()
n/a public sealed delegate System.Web.TraceContextEventHandler
--> NONE <--
  • Constructor: public TraceContextEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, TraceContextEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, TraceContextEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web TraceContextRecord ()
n/a public sealed class System.Web.TraceContextRecord
--> NONE <--
  • Constructor: public TraceContextRecord (string category, string msg, bool isWarning, Exception errorInfo)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string Category { public get; }
  • Property: Exception ErrorInfo { public get; }
  • Property: bool IsWarning { public get; }
  • Property: string Message { public get; }
System.Web.Caching TableNotEnabledForNotificationException ()
n/a public class System.Web.Caching.TableNotEnabledForNotificationException
--> NONE <--
  • Constructor: public TableNotEnabledForNotificationException ()
  • Constructor: protected TableNotEnabledForNotificationException (SerializationInfo info, StreamingContext context)
  • Constructor: public TableNotEnabledForNotificationException (string message)
  • Constructor: public TableNotEnabledForNotificationException (string message, Exception innerException)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Exception GetBaseException ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public virtual Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: virtual IDictionary Data { public get; }
  • Property: virtual string HelpLink { public get; public set; }
  • Property: protected int HResult { }
  • Property: virtual Exception InnerException { public get; }
  • Property: virtual string Message { public get; }
  • Property: virtual string Source { public get; public set; }
  • Property: virtual string StackTrace { public get; }
  • Property: virtual MethodBase TargetSite { public get; }
System.Web.Configuration TagMapCollection ()
n/a public sealed class System.Web.Configuration.TagMapCollection
--> NONE <--
  • Constructor: public TagMapCollection ()
  • Method: public void Add (TagMapInfo tagMapInformation)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected virtual ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected virtual string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new TagMapInfo this [int index] { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration TagMapInfo ()
n/a public sealed class System.Web.Configuration.TagMapInfo
--> NONE <--
  • Constructor: public TagMapInfo ()
  • Constructor: public TagMapInfo (string tagTypeName, string mappedTagTypeName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method: public override bool Equals (object o)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method: protected virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method: protected override void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string MappedTagTypeName { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: string TagTypeName { public get; public set; }
System.Web.Configuration TagPrefixCollection ()
n/a public sealed class System.Web.Configuration.TagPrefixCollection
--> NONE <--
  • Constructor: public TagPrefixCollection ()
  • Method: public void Add (TagPrefixInfo tagPrefixInformation)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: protected override bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected override ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected override string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new TagPrefixInfo this [int index] { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: protected override bool ThrowOnDuplicate { }
System.Web.Configuration TagPrefixInfo ()
n/a public sealed class System.Web.Configuration.TagPrefixInfo
--> NONE <--
  • Constructor: public TagPrefixInfo ()
  • Constructor: public TagPrefixInfo (string tagPrefix, string nameSpace, string assembly, string tagName, string source)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method: public override bool Equals (object prefix)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method: protected virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method: protected override void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: string Assembly { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string Namespace { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: string Source { public get; public set; }
  • Property: string TagName { public get; public set; }
  • Property: string TagPrefix { public get; public set; }
TraceDisplayMode ()
n/a public sealed enum System.Web.Configuration.TraceDisplayMode
                    SortByTime = 1,
                    SortByCategory = 2,
--> NONE <-- --> NONE <--
System.Web.Configuration TraceSection ()
n/a public sealed class System.Web.Configuration.TraceSection
--> NONE <--
  • Constructor: public TraceSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: bool Enabled { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: bool LocalOnly { public get; public set; }
  • Property: TraceDisplayMode Mode { public get; public set; }
  • Property: bool MostRecent { public get; public set; }
  • Property: string Name { public get; }
  • Property: bool PageOutput { public get; public set; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: int RequestLimit { public get; public set; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: string TypeName { public get; public set; }
  • Property: bool WriteToDiagnosticsTrace { public get; public set; }
System.Web.Configuration TransformerInfo ()
n/a public sealed class System.Web.Configuration.TransformerInfo
--> NONE <--
  • Constructor: public TransformerInfo ()
  • Constructor: public TransformerInfo (string name, string typeName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method: public override bool Equals (object o)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method: protected virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method: protected override void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string Name { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration TransformerInfoCollection ()
n/a public sealed class System.Web.Configuration.TransformerInfoCollection
--> NONE <--
  • Constructor: public TransformerInfoCollection ()
  • Method: public void Add (TransformerInfo transformerInfo)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (string s)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected virtual ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected virtual string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new TransformerInfo this [int index] { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration TrustLevel ()
n/a public sealed class System.Web.Configuration.TrustLevel
--> NONE <--
  • Constructor: public TrustLevel ()
  • Constructor: public TrustLevel (string name, string policyFile)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string Name { public get; public set; }
  • Property: string PolicyFile { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
System.Web.Configuration TrustLevelCollection ()
n/a public sealed class System.Web.Configuration.TrustLevelCollection
--> NONE <--
  • Constructor: public TrustLevelCollection ()
  • Method: public void Add (TrustLevel trustLevel)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: public TrustLevel Get (int index)
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method: protected override bool IsElementName (string elementname)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (TrustLevel trustLevel)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method: public void Set (int index, TrustLevel trustLevel)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected override ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected override string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new TrustLevel this [int index] { public get; public set; }
  • Property: new TrustLevel this [string key] { public get; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration TrustSection ()
n/a public sealed class System.Web.Configuration.TrustSection
--> NONE <--
  • Constructor: public TrustSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Level { public get; public set; }
  • Property: string Name { public get; }
  • Property: string OriginUrl { public get; public set; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: string TypeName { public get; public set; }
public class System.Web.Handlers.TraceHandler ()
  • Method: protected void ShowRequests (ArrayList datasets)
  • Method: protected void ProcessRequest (HttpContext context)
  • Method: protected void ShowRequests (IList datasets)
  • Method: protected void ShowVersionDetails ()
  • Property: protected bool IsReusable { }
System.Web.Management TemplatedMailWebEventProvider ()
n/a public sealed class System.Web.Management.TemplatedMailWebEventProvider
--> NONE <--
  • Constructor: public TemplatedMailWebEventProvider ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual void Flush ()
  • Method (i): protected string GenerateSubject (int notificationSequence, int messageSequence, WebBaseEventCollection events, int count)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): protected MailMessage GetMessage ()
  • Method (i): public Type GetType ()
  • Method: public override void Initialize (string name, NameValueCollection config)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual void ProcessEvent (WebBaseEvent eventRaised)
  • Method: protected override void SendMessage (WebBaseEvent eventRaised)
  • Method (i): public virtual void Shutdown ()
  • Method (i): public virtual string ToString ()
  • Property: static MailEventNotificationInfo CurrentNotification { public get; }
  • Property: protected int MaxMessagesPerNotification { }
  • Property: virtual string Name { public get; }
  • Property: protected string SubjectPrefix { }
  • Property: protected bool UseBuffer { }
System.Web.Management TraceWebEventProvider ()
n/a public class System.Web.Management.TraceWebEventProvider
--> NONE <--
  • Constructor: public TraceWebEventProvider ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override void Flush ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override void Initialize (string name, NameValueCollection config)
  • Method (i): protected object MemberwiseClone ()
  • Method: public override void ProcessEvent (WebBaseEvent eventRaised)
  • Method: public override void Shutdown ()
  • Method (i): public virtual string ToString ()
  • Property: virtual string Name { public get; }
public class System.Web.UI.TemplateBuilder ()
  • Property: protected TemplateParser Parser { }
  • Method (i): public void AddCollectionItem (ControlBuilder builder)
  • Method (i): public void AddComplexProperty (string filter, string name, ControlBuilder builder)
  • Method (i): public void AddTemplateProperty (string filter, string name, TemplateBuilder builder)
  • Method: public override object BuildObject ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Property: virtual Type BindingContainerType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
public sealed attribute System.Web.UI.TemplateContainerAttribute ()
--> NONE <--
  • Constructor: public TemplateContainerAttribute (Type containerType, BindingDirection bindingDirection)
  • Property: BindingDirection BindingDirection { public get; }
TemplateContentType ()
n/a public sealed enum System.Web.UI.TemplateContentType
                    Complete = 0,
                    Fragment = 1,
--> NONE <-- --> NONE <--
System.Web.UI TemplateContentTypeAttribute ()
n/a public sealed attribute System.Web.UI.TemplateContentTypeAttribute
--> NONE <--
  • Constructor: public TemplateContentTypeAttribute (TemplateContentType contentType)
  • Field: public static readonly TemplateContentTypeAttribute Complete
  • Field: public static readonly TemplateContentTypeAttribute Default
  • Field: public static readonly TemplateContentTypeAttribute Fragment
  • Method: public override bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override bool IsDefaultAttribute ()
  • Method (i): public virtual bool Match (object obj)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: TemplateContentType ContentType { public get; }
  • Property: virtual object TypeId { public get; }
System.Web.UI TemplateControl ()
public abstract class System.Web.UI.TemplateControl
(Please hover your mouse over the type to see the inheritance signatures)
public abstract class System.Web.UI.TemplateControl
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method: ProtectedInternal object Eval (string expression)
  • Method: ProtectedInternal string Eval (string expression, string format)
  • Method (i): public virtual void Focus ()
  • Method: protected object GetAppResourceObject (string className, string resourceKey)
  • Method: protected object GetAppResourceObject (string className, string resourceKey, Type objType, string propName)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method: protected object GetPageResourceObject (string resourceKey)
  • Method: protected object GetPageResourceObject (string resourceKey, Type objType, string propName)
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method: public Control LoadControl (Type t, object[] parameters)
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method: public virtual bool TestDeviceFilter (string filterName)
  • Method: ProtectedInternal object XPath (string xPathExpression)
  • Method: ProtectedInternal string XPath (string xPathExpression, string format)
  • Method: ProtectedInternal IEnumerable XPathSelect (string xPathExpression)
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: string AppRelativeVirtualPath { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
System.Web.UI TemplateControlParser ()
public abstract class System.Web.UI.TemplateControlParser
(Please hover your mouse over the type to see the inheritance signatures)
public abstract class System.Web.UI.TemplateControlParser
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected abstract Type CompileIntoType ()
  • Method (i): protected Type GetReferencedType (string virtualPath)
  • Method (i): ProtectedInternal Type GetUserControlType (string virtualPath)
  • Method (i): protected void ParseFile (string physicalPath, string virtualPath)
  • Method (i): protected void ProcessError (string message)
  • Method (i): protected void ProcessException (Exception ex)
TemplateInstance ()
n/a public sealed enum System.Web.UI.TemplateInstance
                    Multiple = 0,
                    Single = 1,
--> NONE <-- --> NONE <--
System.Web.UI TemplateInstanceAttribute ()
n/a public sealed attribute System.Web.UI.TemplateInstanceAttribute
--> NONE <--
  • Constructor: public TemplateInstanceAttribute (TemplateInstance instances)
  • Field: public static readonly TemplateInstanceAttribute Default
  • Field: public static readonly TemplateInstanceAttribute Multiple
  • Field: public static readonly TemplateInstanceAttribute Single
  • Method: public override bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override bool IsDefaultAttribute ()
  • Method (i): public virtual bool Match (object obj)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: TemplateInstance Instances { public get; }
  • Property: virtual object TypeId { public get; }
System.Web.UI TemplateParser ()
public abstract class System.Web.UI.TemplateParser
(Please hover your mouse over the type to see the inheritance signatures)
public abstract class System.Web.UI.TemplateParser
(Please hover your mouse over the type to see the inheritance signatures)
  • Method: protected abstract Type CompileIntoType ()
  • Method: protected void ParseFile (string physicalPath, string virtualPath)
  • Method: protected void ProcessError (string message)
  • Method: protected void ProcessException (Exception ex)
System.Web.UI TemplatePropertyEntry ()
n/a public class System.Web.UI.TemplatePropertyEntry
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool BindableTemplate { public get; }
  • Property: ControlBuilder Builder { public get; public set; }
  • Property: Type DeclaringType { public get; }
  • Property: string Filter { public get; public set; }
  • Property: string Name { public get; public set; }
  • Property: PropertyInfo PropertyInfo { public get; public set; }
  • Property: Type Type { public get; public set; }
System.Web.UI ThemeableAttribute ()
n/a public sealed attribute System.Web.UI.ThemeableAttribute
--> NONE <--
  • Constructor: public ThemeableAttribute (bool themeable)
  • Field: public static readonly ThemeableAttribute Default
  • Field: public static readonly ThemeableAttribute No
  • Field: public static readonly ThemeableAttribute Yes
  • Method: public virtual void Dispose ()
  • Method: public override bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override bool IsDefaultAttribute ()
  • Method: public static bool IsObjectThemeable (object instance)
  • Method: public static bool IsTypeThemeable (Type type)
  • Method (i): public virtual bool Match (object obj)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Themeable { public get; }
  • Property: virtual object TypeId { public get; }
System.Web.UI ThemeProvider ()
n/a public class System.Web.UI.ThemeProvider
--> NONE <--
  • Constructor: public ThemeProvider (IDesignerHost host, string name, string themeDefinition, string[] cssFiles, string themePath)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public SkinBuilder GetSkinBuilder (Control control)
  • Method: public IDictionary GetSkinControlBuildersForControlType (Type type)
  • Method: public ICollection GetSkinsForControl (Type type)
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: int ContentHashCode { public get; }
  • Property: ICollection CssFiles { public get; }
  • Property: string ThemeName { public get; }
System.Web.UI TwoWayBoundPropertyEntry ()
n/a public sealed class System.Web.UI.TwoWayBoundPropertyEntry
--> NONE <--
  • Constructor: public TwoWayBoundPropertyEntry ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string ControlID { public get; public set; }
  • Property: Type ControlType { public get; public set; }
  • Property: Type DeclaringType { public get; }
  • Property: string Expression { public get; public set; }
  • Property: string ExpressionPrefix { public get; public set; }
  • Property: string FieldName { public get; public set; }
  • Property: string Filter { public get; public set; }
  • Property: string FormatString { public get; public set; }
  • Property: bool Generated { public get; public set; }
  • Property: string Name { public get; public set; }
  • Property: object ParsedExpressionData { public get; public set; }
  • Property: PropertyInfo PropertyInfo { public get; public set; }
  • Property: Type Type { public get; public set; }
  • Property: bool UseSetAttribute { public get; public set; }
System.Web.UI.WebControls Table ()
public class System.Web.UI.WebControls.Table
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.Table
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method: protected override void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method: ProtectedInternal override void LoadControlState (object savedState)
  • Method: protected override void LoadViewState (object savedState)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: public virtual void RaisePostBackEvent (string argument)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method: public override void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method: ProtectedInternal override void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method: ProtectedInternal override object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual string Caption { public get; public set; }
  • Property: virtual TableCaptionAlign CaptionAlign { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: virtual int CurrentRow { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: int DetailHeaderRowIndex { public get; public set; }
  • Property: virtual TableSectionStyle DetailLinkStyle { public get; }
  • Property: virtual string DetailNextRowText { public get; public set; }
  • Property: virtual string DetailPreviousRowText { public get; public set; }
  • Property: virtual string DetailSummaryText { public get; public set; }
  • Property: TableSectionStyle DetailTitleStyle { public get; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TableSectionStyle SummaryTitleStyle { public get; }
  • Property: virtual int SummaryViewColumnIndex { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual TableViewMode ViewMode { public get; public set; }
TableCaptionAlign ()
n/a public sealed enum System.Web.UI.WebControls.TableCaptionAlign
                    NotSet = 0,
                    Top = 1,
                    Bottom = 2,
                    Left = 3,
                    Right = 4,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls TableCell ()
public class System.Web.UI.WebControls.TableCell
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.TableCell
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method: protected override void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Constructor: public TableCell (string text)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method: ProtectedInternal override void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual String[] AssociatedHeaderCellID { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
public class System.Web.UI.WebControls.TableCellControlBuilder ()
  • Property: protected TemplateParser Parser { }
  • Method (i): public void AddCollectionItem (ControlBuilder builder)
  • Method (i): public void AddComplexProperty (string filter, string name, ControlBuilder builder)
  • Method (i): public void AddTemplateProperty (string filter, string name, TemplateBuilder builder)
  • Method (i): public virtual object BuildObject ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Property: virtual Type BindingContainerType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
System.Web.UI.WebControls TableFooterRow ()
n/a public class System.Web.UI.WebControls.TableFooterRow
--> NONE <--
  • Constructor: public TableFooterRow ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: virtual TableCellCollection Cells { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: virtual TableRowSection TableSection { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: virtual VerticalAlign VerticalAlign { public get; public set; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls TableHeaderCell ()
public class System.Web.UI.WebControls.TableHeaderCell
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.TableHeaderCell
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method: protected override void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: virtual string AbbreviatedText { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual String[] AssociatedHeaderCellID { public get; public set; }
  • Property: virtual String[] CategoryText { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual TableHeaderScope Scope { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
System.Web.UI.WebControls TableHeaderRow ()
n/a public class System.Web.UI.WebControls.TableHeaderRow
--> NONE <--
  • Constructor: public TableHeaderRow ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: virtual TableCellCollection Cells { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: virtual TableRowSection TableSection { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: virtual VerticalAlign VerticalAlign { public get; public set; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
TableHeaderScope ()
n/a public sealed enum System.Web.UI.WebControls.TableHeaderScope
                    NotSet = 0,
                    Row = 1,
                    Column = 2,
--> NONE <-- --> NONE <--
public class System.Web.UI.WebControls.TableItemStyle ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void FillStyleAttributes (CssStyleCollection attributes, IUrlResolutionService urlResolver)
  • Method (i): public CssStyleCollection GetStyleAttributes (IUrlResolutionService urlResolver)
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method (i): public void SetDirty ()
  • Property: protected virtual bool CanRaiseEvents { }
  • Property: string RegisteredCssClass { public get; }
System.Web.UI.WebControls TableRow ()
public class System.Web.UI.WebControls.TableRow
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.TableRow
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: virtual TableRowSection TableSection { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
TableRowSection ()
n/a public sealed enum System.Web.UI.WebControls.TableRowSection
                    TableBody = 0,
                    TableHeader = 1,
                    TableFooter = 2,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls TableSectionStyle ()
n/a public class System.Web.UI.WebControls.TableSectionStyle
--> NONE <--
  • Constructor: public TableSectionStyle ()
  • Event: public event EventHandler Disposed
  • Method (i): public void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): public virtual void AddAttributesToRender (HtmlTextWriter writer, WebControl owner)
  • Method (i): public virtual void CopyFrom (Style s)
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void Dispose (bool disposing)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void FillStyleAttributes (CssStyleCollection attributes, IUrlResolutionService urlResolver)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): protected virtual object GetService (Type service)
  • Method (i): public CssStyleCollection GetStyleAttributes (IUrlResolutionService urlResolver)
  • Method (i): public Type GetType ()
  • Method (i): public virtual object InitializeLifetimeService ()
  • Method (i): ProtectedInternal void LoadViewState (object state)
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method (i): public virtual void MergeWith (Style s)
  • Method (i): public virtual void Reset ()
  • Method (i): ProtectedInternal virtual object SaveViewState ()
  • Method (i): ProtectedInternal virtual void SetBit (int bit)
  • Method (i): public void SetDirty ()
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void TrackViewState ()
  • Property: Color BackColor { public get; public set; }
  • Property: Color BorderColor { public get; public set; }
  • Property: BorderStyle BorderStyle { public get; public set; }
  • Property: Unit BorderWidth { public get; public set; }
  • Property: protected virtual bool CanRaiseEvents { }
  • Property: IContainer Container { public get; }
  • Property: string CssClass { public get; public set; }
  • Property: protected bool DesignMode { }
  • Property: protected EventHandlerList Events { }
  • Property: FontInfo Font { public get; }
  • Property: Color ForeColor { public get; public set; }
  • Property: Unit Height { public get; public set; }
  • Property: ProtectedInternal virtual bool IsEmpty { }
  • Property: protected bool IsTrackingViewState { }
  • Property: string RegisteredCssClass { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: ProtectedInternal StateBag ViewState { }
  • Property: bool Visible { public get; public set; }
  • Property: Unit Width { public get; public set; }
public class System.Web.UI.WebControls.TableStyle ()
  • Method (i): protected object MemberwiseClone ()
  • Method: protected override void FillStyleAttributes (CssStyleCollection attributes, IUrlResolutionService urlResolver)
  • Method (i): public CssStyleCollection GetStyleAttributes (IUrlResolutionService urlResolver)
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method (i): public void SetDirty ()
  • Property: protected virtual bool CanRaiseEvents { }
  • Property: string RegisteredCssClass { public get; }
TableViewMode ()
n/a public sealed enum System.Web.UI.WebControls.TableViewMode
                    Summary = 0,
                    Details = 1,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls TemplatedWizardStep ()
n/a public class System.Web.UI.WebControls.TemplatedWizardStep
--> NONE <--
  • Constructor: public TemplatedWizardStep ()
  • Event: public event EventHandler Activate
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Deactivate
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnActivate (EventArgs e)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnDeactivate (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AllowReturn { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: virtual ITemplate ContentTemplate { public get; public set; }
  • Property: Control ContentTemplateContainer { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: virtual ITemplate CustomNavigationTemplate { public get; public set; }
  • Property: Control CustomNavigationTemplateContainer { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string Name { public get; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: virtual WizardStepType StepType { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string Title { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: Wizard Wizard { public get; }
System.Web.UI.WebControls TemplateField ()
n/a public class System.Web.UI.WebControls.TemplateField
--> NONE <--
  • Constructor: public TemplateField ()
  • Method (i): public virtual bool Equals (object obj)
  • Method: public override void ExtractValuesFromCell (IOrderedDictionary dictionary, DataControlFieldCell cell, DataControlRowState rowState, bool includeReadOnly)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool Initialize (bool sortingEnabled, Control control)
  • Method: public override void InitializeCell (DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnFieldChanged ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Method: public override void ValidateSupportsCallback ()
  • Property: virtual string AccessibleHeaderText { public get; public set; }
  • Property: virtual ITemplate AlternatingItemTemplate { public get; public set; }
  • Property: protected Control Control { }
  • Property: virtual Style ControlStyle { public get; }
  • Property: protected bool DesignMode { }
  • Property: virtual ITemplate EditItemTemplate { public get; public set; }
  • Property: virtual TableItemStyle FooterStyle { public get; }
  • Property: virtual ITemplate FooterTemplate { public get; public set; }
  • Property: virtual string FooterText { public get; public set; }
  • Property: virtual string HeaderImageUrl { public get; public set; }
  • Property: virtual TableItemStyle HeaderStyle { public get; }
  • Property: virtual ITemplate HeaderTemplate { public get; public set; }
  • Property: virtual string HeaderText { public get; public set; }
  • Property: virtual ITemplate InsertItemTemplate { public get; public set; }
  • Property: protected bool IsTrackingViewState { }
  • Property: virtual TableItemStyle ItemStyle { public get; }
  • Property: virtual ITemplate ItemTemplate { public get; public set; }
  • Property: virtual bool ShowHeader { public get; public set; }
  • Property: virtual string SortExpression { public get; public set; }
  • Property: protected StateBag ViewState { }
  • Property: bool Visible { public get; public set; }
System.Web.UI.WebControls TextBox ()
public class System.Web.UI.WebControls.TextBox
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.TextBox
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method: protected override void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method: protected override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): protected virtual object SaveViewState ()
  • Property: virtual ControlCollection Controls { public get; }
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected virtual bool LoadPostData (string postDataKey, NameValueCollection postCollection)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: protected virtual void RaisePostDataChangedEvent ()
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual AutoCompleteType AutoCompleteType { public get; public set; }
  • Property: virtual bool CausesValidation { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: override ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: string ValidationGroup { public get; public set; }
public class System.Web.UI.WebControls.TextBoxControlBuilder ()
  • Property: protected TemplateParser Parser { }
  • Method (i): public void AddCollectionItem (ControlBuilder builder)
  • Method (i): public void AddComplexProperty (string filter, string name, ControlBuilder builder)
  • Method (i): public void AddTemplateProperty (string filter, string name, TemplateBuilder builder)
  • Method (i): public virtual object BuildObject ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Property: virtual Type BindingContainerType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
System.Web.UI.WebControls TreeNode ()
n/a public sealed class System.Web.UI.WebControls.TreeNode
--> NONE <--
  • Constructor: public TreeNode ()
  • Constructor: public TreeNode (string text)
  • Constructor: public TreeNode (string text, string value)
  • Constructor: public TreeNode (string text, string value, string imageUrl)
  • Constructor: public TreeNode (string text, string value, string imageUrl, string navigateUrl, string target)
  • Method: public void Collapse ()
  • Method: public void CollapseAll ()
  • Method (i): public virtual bool Equals (object obj)
  • Method: public void Expand ()
  • Method: public void ExpandAll ()
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public void Populate ()
  • Method: public void Select ()
  • Method: public void ToggleExpandState ()
  • Method (i): public virtual string ToString ()
  • Property: bool Checked { public get; public set; }
  • Property: TreeNodeCollection ChildNodes { public get; }
  • Property: bool DataBound { public get; }
  • Property: object DataItem { public get; }
  • Property: string DataPath { public get; }
  • Property: int Depth { public get; }
  • Property: bool Expanded { public get; public set; }
  • Property: string ImageToolTip { public get; public set; }
  • Property: string ImageUrl { public get; public set; }
  • Property: string NavigateUrl { public get; public set; }
  • Property: TreeNode Parent { public get; }
  • Property: bool PopulateOnDemand { public get; public set; }
  • Property: TreeNodeSelectAction SelectAction { public get; public set; }
  • Property: bool Selected { public get; public set; }
  • Property: bool ShowCheckBox { public get; public set; }
  • Property: string Target { public get; public set; }
  • Property: string Text { public get; public set; }
  • Property: string ToolTip { public get; public set; }
  • Property: string Value { public get; public set; }
  • Property: string ValuePath { public get; }
System.Web.UI.WebControls TreeNodeBinding ()
n/a public sealed class System.Web.UI.WebControls.TreeNodeBinding
--> NONE <--
  • Constructor: public TreeNodeBinding ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string DataMember { public get; public set; }
  • Property: int Depth { public get; public set; }
  • Property: string FormatString { public get; public set; }
  • Property: string ImageToolTip { public get; public set; }
  • Property: string ImageToolTipField { public get; public set; }
  • Property: string ImageUrl { public get; public set; }
  • Property: string ImageUrlField { public get; public set; }
  • Property: string NavigateUrl { public get; public set; }
  • Property: string NavigateUrlField { public get; public set; }
  • Property: bool PopulateOnDemand { public get; public set; }
  • Property: TreeNodeSelectAction SelectAction { public get; public set; }
  • Property: bool ShowCheckBox { public get; public set; }
  • Property: string Target { public get; public set; }
  • Property: string Text { public get; public set; }
  • Property: string TextField { public get; public set; }
  • Property: string ToolTip { public get; public set; }
  • Property: string ToolTipField { public get; public set; }
  • Property: string Value { public get; public set; }
  • Property: string ValueField { public get; public set; }
System.Web.UI.WebControls TreeNodeBindingCollection ()
n/a public sealed class System.Web.UI.WebControls.TreeNodeBindingCollection
--> NONE <--
  • Method: public int Add (TreeNodeBinding binding)
  • Method (i): public void Clear ()
  • Method: public bool Contains (TreeNodeBinding binding)
  • Method (i): public virtual void CopyTo (Array array, int index)
  • Method: public void CopyTo (TreeNodeBinding[] bindingArray, int index)
  • Method: protected override object CreateKnownType (int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method: protected override Type[] GetKnownTypes ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (TreeNodeBinding binding)
  • Method: public void Insert (int index, TreeNodeBinding binding)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnClear ()
  • Method (i): protected virtual void OnClearComplete ()
  • Method (i): protected virtual void OnInsert (int index, object value)
  • Method (i): protected virtual void OnInsertComplete (int index, object value)
  • Method (i): protected virtual void OnRemove (int index, object value)
  • Method (i): protected virtual void OnRemoveComplete (int index, object value)
  • Method (i): protected virtual void OnValidate (object value)
  • Method: public void Remove (TreeNodeBinding binding)
  • Method: public void RemoveAt (int index)
  • Method (i): public void SetDirty ()
  • Method: protected override void SetDirtyObject (object o)
  • Method (i): public virtual string ToString ()
  • Property: int Count { public get; }
  • Property: TreeNodeBinding this [int i] { public get; public set; }
System.Web.UI.WebControls TreeNodeCollection ()
n/a public sealed class System.Web.UI.WebControls.TreeNodeCollection
--> NONE <--
  • Constructor: public TreeNodeCollection ()
  • Constructor: public TreeNodeCollection (TreeNode owner)
  • Method: public void Add (TreeNode child)
  • Method: public void AddAt (int index, TreeNode child)
  • Method: public void Clear ()
  • Method: public bool Contains (TreeNode c)
  • Method: public void CopyTo (TreeNode[] nodeArray, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (TreeNode value)
  • Method (i): protected object MemberwiseClone ()
  • Method: public void Remove (TreeNode value)
  • Method: public void RemoveAt (int index)
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: virtual bool IsSynchronized { public get; }
  • Property: TreeNode this [int index] { public get; }
  • Property: virtual object SyncRoot { public get; }
System.Web.UI.WebControls TreeNodeEventArgs ()
n/a public sealed class System.Web.UI.WebControls.TreeNodeEventArgs
--> NONE <--
  • Constructor: public TreeNodeEventArgs (TreeNode node)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: TreeNode Node { public get; }
System.Web.UI.WebControls TreeNodeEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.TreeNodeEventHandler
--> NONE <--
  • Constructor: public TreeNodeEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, TreeNodeEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, TreeNodeEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
TreeNodeSelectAction ()
n/a public sealed enum System.Web.UI.WebControls.TreeNodeSelectAction
                    Select = 0,
                    Expand = 1,
                    SelectExpand = 2,
                    None = 3,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls TreeNodeStyle ()
n/a public sealed class System.Web.UI.WebControls.TreeNodeStyle
--> NONE <--
  • Constructor: public TreeNodeStyle ()
  • Event: public event EventHandler Disposed
  • Method (i): public void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): public virtual void AddAttributesToRender (HtmlTextWriter writer, WebControl owner)
  • Method: public override void CopyFrom (Style s)
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void Dispose (bool disposing)
  • Method (i): public virtual bool Equals (object obj)
  • Method: protected override void FillStyleAttributes (CssStyleCollection attributes, IUrlResolutionService urlResolver)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): protected virtual object GetService (Type service)
  • Method (i): public CssStyleCollection GetStyleAttributes (IUrlResolutionService urlResolver)
  • Method (i): public Type GetType ()
  • Method (i): public virtual object InitializeLifetimeService ()
  • Method (i): ProtectedInternal void LoadViewState (object state)
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method: public override void MergeWith (Style s)
  • Method: public override void Reset ()
  • Method (i): ProtectedInternal virtual object SaveViewState ()
  • Method (i): ProtectedInternal virtual void SetBit (int bit)
  • Method (i): public void SetDirty ()
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void TrackViewState ()
  • Property: Color BackColor { public get; public set; }
  • Property: Color BorderColor { public get; public set; }
  • Property: BorderStyle BorderStyle { public get; public set; }
  • Property: Unit BorderWidth { public get; public set; }
  • Property: protected virtual bool CanRaiseEvents { }
  • Property: int ChildNodesPadding { public get; public set; }
  • Property: IContainer Container { public get; }
  • Property: string CssClass { public get; public set; }
  • Property: protected bool DesignMode { }
  • Property: protected EventHandlerList Events { }
  • Property: FontInfo Font { public get; }
  • Property: Color ForeColor { public get; public set; }
  • Property: Unit Height { public get; public set; }
  • Property: int HorizontalPadding { public get; public set; }
  • Property: string ImageUrl { public get; public set; }
  • Property: ProtectedInternal override bool IsEmpty { }
  • Property: protected bool IsTrackingViewState { }
  • Property: int NodeSpacing { public get; public set; }
  • Property: string RegisteredCssClass { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: int VerticalPadding { public get; public set; }
  • Property: ProtectedInternal StateBag ViewState { }
  • Property: Unit Width { public get; public set; }
System.Web.UI.WebControls TreeNodeStyleCollection ()
n/a public sealed class System.Web.UI.WebControls.TreeNodeStyleCollection
--> NONE <--
  • Method: public int Add (TreeNodeStyle style)
  • Method (i): public void Clear ()
  • Method: public bool Contains (TreeNodeStyle style)
  • Method (i): public virtual void CopyTo (Array array, int index)
  • Method: public void CopyTo (TreeNodeStyle[] styleArray, int index)
  • Method: protected override object CreateKnownType (int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method: protected override Type[] GetKnownTypes ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (TreeNodeStyle style)
  • Method: public void Insert (int index, TreeNodeStyle style)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnClear ()
  • Method (i): protected virtual void OnClearComplete ()
  • Method: protected override void OnInsert (int index, object value)
  • Method (i): protected virtual void OnInsertComplete (int index, object value)
  • Method (i): protected virtual void OnRemove (int index, object value)
  • Method (i): protected virtual void OnRemoveComplete (int index, object value)
  • Method (i): protected virtual void OnValidate (object value)
  • Method: public void Remove (TreeNodeStyle style)
  • Method: public void RemoveAt (int index)
  • Method (i): public void SetDirty ()
  • Method: protected override void SetDirtyObject (object o)
  • Method (i): public virtual string ToString ()
  • Property: int Count { public get; }
  • Property: TreeNodeStyle this [int i] { public get; public set; }
TreeNodeTypes ()
n/a public sealed enum System.Web.UI.WebControls.TreeNodeTypes
                    None = 0,
                    Root = 1,
                    Parent = 2,
                    Leaf = 4,
                    All = 7,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls TreeView ()
n/a public class System.Web.UI.WebControls.TreeView
--> NONE <--
  • Constructor: public TreeView ()
  • Event: public event TreeNodeEventHandler CheckChanged
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler DataBound
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler SelectedNodeChanged
  • Event: public event TreeNodeEventHandler TreeNodeCollapsed
  • Event: public event TreeNodeEventHandler TreeNodeDataBound
  • Event: public event TreeNodeEventHandler TreeNodeExpanded
  • Event: public event TreeNodeEventHandler TreeNodePopulate
  • Event: public event EventHandler Unload
  • Method: protected override void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method: public void CollapseAll ()
  • Method (i): protected void ConfirmInitState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method: protected override ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method: public override void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): protected void EnsureDataBound ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method: public void ExpandAll ()
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method: public TreeNode FindNode (string valuePath)
  • Method (i): public virtual void Focus ()
  • Method (i): protected HierarchicalDataSourceView GetData (string viewPath)
  • Method (i): protected IHierarchicalDataSource GetDataSource ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected override void LoadViewState (object state)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method: protected virtual void OnCheckChanged (TreeNodeEventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): protected virtual void OnDataBound (EventArgs e)
  • Method (i): protected virtual void OnDataPropertyChanged ()
  • Method (i): protected virtual void OnDataSourceChanged (object sender, EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPagePreLoad (object sender, EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method: protected virtual void OnSelectedNodeChanged (EventArgs e)
  • Method: protected virtual void OnTreeNodeCollapsed (TreeNodeEventArgs e)
  • Method: protected virtual void OnTreeNodeDataBound (TreeNodeEventArgs e)
  • Method: protected virtual void OnTreeNodeExpanded (TreeNodeEventArgs e)
  • Method: protected virtual void OnTreeNodePopulate (TreeNodeEventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: ProtectedInternal override void PerformDataBinding ()
  • Method (i): protected virtual void PerformSelect ()
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method: ProtectedInternal override void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method: protected void SetNodeDataBound (TreeNode node, bool dataBound)
  • Method: protected void SetNodeDataItem (TreeNode node, object dataItem)
  • Method: protected void SetNodeDataPath (TreeNode node, string dataPath)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Method (i): protected virtual void ValidateDataSource (object dataSource)
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual bool AutoGenerateDataBindings { public get; public set; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: TreeNodeCollection CheckedNodes { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual string CollapseImageToolTip { public get; public set; }
  • Property: virtual string CollapseImageUrl { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: virtual TreeNodeBindingCollection DataBindings { public get; }
  • Property: virtual string DataMember { public get; public set; }
  • Property: virtual object DataSource { public get; public set; }
  • Property: virtual string DataSourceID { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableClientScript { public get; public set; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual int ExpandDepth { public get; public set; }
  • Property: virtual string ExpandImageToolTip { public get; public set; }
  • Property: virtual string ExpandImageUrl { public get; public set; }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual Style HoverNodeStyle { public get; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: virtual TreeViewImageSet ImageSet { public get; public set; }
  • Property: protected bool Initialized { }
  • Property: protected bool IsBoundUsingDataSourceID { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual TreeNodeStyle LeafNodeStyle { public get; }
  • Property: virtual TreeNodeStyleCollection LevelStyles { public get; }
  • Property: virtual string LineImagesFolder { public get; public set; }
  • Property: virtual int MaxDataBindDepth { public get; public set; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual int NodeIndent { public get; public set; }
  • Property: virtual TreeNodeCollection Nodes { public get; }
  • Property: virtual TreeNodeStyle NodeStyle { public get; }
  • Property: virtual bool NodeWrap { public get; public set; }
  • Property: virtual string NoExpandImageUrl { public get; public set; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual TreeNodeStyle ParentNodeStyle { public get; }
  • Property: virtual char PathSeparator { public get; public set; }
  • Property: virtual bool PopulateNodesFromClient { public get; public set; }
  • Property: protected bool RequiresDataBinding { }
  • Property: virtual TreeNodeStyle RootNodeStyle { public get; }
  • Property: TreeNode SelectedNode { public get; }
  • Property: virtual TreeNodeStyle SelectedNodeStyle { public get; }
  • Property: string SelectedValue { public get; }
  • Property: virtual TreeNodeTypes ShowCheckBoxes { public get; public set; }
  • Property: virtual bool ShowExpandCollapse { public get; public set; }
  • Property: virtual bool ShowLines { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected override HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: virtual string Target { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
TreeViewImageSet ()
n/a public sealed enum System.Web.UI.WebControls.TreeViewImageSet
                    Custom = 0,
                    XPFileExplorer = 1,
                    Msdn = 2,
                    WindowsHelp = 3,
                    Simple = 4,
                    Simple2 = 5,
                    BulletedList = 6,
                    BulletedList2 = 7,
                    BulletedList3 = 8,
                    BulletedList4 = 9,
                    Arrows = 10,
                    News = 11,
                    Contacts = 12,
                    Inbox = 13,
                    Events = 14,
                    Faq = 15,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls.Adapters TableAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.TableAdapter
--> NONE <--
  • Constructor: public TableAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: ProtectedInternal virtual bool IsPagerRow (TableRow row)
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal virtual void RaisePostBackEvent (string eventArgument)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method: ProtectedInternal virtual bool RenderPagerRow (HtmlTextWriter writer, TableMap tableMap, int i)
  • Method: protected virtual void RenderPostBackEvent (HtmlTextWriter writer, string argument, string softkeyLabel, string text)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new Table Control { }
  • Property: protected virtual PageAdapter CurrentPageAdapter { }
  • Property: ProtectedInternal virtual int FirstTableFooterRow { }
  • Property: protected bool IsEnabled { }
  • Property: ProtectedInternal virtual int LastTableHeaderRow { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
  • Property: protected virtual Table Table { }
System.Web.UI.WebControls.Adapters TextBoxAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.TextBoxAdapter
--> NONE <--
  • Constructor: public TextBoxAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: ProtectedInternal virtual bool AlwaysSaveNonPasswordViewState { }
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new TextBox Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
  • Property: ProtectedInternal virtual bool SuppressTextareaZeroRowColValue { }
System.Web.UI.WebControls.Adapters TreeViewAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.TreeViewAdapter
--> NONE <--
  • Constructor: public TreeViewAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new TreeView Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.WebParts TitleStyle ()
n/a public sealed class System.Web.UI.WebControls.WebParts.TitleStyle
--> NONE <--
  • Constructor: public TitleStyle ()
  • Event: public event EventHandler Disposed
  • Method (i): public void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): public virtual void AddAttributesToRender (HtmlTextWriter writer, WebControl owner)
  • Method (i): public virtual void CopyFrom (Style s)
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void Dispose (bool disposing)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void FillStyleAttributes (CssStyleCollection attributes, IUrlResolutionService urlResolver)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): protected virtual object GetService (Type service)
  • Method (i): public CssStyleCollection GetStyleAttributes (IUrlResolutionService urlResolver)
  • Method (i): public Type GetType ()
  • Method (i): public virtual object InitializeLifetimeService ()
  • Method (i): ProtectedInternal void LoadViewState (object state)
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method (i): public virtual void MergeWith (Style s)
  • Method (i): public virtual void Reset ()
  • Method (i): ProtectedInternal virtual object SaveViewState ()
  • Method (i): ProtectedInternal virtual void SetBit (int bit)
  • Method (i): public void SetDirty ()
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void TrackViewState ()
  • Property: Color BackColor { public get; public set; }
  • Property: Color BorderColor { public get; public set; }
  • Property: BorderStyle BorderStyle { public get; public set; }
  • Property: Unit BorderWidth { public get; public set; }
  • Property: protected virtual bool CanRaiseEvents { }
  • Property: IContainer Container { public get; }
  • Property: string CssClass { public get; public set; }
  • Property: protected bool DesignMode { }
  • Property: protected EventHandlerList Events { }
  • Property: FontInfo Font { public get; }
  • Property: Color ForeColor { public get; public set; }
  • Property: Unit Height { public get; public set; }
  • Property: virtual HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: ProtectedInternal virtual bool IsEmpty { }
  • Property: protected bool IsTrackingViewState { }
  • Property: string RegisteredCssClass { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual VerticalAlign VerticalAlign { public get; public set; }
  • Property: ProtectedInternal StateBag ViewState { }
  • Property: Unit Width { public get; public set; }
  • Property: override bool Wrap { public get; public set; }
System.Web.UI.WebControls.WebParts ToolZone ()
n/a public abstract class System.Web.UI.WebControls.WebParts.ToolZone
--> NONE <--
  • Constructor: protected ToolZone (ICollection associatedDisplayModes)
  • Constructor: protected ToolZone (WebPartDisplayMode associatedDisplayMode)
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method: protected abstract void Close ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): ProtectedInternal virtual PartChromeType GetEffectiveChromeType (Part part)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected override void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method: protected virtual void OnDisplayModeChanged (object sender, WebPartDisplayModeEventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method: protected virtual void OnSelectedWebPartChanged (object sender, WebPartEventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method: protected virtual void RaisePostBackEvent (string eventArgument)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBody (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method: protected override void RenderFooter (HtmlTextWriter writer)
  • Method: protected override void RenderHeader (HtmlTextWriter writer)
  • Method: protected virtual void RenderVerb (HtmlTextWriter writer, WebPartVerb verb)
  • Method: protected virtual void RenderVerbs (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: WebPartDisplayModeCollection AssociatedDisplayModes { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: protected virtual bool Display { }
  • Property: virtual Style EditUIStyle { public get; }
  • Property: virtual string EmptyZoneText { public get; public set; }
  • Property: virtual Style EmptyZoneTextStyle { public get; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: virtual Style ErrorStyle { public get; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Style FooterStyle { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: protected virtual bool HasFooter { }
  • Property: protected virtual bool HasHeader { }
  • Property: virtual WebPartVerb HeaderCloseVerb { public get; }
  • Property: virtual TitleStyle HeaderStyle { public get; }
  • Property: virtual string HeaderText { public get; public set; }
  • Property: virtual Style HeaderVerbStyle { public get; }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: virtual string InstructionText { public get; public set; }
  • Property: virtual Style InstructionTextStyle { public get; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Style LabelStyle { public get; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: int Padding { public get; public set; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual Style PartChromeStyle { public get; }
  • Property: virtual PartChromeType PartChromeType { public get; public set; }
  • Property: virtual TableStyle PartStyle { public get; }
  • Property: virtual TitleStyle PartTitleStyle { public get; }
  • Property: ProtectedInternal bool RenderClientScript { }
  • Property: virtual Style SeparatorStyle { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: ButtonType VerbButtonType { public get; public set; }
  • Property: virtual Style VerbStyle { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: override bool Visible { public get; public set; }
  • Property: protected WebPartManager WebPartManager { }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls.WebParts ToolZoneCollection ()
n/a public sealed class System.Web.UI.WebControls.WebParts.ToolZoneCollection
--> NONE <--
  • Constructor: public ToolZoneCollection ()
  • Constructor: public ToolZoneCollection (ICollection toolZones)
  • Method: public bool Contains (ToolZone value)
  • Method: public void CopyTo (ToolZone[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (ToolZone value)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: protected ArrayList InnerList { }
  • Property: ToolZone this [int index] { public get; }
  • Property: ToolZone this [string id] { public get; }
System.Web.UI.WebControls.WebParts Transformer ()
n/a public abstract class System.Web.UI.WebControls.WebParts.Transformer
--> NONE <--
  • Constructor: protected Transformer ()
  • Method: public virtual Control CreateConfigurationControl ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: ProtectedInternal virtual void LoadConfigurationState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method: ProtectedInternal virtual object SaveConfigurationState ()
  • Method (i): public virtual string ToString ()
  • Method: public abstract object Transform (object providerData)
System.Web.UI.WebControls.WebParts TransformerAttribute ()
n/a public sealed attribute System.Web.UI.WebControls.WebParts.TransformerAttribute
--> NONE <--
  • Constructor: public TransformerAttribute (Type consumerType, Type providerType)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public static Type GetConsumerType (Type transformerType)
  • Method (i): public virtual int GetHashCode ()
  • Method: public static Type GetProviderType (Type transformerType)
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool IsDefaultAttribute ()
  • Method (i): public virtual bool Match (object obj)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: Type ConsumerType { public get; }
  • Property: Type ProviderType { public get; }
  • Property: virtual object TypeId { public get; }
System.Web.UI.WebControls.WebParts TransformerCollection ()
n/a public sealed class System.Web.UI.WebControls.WebParts.TransformerCollection
--> NONE <--
  • Constructor: public TransformerCollection ()
  • Method: public int Add (Transformer transformer)
  • Method (i): public virtual void Clear ()
  • Method: public bool Contains (Transformer transformer)
  • Method: public void CopyTo (Transformer[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (Transformer transformer)
  • Method: public void Insert (int index, Transformer transformer)
  • Method (i): protected object MemberwiseClone ()
  • Method: protected override void OnClear ()
  • Method (i): protected virtual void OnClearComplete ()
  • Method: protected override void OnInsert (int index, object value)
  • Method (i): protected virtual void OnInsertComplete (int index, object value)
  • Method: protected override void OnRemove (int index, object value)
  • Method (i): protected virtual void OnRemoveComplete (int index, object value)
  • Method: protected override void OnSet (int index, object oldValue, object newValue)
  • Method (i): protected virtual void OnSetComplete (int index, object oldValue, object newValue)
  • Method: protected override void OnValidate (object value)
  • Method: public void Remove (Transformer transformer)
  • Method (i): public virtual void RemoveAt (int index)
  • Method (i): public virtual string ToString ()
  • Property: int Capacity { public get; public set; }
  • Property: virtual int Count { public get; }
  • Property: protected ArrayList InnerList { }
  • Property: bool IsReadOnly { public get; }
  • Property: Transformer this [int index] { public get; public set; }
  • Property: protected IList List { }
System.Web.UI.WebControls.WebParts TypeCollection ()
n/a public sealed class System.Web.UI.WebControls.WebParts.TypeCollection
--> NONE <--
  • Constructor: public TypeCollection ()
  • Constructor: public TypeCollection (ICollection types)
  • Constructor: public TypeCollection (TypeCollection existingTypes, ICollection types)
  • Field: public static readonly TypeCollection Empty
  • Method: public bool Contains (Type value)
  • Method: public void CopyTo (Type[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (Type value)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: protected ArrayList InnerList { }
  • Property: Type this [int index] { public get; }
System.Web VirtualPathUtility ()
n/a public abstract sealed class System.Web.VirtualPathUtility
--> NONE <--
  • Method: public static string AppendTrailingSlash (string virtualPath)
  • Method: public static string Combine (string basePath, string relativePath)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public static string GetDirectory (string virtualPath)
  • Method: public static string GetExtension (string virtualPath)
  • Method: public static string GetFileName (string virtualPath)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public static bool IsAbsolute (string virtualPath)
  • Method: public static bool IsAppRelative (string virtualPath)
  • Method: public static string MakeRelative (string fromPath, string toPath)
  • Method (i): protected object MemberwiseClone ()
  • Method: public static string Reduce (string virtualPath)
  • Method: public static string RemoveTrailingSlash (string virtualPath)
  • Method: public static string ToAbsolute (string virtualPath)
  • Method: public static string ToAbsolute (string virtualPath, string applicationPath)
  • Method: public static string ToAppRelative (string virtualPath)
  • Method: public static string ToAppRelative (string virtualPath, string applicationPath)
  • Method (i): public virtual string ToString ()
System.Web WebPageTraceListener ()
n/a public class System.Web.WebPageTraceListener
--> NONE <--
  • Constructor: public WebPageTraceListener ()
  • Method (i): public virtual void Close ()
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void Dispose (bool disposing)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): public virtual void Fail (string message)
  • Method (i): public virtual void Fail (string message, string detailMessage)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual void Flush ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual object InitializeLifetimeService ()
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Method (i): public virtual void TraceData (TraceEventCache eventCache, string source, TraceEventType severity, int id, object data)
  • Method (i): public virtual void TraceData (TraceEventCache eventCache, string source, TraceEventType severity, int id, object[] data)
  • Method (i): public virtual void TraceEvent (TraceEventCache eventCache, string source, TraceEventType severity, int id)
  • Method: public override void TraceEvent (TraceEventCache eventCache, string source, TraceEventType severity, int id, string message)
  • Method: public override void TraceEvent (TraceEventCache eventCache, string source, TraceEventType severity, int id, string format, object[] args)
  • Method (i): public virtual void TraceTransfer (TraceEventCache eventCache, string source, int id, string message, Guid relatedActivityId)
  • Method (i): public virtual void Write (object o)
  • Method (i): public virtual void Write (object o, string category)
  • Method: public override void Write (string message)
  • Method: public override void Write (string message, string category)
  • Method (i): protected virtual void WriteIndent ()
  • Method (i): public virtual void WriteLine (object o)
  • Method (i): public virtual void WriteLine (object o, string category)
  • Method: public override void WriteLine (string message)
  • Method: public override void WriteLine (string message, string category)
  • Property: StringDictionary Attributes { public get; }
  • Property: TraceFilter Filter { public get; public set; }
  • Property: int IndentLevel { public get; public set; }
  • Property: int IndentSize { public get; public set; }
  • Property: virtual string Name { public get; public set; }
  • Property: protected bool NeedIndent { }
  • Property: TraceOptions TraceOutputOptions { public get; public set; }
System.Web XmlSiteMapProvider ()
n/a public class System.Web.XmlSiteMapProvider
--> NONE <--
  • Constructor: public XmlSiteMapProvider ()
  • Event: public event SiteMapResolveEventHandler SiteMapResolve
  • Method (i): protected virtual void AddNode (SiteMapNode node)
  • Method: ProtectedInternal override void AddNode (SiteMapNode node, SiteMapNode parentNode)
  • Method: protected virtual void AddProvider (string providerName, SiteMapNode parentNode)
  • Method: public override SiteMapNode BuildSiteMap ()
  • Method: protected override void Clear ()
  • Method: public virtual void Dispose ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override SiteMapNode FindSiteMapNode (string rawUrl)
  • Method (i): public virtual SiteMapNode FindSiteMapNode (HttpContext context)
  • Method: public override SiteMapNode FindSiteMapNodeFromKey (string key)
  • Method (i): public virtual SiteMapNodeCollection GetChildNodes (SiteMapNode node)
  • Method (i): public virtual SiteMapNode GetCurrentNodeAndHintAncestorNodes (int upLevel)
  • Method (i): public virtual SiteMapNode GetCurrentNodeAndHintNeighborhoodNodes (int upLevel, int downLevel)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual SiteMapNode GetParentNode (SiteMapNode node)
  • Method (i): public virtual SiteMapNode GetParentNodeRelativeToCurrentNodeAndHintDownFromParent (int walkupLevels, int relativeDepthFromWalkup)
  • Method (i): public virtual SiteMapNode GetParentNodeRelativeToNodeAndHintDownFromParent (SiteMapNode node, int walkupLevels, int relativeDepthFromWalkup)
  • Method: ProtectedInternal override SiteMapNode GetRootNodeCore ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual void HintAncestorNodes (SiteMapNode node, int upLevel)
  • Method (i): public virtual void HintNeighborhoodNodes (SiteMapNode node, int upLevel, int downLevel)
  • Method: public override void Initialize (string name, NameValueCollection attributes)
  • Method (i): public virtual bool IsAccessibleToUser (HttpContext context, SiteMapNode node)
  • Method (i): protected object MemberwiseClone ()
  • Method: ProtectedInternal override void RemoveNode (SiteMapNode node)
  • Method: protected virtual void RemoveProvider (string providerName)
  • Method (i): protected SiteMapNode ResolveSiteMapNode (HttpContext context)
  • Method (i): public virtual string ToString ()
  • Property: virtual SiteMapNode CurrentNode { public get; }
  • Property: override string Description { public get; }
  • Property: bool EnableLocalization { public get; public set; }
  • Property: virtual string Name { public get; }
  • Property: virtual SiteMapProvider ParentProvider { public get; public set; }
  • Property: string ResourceKey { public get; public set; }
  • Property: override SiteMapNode RootNode { public get; }
  • Property: virtual SiteMapProvider RootProvider { public get; }
  • Property: bool SecurityTrimmingEnabled { public get; }
System.Web.Administration WebAdminAccountImpersonation ()
n/a public class System.Web.Administration.WebAdminAccountImpersonation
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public void Impersonate ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public void Revert ()
  • Method (i): public virtual string ToString ()
  • Property: bool IsImpersonated { public get; }
System.Web.Administration WebAdminBasePage ()
n/a public class System.Web.Administration.WebAdminBasePage
--> NONE <--
  • Constructor: public WebAdminBasePage ()
  • Event: public event EventHandler AbortTransaction
  • Event: public event EventHandler CommitTransaction
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Error
  • Event: public event EventHandler Init
  • Event: public event EventHandler InitComplete
  • Event: public event EventHandler Load
  • Event: public event EventHandler LoadComplete
  • Event: public event EventHandler PreInit
  • Event: public event EventHandler PreLoad
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler PreRenderComplete
  • Event: public event EventHandler SaveStateComplete
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal void AddContentTemplate (string templateName, ITemplate template)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): public void AddOnPreRenderCompleteAsync (BeginEventHandler beginHandler, EndEventHandler endHandler)
  • Method (i): public void AddOnPreRenderCompleteAsync (BeginEventHandler beginHandler, EndEventHandler endHandler, object state)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): protected void AddWrappedFileDependencies (object wrappedFileDependencies)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected IAsyncResult AspCompatBeginProcessRequest (HttpContext context, AsyncCallback cb, object extraData)
  • Method (i): protected void AspCompatEndProcessRequest (IAsyncResult result)
  • Method (i): protected IAsyncResult AsyncPageBeginProcessRequest (HttpContext context, AsyncCallback callback, object extraData)
  • Method (i): protected void AsyncPageEndProcessRequest (IAsyncResult result)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): protected virtual void Construct ()
  • Method: protected void CreateAccessFile (string pathName, string fileName)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): ProtectedInternal virtual HtmlTextWriter CreateHtmlTextWriter (TextWriter tw)
  • Method (i): protected LiteralControl CreateResourceBasedLiteralControl (int offset, int size, bool fAsciiOnly)
  • Method (i): public IStateFormatter CreateStateFormatter ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void DesignerInitialize ()
  • Method (i): ProtectedInternal virtual NameValueCollection DeterminePostBackMode ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): ProtectedInternal object Eval (string expression)
  • Method (i): ProtectedInternal string Eval (string expression, string format)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual void FrameworkInitialize ()
  • Method (i): protected object GetAppResourceObject (string className, string resourceKey)
  • Method (i): protected object GetAppResourceObject (string className, string resourceKey, Type objType, string propName)
  • Method (i): public string GetCallbackEventReference (string target, string argument, string clientCallback, string context, string clientErrorCallback)
  • Method (i): public string GetCallbackEventReference (Control control, string argument, string clientCallback, string context)
  • Method (i): public string GetCallbackEventReference (Control control, string argument, string clientCallback, string context, string clientErrorCallback)
  • Method: public static Exception GetCurrentException (HttpContext c)
  • Method (i): public object GetDataItem ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): protected object GetPageResourceObject (string resourceKey)
  • Method (i): protected object GetPageResourceObject (string resourceKey, Type objType, string propName)
  • Method (i): public string GetPostBackClientEvent (Control control, string argument)
  • Method (i): public string GetPostBackClientHyperlink (Control control, string argument)
  • Method (i): public string GetPostBackEventReference (Control control)
  • Method (i): public string GetPostBackEventReference (Control control, string argument)
  • Method (i): public string GetPostBackEventReference (PostBackOptions options)
  • Method (i): public Type GetType ()
  • Method (i): public virtual int GetTypeHashCode ()
  • Method (i): public ValidatorCollection GetValidators (string validationGroup)
  • Method: public VirtualDirectory GetVirtualDirectory (string virtualDir)
  • Method: public Configuration GetWebConfiguration (string url)
  • Method: public Configuration GetWebConfiguration (string url, bool GetWebConfigForSubDir)
  • Method (i): public string GetWebResourceUrl (Type type, string resourceName)
  • [Obsolete: Use GetWrappedFileDependencies(string[] virtualDependencies) instead. http://go.microsoft.com/fwlink/?linkID=14202]Method (i): protected object GetWrappedFileDependencies (ArrayList virtualFileDependencies)
  • Method (i): protected object GetWrappedFileDependencies (string[] virtualFileDependencies)
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): protected virtual void InitOutputCache (int duration, string varyByHeader, string varyByCustom, OutputCacheLocation location, string varyByParam)
  • Method (i): ProtectedInternal virtual void InitOutputCache (OutputCacheSettings cacheSettings)
  • [Obsolete: Use ClientScript.IsClientScriptBlockRegistered(string key) instead. http://go.microsoft.com/fwlink/?linkid=14202]Method (i): public bool IsClientScriptBlockRegistered (string key)
  • Method: public bool IsConfigLocalOnly ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method: protected bool IsSecureConnectionRequired ()
  • [Obsolete: Use ClientScript.IsStartupScriptRegistered(string key) instead. http://go.microsoft.com/fwlink/?linkid=14202]Method (i): public bool IsStartupScriptRegistered (string key)
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): public Control LoadControl (string virtualPath)
  • Method (i): public Control LoadControl (Type t, object[] parameters)
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual object LoadPageStateFromPersistenceMedium ()
  • Method (i): public ITemplate LoadTemplate (string virtualPath)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): public string MapPath (string virtualPath)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnAbortTransaction (EventArgs e)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnCommitTransaction (EventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): protected virtual void OnError (EventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): protected virtual void OnInitComplete (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnLoadComplete (EventArgs e)
  • Method (i): protected virtual void OnPreInit (EventArgs e)
  • Method (i): protected virtual void OnPreLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnPreRenderComplete (EventArgs e)
  • Method (i): protected virtual void OnSaveStateComplete (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): public Control ParseControl (string content)
  • Method: public void PopulateChildren (TreeNode parent)
  • Method (i): public virtual void ProcessRequest (HttpContext context)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void RaisePostBackEvent (IPostBackEventHandler sourceControl, string eventArgument)
  • [Obsolete: Use ClientScript.RegisterArrayDeclaration(string arrayName, string arrayValue) instead. http://go.microsoft.com/fwlink/?linkid=14202]Method (i): public void RegisterArrayDeclaration (string arrayName, string arrayValue)
  • [Obsolete: Use ClientScript.RegisterClientScriptBlock(string key, string script) instead. http://go.microsoft.com/fwlink/?linkid=14202]Method (i): public virtual void RegisterClientScriptBlock (string key, string script)
  • [Obsolete: Use ClientScript.RegisterHiddenField(string hiddenFieldName, string hiddenFieldInitialValue) instead. http://go.microsoft.com/fwlink/?linkid=14202]Method (i): public virtual void RegisterHiddenField (string hiddenFieldName, string hiddenFieldInitialValue)
  • [Obsolete: Use ClientScript.RegisterOnSubmitStatement(string key, string script) instead. http://go.microsoft.com/fwlink/?linkid=14202]Method (i): public void RegisterOnSubmitStatement (string key, string script)
  • Method (i): public void RegisterRequiresControlState (Control control)
  • Method (i): public void RegisterRequiresPostBack (Control control)
  • Method (i): public virtual void RegisterRequiresRaiseEvent (IPostBackEventHandler control)
  • [Obsolete: Use ClientScript.RegisterStartupScript(string key, string script) instead. http://go.microsoft.com/fwlink/?linkid=14202]Method (i): public virtual void RegisterStartupScript (string key, string script)
  • Method (i): public void RegisterViewStateHandler ()
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): ProtectedInternal virtual void SavePageStateToPersistenceMedium (object state)
  • Method (i): protected virtual object SaveViewState ()
  • Method: protected virtual void SetApplicationPath (string user, string appPath)
  • Method: public static void SetCurrentException (HttpContext c, Exception ex)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetFocus (string clientID)
  • Method (i): public void SetFocus (Control control)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): protected void SetStringResourcePointer (object stringResourcePointer, int maxResourceOffset)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method: protected bool TestConnection (object s, EventArgs e)
  • Method: protected bool TestConnection (string connection, bool isSql)
  • Method (i): public virtual bool TestDeviceFilter (string filterName)
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Method: public void UpdateConfig (Configuration config)
  • Method (i): public virtual void Validate ()
  • Method (i): public virtual void Validate (string validationGroup)
  • Method (i): public virtual void VerifyRenderingInServerForm (Control control)
  • Method (i): protected void WriteUTF8ResourceString (HtmlTextWriter output, int offset, int size, bool fAsciiOnly)
  • Method (i): ProtectedInternal object XPath (string xPathExpression)
  • Method (i): ProtectedInternal string XPath (string xPathExpression, string format)
  • Method (i): ProtectedInternal IEnumerable XPathSelect (string xPathExpression)
  • Property: protected ControlAdapter Adapter { }
  • Property: HttpApplicationState Application { public get; }
  • Property: protected string ApplicationPath { }
  • Property: string ApplicationPhysicalPath { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: string AppRelativeVirtualPath { public get; public set; }
  • Property: protected bool AspCompatMode { }
  • Property: protected bool AsyncMode { }
  • Property: protected virtual int AutoHandlers { }
  • Property: Control BindingContainer { public get; }
  • Property: bool Buffer { public get; public set; }
  • Property: Cache Cache { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: string ClientQueryString { public get; }
  • Property: ClientScriptManager ClientScript { public get; }
  • Property: string ClientTarget { public get; public set; }
  • Property: int CodePage { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: string ContentType { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: string Culture { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: bool EnableViewStateMac { public get; public set; }
  • Property: string ErrorPage { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • [Obsolete: Use HttpResponse.AddFileDependencies instead. http://go.microsoft.com/fwlink/?linkID=14202]Property: protected ArrayList FileDependencies { }
  • Property: HtmlForm Form { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: IPageHeader Header { public get; }
  • Property: virtual string ID { public get; public set; }
  • Property: virtual char IdSeparator { public get; }
  • Property: bool IsAsync { public get; }
  • Property: bool IsCallback { public get; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: bool IsCrossPagePostBack { public get; }
  • Property: bool IsPostBack { public get; }
  • Property: virtual bool IsReusable { public get; }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: bool IsValid { public get; }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: IDictionary Items { public get; }
  • Property: int LCID { public get; public set; }
  • Property: bool MaintainScrollPositionOnPostback { public get; public set; }
  • Property: MasterPage Master { public get; }
  • Property: string MasterPageFile { public get; public set; }
  • Property: ProtectedInternal int MaxPageStateFieldLength { }
  • Property: WebAdminMembershipAndRoleHelper MembershipAndRoleHelperInstance { public get; }
  • Property: WebAdminMembershipHelper MembershipHelperInstance { public get; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: PageAdapter PageAdapter { public get; }
  • Property: virtual Control Parent { public get; }
  • Property: protected virtual PageStatePersister Persister { }
  • Property: Page PreviousPage { public get; }
  • Property: WebAdminProfileHelper ProfileHelper { public get; }
  • Property: HttpRequest Request { public get; }
  • Property: HttpResponse Response { public get; }
  • Property: string ResponseEncoding { public get; public set; }
  • Property: WebAdminRoleHelper RoleHelperInstance { public get; }
  • Property: HttpServerUtility Server { public get; }
  • Property: virtual HttpSessionState Session { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: WebAdminSiteCounterHelper SiteCounterHelper { public get; }
  • Property: SiteCounters SiteCounters { public get; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: bool SmartNavigation { public get; public set; }
  • Property: virtual string StyleSheetTheme { public get; public set; }
  • Property: protected virtual bool SupportAutoEvents { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string Theme { public get; public set; }
  • Property: string Title { public get; public set; }
  • Property: TraceContext Trace { public get; }
  • Property: bool TraceEnabled { public get; public set; }
  • Property: TraceMode TraceModeValue { public get; public set; }
  • Property: protected int TransactionMode { }
  • Property: string UICulture { public get; public set; }
  • Property: ProtectedInternal virtual string UniqueFilePathSuffix { }
  • Property: virtual string UniqueID { public get; }
  • Property: IPrincipal User { public get; }
  • Property: ValidatorCollection Validators { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: string ViewStateUserKey { public get; public set; }
  • Property: virtual bool Visible { public get; public set; }
  • Property: WebAdminAccountImpersonation WebAdminImpersonation { public get; }
  • Property: MembershipProvider WebAdminMembershipProviderInstance { public get; }
System.Web.Administration WebAdminCreateUserWizard ()
n/a public class System.Web.Administration.WebAdminCreateUserWizard
--> NONE <--
  • Constructor: public WebAdminCreateUserWizard ()
  • Event: public event EventHandler ActiveStepChanged
  • Event: public event AuthenticateEventHandler Authenticate
  • Event: public event EventHandler CancelButtonClick
  • Event: public event EventHandler ContinueButtonClick
  • Event: public event EventHandler CreatedUser
  • Event: public event CreateUserErrorEventHandler CreateUserError
  • Event: public event LoginCancelEventHandler CreatingUser
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event WizardNavigationEventHandler FinishButtonClick
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler LoggedIn
  • Event: public event LoginCancelEventHandler LoggingIn
  • Event: public event EventHandler LoginError
  • Event: public event WizardNavigationEventHandler NextButtonClick
  • Event: public event EventHandler PreRender
  • Event: public event WizardNavigationEventHandler PreviousButtonClick
  • Event: public event MailMessageEventHandler SendingMail
  • Event: public event SendMailErrorEventHandler SendMailError
  • Event: public event WizardNavigationEventHandler SideBarButtonClick
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): protected bool AllowNavigationToStep (int index)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method: public void ClearMailDefinition ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual void CreateControlHierarchy ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ICollection GetHistory ()
  • Method (i): public WizardStepType GetStepType (WizardStepBase wizardStep, int index)
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): public void MoveTo (WizardStepBase wizardStep)
  • Method (i): protected virtual void OnActiveStepChanged (object source, EventArgs e)
  • Method (i): protected virtual void OnAuthenticate (AuthenticateEventArgs e)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs e)
  • Method (i): protected virtual void OnCancelButtonClick (EventArgs e)
  • Method (i): protected virtual void OnContinueButtonClick (EventArgs e)
  • Method (i): protected virtual void OnCreatedUser (EventArgs e)
  • Method (i): protected virtual void OnCreateUserError (CreateUserErrorEventArgs e)
  • Method (i): protected virtual void OnCreatingUser (LoginCancelEventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): protected virtual void OnFinishButtonClick (WizardNavigationEventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnLoggedIn (EventArgs e)
  • Method (i): protected virtual void OnLoggingIn (LoginCancelEventArgs e)
  • Method (i): protected virtual void OnLoginError (EventArgs e)
  • Method (i): protected virtual void OnNextButtonClick (WizardNavigationEventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnPreviousButtonClick (WizardNavigationEventArgs e)
  • Method (i): protected virtual void OnSendingMail (MailMessageEventArgs e)
  • Method (i): protected virtual void OnSendMailError (SendMailErrorEventArgs e)
  • Method (i): protected virtual void OnSideBarButtonClick (WizardNavigationEventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal void RegisterCommandEvents (IButtonControl button)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: WizardStepBase ActiveStep { public get; }
  • Property: virtual int ActiveStepIndex { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: string Answer { public get; public set; }
  • Property: string AnswerLabelText { public get; public set; }
  • Property: string AnswerRequiredErrorMessage { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: bool AutoGeneratePassword { public get; public set; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: string CancelButtonImageUrl { public get; public set; }
  • Property: virtual Style CancelButtonStyle { public get; }
  • Property: virtual string CancelButtonText { public get; public set; }
  • Property: virtual ButtonType CancelButtonType { public get; public set; }
  • Property: virtual string CancelDestinationPageUrl { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: CompleteWizardStep CompleteStep { public get; }
  • Property: string CompleteSuccessText { public get; public set; }
  • Property: Style CompleteSuccessTextStyle { public get; }
  • Property: string ConfirmPassword { public get; }
  • Property: string ConfirmPasswordCompareErrorMessage { public get; public set; }
  • Property: string ConfirmPasswordLabelText { public get; public set; }
  • Property: string ConfirmPasswordRequiredErrorMessage { public get; public set; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: string ContinueButtonImageUrl { public get; public set; }
  • Property: Style ContinueButtonStyle { public get; }
  • Property: string ContinueButtonText { public get; public set; }
  • Property: ButtonType ContinueButtonType { public get; public set; }
  • Property: string ContinueDestinationPageUrl { public get; public set; }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: string CreateUserButtonImageUrl { public get; public set; }
  • Property: Style CreateUserButtonStyle { public get; }
  • Property: string CreateUserButtonText { public get; public set; }
  • Property: ButtonType CreateUserButtonType { public get; public set; }
  • Property: CreateUserWizardStep CreateUserStep { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: bool DisableCreatedUser { public get; public set; }
  • Property: virtual bool DisplayCancelButton { public get; public set; }
  • Property: virtual bool DisplaySideBar { public get; public set; }
  • Property: string DuplicateEmailErrorMessage { public get; public set; }
  • Property: string DuplicateUserNameErrorMessage { public get; public set; }
  • Property: string EditProfileIconUrl { public get; public set; }
  • Property: string EditProfileText { public get; public set; }
  • Property: string EditProfileUrl { public get; public set; }
  • Property: string Email { public get; public set; }
  • Property: string EmailLabelText { public get; public set; }
  • Property: string EmailRegularExpression { public get; public set; }
  • Property: string EmailRegularExpressionErrorMessage { public get; public set; }
  • Property: string EmailRequiredErrorMessage { public get; public set; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool EnableValidation { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: Style FailureTextStyle { public get; }
  • Property: string FinishDestinationPageUrl { public get; public set; }
  • Property: virtual ITemplate FinishNavigationTemplate { public get; public set; }
  • Property: string FinishStepButtonImageUrl { public get; public set; }
  • Property: virtual Style FinishStepButtonStyle { public get; }
  • Property: virtual string FinishStepButtonText { public get; public set; }
  • Property: virtual ButtonType FinishStepButtonType { public get; public set; }
  • Property: string FinishStepPreviousButtonImageUrl { public get; public set; }
  • Property: virtual Style FinishStepPreviousButtonStyle { public get; }
  • Property: virtual string FinishStepPreviousButtonText { public get; public set; }
  • Property: virtual ButtonType FinishStepPreviousButtonType { public get; public set; }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual TableItemStyle HeaderStyle { public get; }
  • Property: virtual ITemplate HeaderTemplate { public get; public set; }
  • Property: virtual string HeaderText { public get; public set; }
  • Property: virtual Unit Height { public get; public set; }
  • Property: string HelpPageIconUrl { public get; public set; }
  • Property: string HelpPageText { public get; public set; }
  • Property: string HelpPageUrl { public get; public set; }
  • Property: Style HyperLinkStyle { public get; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: string InstructionText { public get; public set; }
  • Property: Style InstructionTextStyle { public get; }
  • Property: string InvalidAnswerErrorMessage { public get; public set; }
  • Property: string InvalidEmailErrorMessage { public get; public set; }
  • Property: string InvalidPasswordErrorMessage { public get; public set; }
  • Property: string InvalidQuestionErrorMessage { public get; public set; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: Style LabelStyle { public get; }
  • Property: bool LoginCreatedUser { public get; public set; }
  • Property: MailDefinition MailDefinition { public get; }
  • Property: string MembershipProvider { public get; public set; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Style NavigationButtonStyle { public get; }
  • Property: virtual TableItemStyle NavigationStyle { public get; }
  • Property: string NextStepButtonImageUrl { public get; public set; }
  • Property: virtual Style NextStepButtonStyle { public get; }
  • Property: virtual string NextStepButtonText { public get; public set; }
  • Property: virtual ButtonType NextStepButtonType { public get; public set; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: string Password { public get; }
  • Property: Style PasswordHintStyle { public get; }
  • Property: string PasswordHintText { public get; public set; }
  • Property: string PasswordLabelText { public get; public set; }
  • Property: string PasswordRegularExpression { public get; public set; }
  • Property: string PasswordRegularExpressionErrorMessage { public get; public set; }
  • Property: string PasswordRequiredErrorMessage { public get; public set; }
  • Property: string PreviousStepButtonImageUrl { public get; public set; }
  • Property: virtual Style PreviousStepButtonStyle { public get; }
  • Property: virtual string PreviousStepButtonText { public get; public set; }
  • Property: virtual ButtonType PreviousStepButtonType { public get; public set; }
  • Property: string Question { public get; public set; }
  • Property: ProtectedInternal bool QuestionAndAnswerRequired { }
  • Property: string QuestionLabelText { public get; public set; }
  • Property: string QuestionRequiredErrorMessage { public get; public set; }
  • Property: bool RequireEmail { public get; public set; }
  • Property: virtual Style SideBarButtonStyle { public get; }
  • Property: virtual TableItemStyle SideBarStyle { public get; }
  • Property: virtual ITemplate SideBarTemplate { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: virtual string SkipToContentText { public get; public set; }
  • Property: virtual ITemplate StartNavigationTemplate { public get; public set; }
  • Property: string StartStepNextButtonImageUrl { public get; public set; }
  • Property: virtual Style StartStepNextButtonStyle { public get; }
  • Property: virtual string StartStepNextButtonText { public get; public set; }
  • Property: virtual ButtonType StartStepNextButtonType { public get; public set; }
  • Property: virtual ITemplate StepNavigationTemplate { public get; public set; }
  • Property: virtual TableItemStyle StepStyle { public get; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: Style TextBoxStyle { public get; }
  • Property: Style TitleTextStyle { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: string UnknownErrorMessage { public get; public set; }
  • Property: string UserName { public get; public set; }
  • Property: string UserNameLabelText { public get; public set; }
  • Property: string UserNameRequiredErrorMessage { public get; public set; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
  • Property: virtual WizardStepCollection WizardSteps { public get; }
System.Web.Administration WebAdminMembershipAndRoleHelper ()
n/a public sealed class System.Web.Administration.WebAdminMembershipAndRoleHelper
--> NONE <--
  • Constructor: public WebAdminMembershipAndRoleHelper ()
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): public Type GetType ()
  • Method: public void GetUsersAndRoles (out WebAdminMembershipUserHelperCollection users, out string[] roles)
  • Method: public override object InitializeLifetimeService ()
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method (i): public virtual string ToString ()
System.Web.Administration WebAdminMembershipHelper ()
n/a public class System.Web.Administration.WebAdminMembershipHelper
--> NONE <--
  • Constructor: public WebAdminMembershipHelper ()
  • Method: public bool ChangePassword (string name, string oldPwd, string newPwd)
  • Method: public bool ChangePasswordQuestionAndAnswer (string name, string password, string newPwdQuestion, string newPwdAnswer)
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method: public WebAdminMembershipUserHelper CreateUser (string username, string password, string email, string passwordQuestion, string passwordAnswer, bool isApproved, out MembershipCreateStatus status)
  • Method: public bool DeleteUser (string name, bool deleteAllRelatedContent)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public WebAdminMembershipUserHelperCollection FindUsersByEmail (string emailToMatch, int pageIndex, int pageSize, out int totalRecords)
  • Method: public WebAdminMembershipUserHelperCollection FindUsersByName (string usernameToMatch, int pageIndex, int pageSize, out int totalRecords)
  • Method: public WebAdminMembershipUserHelperCollection GetAllUsers (int pageIndex, int pageSize, out int totalRecords)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method: public int GetNumberOfUsersOnline ()
  • Method: public string GetPassword (string name, string answer)
  • Method (i): public Type GetType ()
  • Method: public WebAdminMembershipUserHelper GetUser (string name, bool userIsOnline)
  • Method: public string GetUserNameByEmail (string email)
  • Method: public void Initialize (string s, NameValueCollection nvc)
  • Method: public override object InitializeLifetimeService ()
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method: public string ResetPassword (string name, string answer)
  • Method (i): public virtual string ToString ()
  • Method: public void UpdateUser (WebAdminMembershipUserHelper user)
  • Method: public bool ValidateUser (string name, string password)
  • Property: string ApplicationName { public get; public set; }
  • Property: bool EnablePasswordReset { public get; }
  • Property: bool EnablePasswordRetrieval { public get; }
  • Property: string Name { public get; }
  • Property: bool RequiresQuestionAndAnswer { public get; }
System.Web.Administration WebAdminMembershipUserHelper ()
n/a public class System.Web.Administration.WebAdminMembershipUserHelper
--> NONE <--
  • Constructor: public WebAdminMembershipUserHelper ()
  • Constructor: public WebAdminMembershipUserHelper (string name, object userId, string email, string passwordQuestion, string comment, bool isApproved, DateTime creationDate, DateTime lastLoginDate, DateTime lastActivityDate, DateTime lastPasswordChangedDate)
  • Constructor: public WebAdminMembershipUserHelper (MembershipUser User)
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): public Type GetType ()
  • Method: public void Initialize (string s, NameValueCollection nvc)
  • Method (i): public virtual object InitializeLifetimeService ()
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: virtual string Comment { public get; public set; }
  • Property: virtual DateTime CreationDate { public get; public set; }
  • Property: virtual string Email { public get; public set; }
  • Property: virtual bool IsApproved { public get; public set; }
  • Property: virtual DateTime LastActivityDate { public get; public set; }
  • Property: virtual DateTime LastLoginDate { public get; public set; }
  • Property: virtual DateTime LastPasswordChangedDate { public get; public set; }
  • Property: virtual string PasswordQuestion { public get; }
  • Property: virtual object UserId { public get; public set; }
  • Property: virtual string UserName { public get; public set; }
System.Web.Administration WebAdminMembershipUserHelperCollection ()
n/a public sealed class System.Web.Administration.WebAdminMembershipUserHelperCollection
--> NONE <--
  • Constructor: public WebAdminMembershipUserHelperCollection ()
  • Method: public void Add (WebAdminMembershipUserHelper user)
  • Method: public void Add (MembershipUser user)
  • Method: public void Clear ()
  • Method: public virtual object Clone ()
  • Method: public void CopyTo (WebAdminMembershipUserHelper[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public void Remove (string name)
  • Method: public void SetReadOnly ()
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: virtual bool IsSynchronized { public get; }
  • Property: WebAdminMembershipUserHelper this [string name] { public get; }
  • Property: virtual object SyncRoot { public get; }
System.Web.Administration WebAdminModule ()
n/a public class System.Web.Administration.WebAdminModule
--> NONE <--
  • Constructor: public WebAdminModule ()
  • Method: public virtual void Dispose ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public virtual void Init (HttpApplication application)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
System.Web.Administration WebAdminPasswordRecovery ()
n/a public class System.Web.Administration.WebAdminPasswordRecovery
--> NONE <--
  • Constructor: public WebAdminPasswordRecovery ()
  • Event: public event EventHandler AnswerLookupError
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event MailMessageEventHandler SendingMail
  • Event: public event EventHandler Unload
  • Event: public event EventHandler UserLookupError
  • Event: public event LoginCancelEventHandler VerifyingAnswer
  • Event: public event LoginCancelEventHandler VerifyingUser
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual void OnAnswerLookupError (EventArgs e)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnSendingMail (MailMessageEventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void OnUserLookupError (EventArgs e)
  • Method (i): protected virtual void OnVerifyingAnswer (LoginCancelEventArgs e)
  • Method (i): protected virtual void OnVerifyingUser (LoginCancelEventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: string Answer { public get; }
  • Property: string AnswerLabelText { public get; public set; }
  • Property: string AnswerRequiredErrorMessage { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: int BorderPadding { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool EnableValidation { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: Style FailureTextStyle { public get; }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: string GeneralFailureText { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: string HelpPageIconUrl { public get; public set; }
  • Property: string HelpPageText { public get; public set; }
  • Property: string HelpPageUrl { public get; public set; }
  • Property: Style HyperLinkStyle { public get; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: Style InstructionTextStyle { public get; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: Style LabelStyle { public get; }
  • Property: MailDefinition MailDefinition { public get; }
  • Property: string MembershipProvider { public get; public set; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: string Question { public get; }
  • Property: string QuestionFailureText { public get; public set; }
  • Property: string QuestionInstructionText { public get; public set; }
  • Property: string QuestionLabelText { public get; public set; }
  • Property: virtual ITemplate QuestionTemplate { public get; public set; }
  • Property: string QuestionTitleText { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: string SubmitButtonImageUrl { public get; public set; }
  • Property: Style SubmitButtonStyle { public get; }
  • Property: string SubmitButtonText { public get; public set; }
  • Property: ButtonType SubmitButtonType { public get; public set; }
  • Property: string SuccessPageUrl { public get; public set; }
  • Property: virtual ITemplate SuccessTemplate { public get; public set; }
  • Property: string SuccessText { public get; public set; }
  • Property: Style SuccessTextStyle { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: HorizontalAlign TextAlignment { public get; public set; }
  • Property: Style TextBoxStyle { public get; }
  • Property: LoginTextLayout TextLayout { public get; public set; }
  • Property: Style TitleTextStyle { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: string UserName { public get; public set; }
  • Property: string UserNameFailureText { public get; public set; }
  • Property: string UserNameInstructionText { public get; public set; }
  • Property: string UserNameLabelText { public get; public set; }
  • Property: string UserNameRequiredErrorMessage { public get; public set; }
  • Property: virtual ITemplate UserNameTemplate { public get; public set; }
  • Property: string UserNameTitleText { public get; public set; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
System.Web.Administration WebAdminProfileHelper ()
n/a public class System.Web.Administration.WebAdminProfileHelper
--> NONE <--
  • Constructor: public WebAdminProfileHelper ()
  • Method: public int CountProfiles (ProfileAuthenticationOption authenticationOption)
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method: public int DeleteInactiveProfiles (ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method: public int GetNumberOfInactiveProfiles (ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate)
  • Method (i): public Type GetType ()
  • Method: public override object InitializeLifetimeService ()
  • Method: public bool IsCustomDataTypeValid (string typeName)
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method: public virtual void Stop (bool immediate)
  • Method (i): public virtual string ToString ()
System.Web.Administration WebAdminRoleHelper ()
n/a public class System.Web.Administration.WebAdminRoleHelper
--> NONE <--
  • Constructor: public WebAdminRoleHelper ()
  • Method: public void AddUsersToRoles (string[] usernames, string[] rolenames)
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method: public void CreateRole (string rolename)
  • Method: public bool DeleteRole (string rolename, bool throwOnPopulatedRole)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public string[] FindUsersInRole (string rolename, string usernameToMatch)
  • Method: public string[] GetAllRoles ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method: public string[] GetRolesForUser (string username)
  • Method (i): public Type GetType ()
  • Method: public string[] GetUsersInRole (string rolename)
  • Method: public void Initialize (string s, NameValueCollection nvc)
  • Method: public override object InitializeLifetimeService ()
  • Method: public bool IsUserInRole (string username, string rolename)
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method: public void RemoveUsersFromRoles (string[] usernames, string[] rolenames)
  • Method: public bool RoleExists (string rolename)
  • Method: public virtual void Stop (bool immediate)
  • Method (i): public virtual string ToString ()
  • Property: string ApplicationName { public get; public set; }
  • Property: string Name { public get; }
System.Web.Administration WebAdminSiteCounterHelper ()
n/a public class System.Web.Administration.WebAdminSiteCounterHelper
--> NONE <--
  • Constructor: public WebAdminSiteCounterHelper ()
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public void Flush ()
  • Method: public void FlushAll ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method: public DataSet GetRows (string counterGroup)
  • Method (i): public Type GetType ()
  • Method: public override object InitializeLifetimeService ()
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method: public virtual void Stop (bool immediate)
  • Method (i): public virtual string ToString ()
System.Web.Administration WebAdminUserControl ()
n/a public class System.Web.Administration.WebAdminUserControl
--> NONE <--
  • Constructor: public WebAdminUserControl ()
  • Event: public event EventHandler AbortTransaction
  • Event: public event EventHandler CommitTransaction
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Error
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): protected virtual void Construct ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected LiteralControl CreateResourceBasedLiteralControl (int offset, int size, bool fAsciiOnly)
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void DesignerInitialize ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): ProtectedInternal object Eval (string expression)
  • Method (i): ProtectedInternal string Eval (string expression, string format)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual void FrameworkInitialize ()
  • Method (i): protected object GetAppResourceObject (string className, string resourceKey)
  • Method (i): protected object GetAppResourceObject (string className, string resourceKey, Type objType, string propName)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): protected object GetPageResourceObject (string resourceKey)
  • Method (i): protected object GetPageResourceObject (string resourceKey, Type objType, string propName)
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public void InitializeAsUserControl (Page page)
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): public Control LoadControl (string virtualPath)
  • Method (i): public Control LoadControl (Type t, object[] parameters)
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): public ITemplate LoadTemplate (string virtualPath)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): public string MapPath (string virtualPath)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnAbortTransaction (EventArgs e)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnCommitTransaction (EventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): protected virtual void OnError (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: public virtual bool OnNext ()
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method: public virtual bool OnPrevious ()
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): public Control ParseControl (string content)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): protected void SetStringResourcePointer (object stringResourcePointer, int maxResourceOffset)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual bool TestDeviceFilter (string filterName)
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Method (i): protected void WriteUTF8ResourceString (HtmlTextWriter output, int offset, int size, bool fAsciiOnly)
  • Method (i): ProtectedInternal object XPath (string xPathExpression)
  • Method (i): ProtectedInternal string XPath (string xPathExpression, string format)
  • Method (i): ProtectedInternal IEnumerable XPathSelect (string xPathExpression)
  • Nested Type: public sealed enum DatabaseType
                        Access = 0,
                        Sql = 1
  • Property: protected ControlAdapter Adapter { }
  • Property: HttpApplicationState Application { public get; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: string AppRelativeVirtualPath { public get; public set; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: protected virtual int AutoHandlers { }
  • Property: Control BindingContainer { public get; }
  • Property: Cache Cache { public get; }
  • Property: ControlCachePolicy CachePolicy { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: bool IsPostBack { public get; }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: HttpRequest Request { public get; }
  • Property: HttpResponse Response { public get; }
  • Property: HttpServerUtility Server { public get; }
  • Property: HttpSessionState Session { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: protected virtual bool SupportAutoEvents { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: TraceContext Trace { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
System.Web.Configuration WebConfigurationMoniker ()
n/a public sealed class System.Web.Configuration.WebConfigurationMoniker
--> NONE <--
  • Constructor: public WebConfigurationMoniker (string machine, string site, string path)
  • Constructor: public WebConfigurationMoniker (string machine, string site, string path, PathLevel pathLevel)
  • Constructor: public WebConfigurationMoniker (string machine, string site, string path, PathLevel pathLevel, string filename)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string Filename { public get; }
  • Property: string Machine { public get; }
  • Property: string Path { public get; }
  • Property: PathLevel PathLevel { public get; }
  • Property: string Site { public get; }
System.Web.Configuration WebConfigurationSectionGroup ()
n/a public sealed class System.Web.Configuration.WebConfigurationSectionGroup
--> NONE <--
  • Constructor: public WebConfigurationSectionGroup ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): public virtual string ToString ()
  • Property: AnonymousIdentificationSection AnonymousIdentification { public get; }
  • Property: AuthenticationSection Authentication { public get; }
  • Property: AuthorizationSection Authorization { public get; }
  • Property: CompilationSection Compilation { public get; }
  • Property: CustomErrorsSection CustomErrors { public get; }
  • Property: GlobalizationSection Globalization { public get; }
  • Property: HttpCookiesSection HttpCookies { public get; }
  • Property: HttpHandlersSection HttpHandlers { public get; }
  • Property: HttpModulesSection HttpModules { public get; }
  • Property: HttpProtocolBindingsSection HttpProtocolBindings { public get; }
  • Property: HttpRuntimeSection HttpRuntime { public get; }
  • Property: IdentitySection Identity { public get; }
  • Property: ImageGenerationSection ImageGeneration { public get; }
  • Property: bool IsDeclared { public get; }
  • Property: MachineKeySection MachineKey { public get; }
  • Property: MembershipSection Membership { public get; }
  • Property: string Name { public get; }
  • Property: PagesSection Pages { public get; }
  • Property: string Path { public get; }
  • Property: ProcessModelSection ProcessModel { public get; }
  • Property: ProfileSection Profile { public get; }
  • Property: RoleManagerSection RoleManager { public get; }
  • Property: ConfigurationSectionGroupCollection SectionGroups { public get; }
  • Property: ConfigurationSectionCollection Sections { public get; }
  • Property: SecurityPolicySection SecurityPolicy { public get; }
  • Property: SessionStateSection SessionState { public get; }
  • Property: SiteCountersSection SiteCounters { public get; }
  • Property: SiteMapSection SiteMap { public get; }
  • Property: SmtpMailSection SmtpMail { public get; }
  • Property: TraceSection Trace { public get; }
  • Property: TrustSection Trust { public get; }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration WebControlsConfiguration ()
n/a public sealed class System.Web.Configuration.WebControlsConfiguration
--> NONE <--
  • Constructor: public WebControlsConfiguration (IDictionary contents)
  • Method (i): public virtual void Clear ()
  • Method (i): public virtual void CopyTo (Array array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual IDictionaryEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: protected override void OnClear ()
  • Method (i): protected virtual void OnClearComplete ()
  • Method (i): protected virtual object OnGet (object key, object currentValue)
  • Method: protected override void OnInsert (object key, object value)
  • Method (i): protected virtual void OnInsertComplete (object key, object value)
  • Method: protected override void OnRemove (object key, object value)
  • Method (i): protected virtual void OnRemoveComplete (object key, object value)
  • Method: protected override void OnSet (object key, object oldValue, object newValue)
  • Method (i): protected virtual void OnSetComplete (object key, object oldValue, object newValue)
  • Method (i): protected virtual void OnValidate (object key, object value)
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: protected IDictionary Dictionary { }
  • Property: protected Hashtable InnerHashtable { }
System.Web.Configuration WebPartsPersonalization ()
n/a public sealed class System.Web.Configuration.WebPartsPersonalization
--> NONE <--
  • Constructor: public WebPartsPersonalization ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: AuthorizationSection Authorization { public get; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string DefaultProvider { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProviderSettingsCollection Providers { public get; }
System.Web.Configuration WebPartsSection ()
n/a public sealed class System.Web.Configuration.WebPartsSection
--> NONE <--
  • Constructor: public WebPartsSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method: protected override object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: protected virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: WebPartsPersonalization Personalization { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: TransformerInfoCollection Transformers { public get; }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration WebServicesSection ()
n/a public sealed class System.Web.Configuration.WebServicesSection
--> NONE <--
  • Constructor: public WebServicesSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): protected virtual object GetRuntimeConfig ()
  • Method (i): protected virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: ProtocolsCollection Protocols { public get; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: ServiceDescriptionFormatExtensionTypeCollection ServiceDescriptionFormatExtensionTypes { public get; }
  • Property: SoapExtensionImporterTypeCollection SoapExtensionImporterTypes { public get; }
  • Property: SoapExtensionReflectorTypeCollection SoapExtensionReflectorTypes { public get; }
  • Property: SoapExtensionTypeCollection SoapExtensionTypes { public get; }
  • Property: string TypeName { public get; public set; }
  • Property: WsdlHelpGenerator WsdlHelpGenerator { public get; }
System.Web.Configuration WebSiteAdministrationAuthorizationSettings ()
n/a public sealed class System.Web.Configuration.WebSiteAdministrationAuthorizationSettings
--> NONE <--
  • Constructor: public WebSiteAdministrationAuthorizationSettings ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method: public override bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method: protected virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: protected virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method: protected virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method: protected virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method: protected override void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: string ApplicationPath { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: StringCollection Roles { public get; }
  • Property: StringCollection Users { public get; }
System.Web.Configuration WebSiteAdministrationAuthorizationSettingsCollection ()
n/a public sealed class System.Web.Configuration.WebSiteAdministrationAuthorizationSettingsCollection
--> NONE <--
  • Constructor: public WebSiteAdministrationAuthorizationSettingsCollection ()
  • Method: public void Add (WebSiteAdministrationAuthorizationSettings authorizationSettings)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: public WebSiteAdministrationAuthorizationSettings Get (int index)
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: public int IndexOf (WebSiteAdministrationAuthorizationSettings authorizationSettings)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method: protected override bool IsElementName (string elementname)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (WebSiteAdministrationAuthorizationSettings authorizationSettings)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method: public void Set (int index, WebSiteAdministrationAuthorizationSettings authorizationSettings)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected override ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected override string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new WebSiteAdministrationAuthorizationSettings this [int index] { public get; public set; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration WebSiteAdministrationCategorySettings ()
n/a public sealed class System.Web.Configuration.WebSiteAdministrationCategorySettings
--> NONE <--
  • Constructor: public WebSiteAdministrationCategorySettings ()
  • Constructor: public WebSiteAdministrationCategorySettings (string title, string navigateUrl, string imageUrl, string selectedImageUrl)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ImageUrl { public get; public set; }
  • Property: string NavigateUrl { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: string SelectedImageUrl { public get; public set; }
  • Property: string Title { public get; public set; }
System.Web.Configuration WebSiteAdministrationCategorySettingsCollection ()
n/a public sealed class System.Web.Configuration.WebSiteAdministrationCategorySettingsCollection
--> NONE <--
  • Constructor: public WebSiteAdministrationCategorySettingsCollection ()
  • Method: public void Add (WebSiteAdministrationCategorySettings categorySettings)
  • Method (i): protected virtual void BaseAdd (int index, ConfigurationElement element)
  • Method (i): protected virtual void BaseAdd (ConfigurationElement element)
  • Method (i): ProtectedInternal void BaseAdd (ConfigurationElement element, bool throwIfExists)
  • Method (i): ProtectedInternal void BaseClear ()
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (int index)
  • Method (i): ProtectedInternal ConfigurationElement BaseGet (object key)
  • Method (i): ProtectedInternal string[] BaseGetAllKeys ()
  • Method (i): ProtectedInternal string BaseGetKey (int index)
  • Method (i): protected int BaseIndexOf (ConfigurationElement element)
  • Method (i): ProtectedInternal bool BaseIsRemoved (object key)
  • Method (i): ProtectedInternal void BaseRemove (object key)
  • Method (i): ProtectedInternal void BaseRemoveAt (int index)
  • Method: public void Clear ()
  • Method (i): protected virtual bool CompareKeys (object key1, object key2)
  • Method (i): public void CopyTo (ConfigurationElement[] array, int index)
  • Method: protected override ConfigurationElement CreateNewElement ()
  • Method (i): protected virtual ConfigurationElement CreateNewElement (string elementName)
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method: public WebSiteAdministrationCategorySettings Get (int index)
  • Method: public WebSiteAdministrationCategorySettings Get (string title)
  • Method: protected override object GetElementKey (ConfigurationElement element)
  • Method (i): public virtual int GetHashCode ()
  • Method: public string GetKey (int index)
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): protected virtual bool IsElementName (string elementName)
  • Method (i): protected virtual bool IsElementRemovable (ConfigurationElement element)
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method: public void Remove (string title)
  • Method: public void RemoveAt (int index)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method: public void Set (WebSiteAdministrationCategorySettings categorySettings)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: String[] AllKeys { public get; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: protected override ConfigurationElementCollectionType CollectionType { }
  • Property: virtual int Count { public get; }
  • Property: protected override string ElementName { }
  • Property: bool EmitClear { public get; public set; }
  • Property: new WebSiteAdministrationCategorySettings this [int index] { public get; public set; }
  • Property: new WebSiteAdministrationCategorySettings this [string title] { public get; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection Properties { }
  • Property: protected virtual bool ThrowOnDuplicate { }
System.Web.Configuration WebSiteAdministrationToolSection ()
n/a public sealed class System.Web.Configuration.WebSiteAdministrationToolSection
--> NONE <--
  • Constructor: public WebSiteAdministrationToolSection ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ConfigurationSection GetParentSection ()
  • Method (i): public XmlNode GetRawXml ()
  • Method (i): ProtectedInternal virtual object GetRuntimeObject ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method: protected virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): public void ProtectSection (string protectionProvider)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): public void RequireDeclaration (bool require)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): public void RevertToParent ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): public void UnProtectSection ()
  • Method (i): public void UpdateRawXml (string rawXml)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ConfigurationAllowDefinition AllowDefinition { public get; public set; }
  • Property: bool AllowLocation { public get; public set; }
  • Property: bool AllowOverride { public get; public set; }
  • Property: WebSiteAdministrationAuthorizationSettingsCollection AuthorizationSettings { public get; }
  • Property: WebSiteAdministrationCategorySettingsCollection CategorySettings { public get; }
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string ConfigSource { public get; public set; }
  • Property: string DefaultUrl { public get; public set; }
  • Property: bool Enabled { public get; public set; }
  • Property: string ErrorPage { public get; public set; }
  • Property: bool ForceUpdate { public get; public set; }
  • Property: bool InheritInChildApplications { public get; public set; }
  • Property: bool IsDeclared { public get; }
  • Property: bool IsLocked { public get; }
  • Property: bool IsProtected { public get; }
  • Property: bool LocalOnly { public get; public set; }
  • Property: string Name { public get; }
  • Property: string Path { public get; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
  • Property: ProtectedConfigurationProvider ProtectionProvider { public get; }
  • Property: bool RequireSSL { public get; public set; }
  • Property: bool RestartOnExternalChanges { public get; public set; }
  • Property: string TypeName { public get; public set; }
System.Web.Configuration WsdlHelpGenerator ()
n/a public sealed class System.Web.Configuration.WsdlHelpGenerator
--> NONE <--
  • Constructor: public WsdlHelpGenerator ()
  • Method (i): ProtectedInternal virtual void Deserialize (XmlReader reader, bool serializeCollectionKey)
  • Method (i): public virtual bool Equals (object compareTo)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual bool HandleUnrecognizedAttribute (string name, string value)
  • Method (i): protected virtual bool HandleUnrecognizedElement (string elementName, XmlReader reader)
  • Method (i): public bool HasValue (string key)
  • Method (i): ProtectedInternal virtual void InitializeDefault ()
  • Method (i): ProtectedInternal virtual bool IsModified ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public string PropertyFileName (string propName)
  • Method (i): public int PropertyLineNumber (string propName)
  • Method (i): ProtectedInternal virtual void ReadXml (XmlReader reader, object context)
  • Method (i): ProtectedInternal virtual void Reset (ConfigurationElement parentElement, object context)
  • Method (i): ProtectedInternal virtual void ResetModified ()
  • Method (i): ProtectedInternal virtual bool Serialize (XmlWriter writer, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual bool SerializeAttributeOnRemove (ConfigurationProperty Property)
  • Method (i): ProtectedInternal virtual bool SerializeToXmlElement (XmlWriter writer, string elementName)
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void UnMerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, bool serializeCollectionKey, object context, ConfigurationUpdateMode updateMode)
  • Method (i): protected virtual void ValidateRequiredProperties (ConfigurationPropertyCollection props, bool serializeCollectionKey)
  • Method (i): ProtectedInternal virtual string WriteXml (ConfigurationElement parentElement, object context, string name, ConfigurationUpdateMode updateMode)
  • Property: ProtectedInternal virtual ConfigurationPropertyCollection CollectionKeyProperties { }
  • Property: string Href { public get; public set; }
  • Property: protected override ConfigurationPropertyCollection Properties { }
System.Web.Handlers WebAdminHandler ()
n/a public class System.Web.Handlers.WebAdminHandler
--> NONE <--
  • Constructor: public WebAdminHandler ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: protected virtual void ProcessRequest (HttpContext context)
  • Method (i): public virtual string ToString ()
  • Property: protected virtual bool IsReusable { }
System.Web.Hosting VirtualDirectory ()
n/a public abstract class System.Web.Hosting.VirtualDirectory
--> NONE <--
  • Constructor: protected VirtualDirectory (string virtualPath)
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual object InitializeLifetimeService ()
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: abstract IEnumerable Children { public get; }
  • Property: abstract IEnumerable Directories { public get; }
  • Property: abstract IEnumerable Files { public get; }
  • Property: override bool IsDirectory { public get; }
  • Property: virtual string Name { public get; }
  • Property: virtual string VirtualPath { public get; }
System.Web.Hosting VirtualFile ()
n/a public abstract class System.Web.Hosting.VirtualFile
--> NONE <--
  • Constructor: protected VirtualFile (string virtualPath)
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual object InitializeLifetimeService ()
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method: public abstract Stream Open ()
  • Method (i): public virtual string ToString ()
  • Property: override bool IsDirectory { public get; }
  • Property: virtual string Name { public get; }
  • Property: virtual string VirtualPath { public get; }
System.Web.Hosting VirtualFileBase ()
n/a public abstract class System.Web.Hosting.VirtualFileBase
--> NONE <--
  • Constructor: protected VirtualFileBase (string virtualPath)
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): public Type GetType ()
  • Method: public override object InitializeLifetimeService ()
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: abstract bool IsDirectory { public get; }
  • Property: virtual string Name { public get; }
  • Property: virtual string VirtualPath { public get; }
System.Web.Hosting VirtualPathProvider ()
n/a public abstract class System.Web.Hosting.VirtualPathProvider
--> NONE <--
  • Constructor: protected VirtualPathProvider ()
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method: public virtual bool DirectoryExists (string virtualDir)
  • Method (i): public virtual bool Equals (object obj)
  • Method: public virtual bool FileExists (string virtualPath)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual CacheDependency GetCacheDependency (string virtualPath, IEnumerable virtualPathDependencies, DateTime utcStart)
  • Method: public virtual string GetCacheKey (string virtualPath)
  • Method: public virtual VirtualDirectory GetDirectory (string virtualDir)
  • Method: public virtual VirtualFile GetFile (string virtualPath)
  • Method: public virtual string GetFileHash (string virtualPath, IEnumerable virtualPathDependencies)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): public Type GetType ()
  • Method: public virtual void Initialize (VirtualPathProvider previous)
  • Method: public override object InitializeLifetimeService ()
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method: public static Stream OpenFile (string virtualPath)
  • Method (i): public virtual string ToString ()
  • Property: ProtectedInternal VirtualPathProvider Previous { }
System.Web.Management WebApplicationInformation ()
n/a public class System.Web.Management.WebApplicationInformation
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public void FormatToString (WebEventFormatter formatter)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public override string ToString ()
  • Property: string ApplicationDomain { public get; }
  • Property: string ApplicationPath { public get; }
  • Property: string ApplicationVirtualPath { public get; }
  • Property: string MachineName { public get; }
  • Property: string TrustLevel { public get; }
System.Web.Management WebApplicationLifetimeEvent ()
n/a public class System.Web.Management.WebApplicationLifetimeEvent
--> NONE <--
  • Constructor: ProtectedInternal WebApplicationLifetimeEvent (string message, object eventSource, int eventCode)
  • Constructor: ProtectedInternal WebApplicationLifetimeEvent (string message, object eventSource, int eventCode, int eventDetailCode)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual void FormatCustomEventDetails (WebEventFormatter formatter)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual void Raise ()
  • Method (i): public virtual string ToString ()
  • Method (i): public string ToString (bool includeAppInfo, bool includeCustomEventDetails)
  • Property: int EventCode { public get; }
  • Property: int EventDetailCode { public get; }
  • Property: Guid EventId { public get; }
  • Property: long EventSequence { public get; }
  • Property: object EventSource { public get; }
  • Property: DateTime EventTime { public get; }
  • Property: DateTime EventTimeUtc { public get; }
  • Property: string Message { public get; }
  • Property: WebProcessInformation ProcessInformation { public get; }
System.Web.Management WebAuditEvent ()
n/a public class System.Web.Management.WebAuditEvent
--> NONE <--
  • Constructor: ProtectedInternal WebAuditEvent (string message, object eventSource, int eventCode)
  • Constructor: ProtectedInternal WebAuditEvent (string message, object eventSource, int eventCode, int eventDetailCode)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual void FormatCustomEventDetails (WebEventFormatter formatter)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual void Raise ()
  • Method (i): public virtual string ToString ()
  • Method (i): public string ToString (bool includeAppInfo, bool includeCustomEventDetails)
  • Property: int EventCode { public get; }
  • Property: int EventDetailCode { public get; }
  • Property: Guid EventId { public get; }
  • Property: long EventSequence { public get; }
  • Property: object EventSource { public get; }
  • Property: DateTime EventTime { public get; }
  • Property: DateTime EventTimeUtc { public get; }
  • Property: string Message { public get; }
  • Property: WebProcessInformation ProcessInformation { public get; }
  • Property: WebRequestInformation RequestInformation { public get; }
System.Web.Management WebAuthenticationFailureAuditEvent ()
n/a public class System.Web.Management.WebAuthenticationFailureAuditEvent
--> NONE <--
  • Constructor: ProtectedInternal WebAuthenticationFailureAuditEvent (string message, object eventSource, int eventCode, int eventDetailCode, string nameToAuthenticate)
  • Constructor: ProtectedInternal WebAuthenticationFailureAuditEvent (string message, object eventSource, int eventCode, string nameToAuthenticate)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual void FormatCustomEventDetails (WebEventFormatter formatter)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual void Raise ()
  • Method (i): public virtual string ToString ()
  • Method (i): public string ToString (bool includeAppInfo, bool includeCustomEventDetails)
  • Property: int EventCode { public get; }
  • Property: int EventDetailCode { public get; }
  • Property: Guid EventId { public get; }
  • Property: long EventSequence { public get; }
  • Property: object EventSource { public get; }
  • Property: DateTime EventTime { public get; }
  • Property: DateTime EventTimeUtc { public get; }
  • Property: string Message { public get; }
  • Property: string NameToAuthenticate { public get; }
  • Property: WebProcessInformation ProcessInformation { public get; }
  • Property: WebRequestInformation RequestInformation { public get; }
System.Web.Management WebAuthenticationSuccessAuditEvent ()
n/a public class System.Web.Management.WebAuthenticationSuccessAuditEvent
--> NONE <--
  • Constructor: ProtectedInternal WebAuthenticationSuccessAuditEvent (string message, object eventSource, int eventCode, int eventDetailCode, string nameToAuthenticate)
  • Constructor: ProtectedInternal WebAuthenticationSuccessAuditEvent (string message, object eventSource, int eventCode, string nameToAuthenticate)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual void FormatCustomEventDetails (WebEventFormatter formatter)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual void Raise ()
  • Method (i): public virtual string ToString ()
  • Method (i): public string ToString (bool includeAppInfo, bool includeCustomEventDetails)
  • Property: int EventCode { public get; }
  • Property: int EventDetailCode { public get; }
  • Property: Guid EventId { public get; }
  • Property: long EventSequence { public get; }
  • Property: object EventSource { public get; }
  • Property: DateTime EventTime { public get; }
  • Property: DateTime EventTimeUtc { public get; }
  • Property: string Message { public get; }
  • Property: string NameToAuthenticate { public get; }
  • Property: WebProcessInformation ProcessInformation { public get; }
  • Property: WebRequestInformation RequestInformation { public get; }
System.Web.Management WebBaseErrorEvent ()
n/a public class System.Web.Management.WebBaseErrorEvent
--> NONE <--
  • Constructor: ProtectedInternal WebBaseErrorEvent (string message, object eventSource, int eventCode, Exception e)
  • Constructor: ProtectedInternal WebBaseErrorEvent (string message, object eventSource, int eventCode, int eventDetailCode, Exception e)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual void FormatCustomEventDetails (WebEventFormatter formatter)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual void Raise ()
  • Method (i): public virtual string ToString ()
  • Method (i): public string ToString (bool includeAppInfo, bool includeCustomEventDetails)
  • Property: Exception ErrorException { public get; }
  • Property: int EventCode { public get; }
  • Property: int EventDetailCode { public get; }
  • Property: Guid EventId { public get; }
  • Property: long EventSequence { public get; }
  • Property: object EventSource { public get; }
  • Property: DateTime EventTime { public get; }
  • Property: DateTime EventTimeUtc { public get; }
  • Property: string Message { public get; }
  • Property: WebProcessInformation ProcessInformation { public get; }
System.Web.Management WebBaseEvent ()
n/a public class System.Web.Management.WebBaseEvent
--> NONE <--
  • Constructor: ProtectedInternal WebBaseEvent (string message, object eventSource, int eventCode)
  • Constructor: ProtectedInternal WebBaseEvent (string message, object eventSource, int eventCode, int eventDetailCode)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual void FormatCustomEventDetails (WebEventFormatter formatter)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public virtual void Raise ()
  • Method: public static void Raise (WebBaseEvent eventRaised)
  • Method: public override string ToString ()
  • Method: public string ToString (bool includeAppInfo, bool includeCustomEventDetails)
  • Property: static WebApplicationInformation ApplicationInformation { public get; }
  • Property: int EventCode { public get; }
  • Property: int EventDetailCode { public get; }
  • Property: Guid EventId { public get; }
  • Property: long EventSequence { public get; }
  • Property: object EventSource { public get; }
  • Property: DateTime EventTime { public get; }
  • Property: DateTime EventTimeUtc { public get; }
  • Property: string Message { public get; }
System.Web.Management WebBaseEventCollection ()
n/a public sealed class System.Web.Management.WebBaseEventCollection
--> NONE <--
  • Constructor: public WebBaseEventCollection (ICollection events)
  • Method: public bool Contains (WebBaseEvent value)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (WebBaseEvent value)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: protected ArrayList InnerList { }
  • Property: WebBaseEvent this [int index] { public get; }
System.Web.Management WebErrorEvent ()
n/a public class System.Web.Management.WebErrorEvent
--> NONE <--
  • Constructor: ProtectedInternal WebErrorEvent (string message, object eventSource, int eventCode, Exception exception)
  • Constructor: ProtectedInternal WebErrorEvent (string message, object eventSource, int eventCode, int eventDetailCode, Exception exception)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual void FormatCustomEventDetails (WebEventFormatter formatter)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual void Raise ()
  • Method (i): public virtual string ToString ()
  • Method (i): public string ToString (bool includeAppInfo, bool includeCustomEventDetails)
  • Property: Exception ErrorException { public get; }
  • Property: int EventCode { public get; }
  • Property: int EventDetailCode { public get; }
  • Property: Guid EventId { public get; }
  • Property: long EventSequence { public get; }
  • Property: object EventSource { public get; }
  • Property: DateTime EventTime { public get; }
  • Property: DateTime EventTimeUtc { public get; }
  • Property: string Message { public get; }
  • Property: WebProcessInformation ProcessInformation { public get; }
  • Property: WebRequestInformation RequestInformation { public get; }
  • Property: WebThreadInformation ThreadInformation { public get; }
System.Web.Management WebEventCodes ()
n/a public sealed class System.Web.Management.WebEventCodes
--> NONE <--
  • Field: public static const int ApplicationCodeBase, Value = 1000
  • Field: public static const int ApplicationCompilationEnd, Value = 1004
  • Field: public static const int ApplicationCompilationStart, Value = 1003
  • Field: public static const int ApplicationDetailCodeBase, Value = 50000
  • Field: public static const int ApplicationHeartbeat, Value = 1005
  • Field: public static const int ApplicationShutdown, Value = 1002
  • Field: public static const int ApplicationShutdownBinDirChangeOrDirectoryRename, Value = 50007
  • Field: public static const int ApplicationShutdownBrowsersDirChangeOrDirectoryRename, Value = 50008
  • Field: public static const int ApplicationShutdownChangeInGlobalAsax, Value = 50003
  • Field: public static const int ApplicationShutdownChangeInSecurityPolicyFile, Value = 50006
  • Field: public static const int ApplicationShutdownCodeDirChangeOrDirectoryRename, Value = 50009
  • Field: public static const int ApplicationShutdownConfigurationChange, Value = 50004
  • Field: public static const int ApplicationShutdownHostingEnvironment, Value = 50002
  • Field: public static const int ApplicationShutdownHttpRuntimeClose, Value = 50013
  • Field: public static const int ApplicationShutdownIdleTimeout, Value = 50011
  • Field: public static const int ApplicationShutdownInitializationError, Value = 50014
  • Field: public static const int ApplicationShutdownMaxRecompilationsReached, Value = 50015
  • Field: public static const int ApplicationShutdownPhysicalApplicationPathChanged, Value = 50012
  • Field: public static const int ApplicationShutdownResourcesDirChangeOrDirectoryRename, Value = 50010
  • Field: public static const int ApplicationShutdownUnknown, Value = 50001
  • Field: public static const int ApplicationShutdownUnloadAppDomainCalled, Value = 50005
  • Field: public static const int ApplicationStart, Value = 1001
  • Field: public static const int AuditCodeBase, Value = 4000
  • Field: public static const int AuditDetailCodeBase, Value = 50200
  • Field: public static const int AuditFileAuthorizationFailure, Value = 4008
  • Field: public static const int AuditFileAuthorizationSuccess, Value = 4004
  • Field: public static const int AuditFormsAuthenticationFailure, Value = 4005
  • Field: public static const int AuditFormsAuthenticationSuccess, Value = 4001
  • Field: public static const int AuditInvalidProtectedConfigurationFailure, Value = 4010
  • Field: public static const int AuditInvalidViewStateFailure, Value = 4009
  • Field: public static const int AuditMembershipAuthenticationFailure, Value = 4006
  • Field: public static const int AuditMembershipAuthenticationSuccess, Value = 4002
  • Field: public static const int AuditUnhandledAccessException, Value = 4012
  • Field: public static const int AuditUnhandledSecurityException, Value = 4011
  • Field: public static const int AuditUrlAuthorizationFailure, Value = 4007
  • Field: public static const int AuditUrlAuthorizationSuccess, Value = 4003
  • Field: public static const int ErrorCodeBase, Value = 3000
  • Field: public static const int ExpiredTicketFailure, Value = 50202
  • Field: public static const int InvalidEventCode, Value = -1
  • Field: public static const int InvalidTicketFailure, Value = 50201
  • Field: public static const int InvalidViewState, Value = 50204
  • Field: public static const int InvalidViewStateMac, Value = 50203
  • Field: public static const int MiscCodeBase, Value = 5000
  • Field: public static const int RequestCodeBase, Value = 2000
  • Field: public static const int RequestTransactionAbort, Value = 2002
  • Field: public static const int RequestTransactionComplete, Value = 2001
  • Field: public static const int RuntimeErrorPostTooLarge, Value = 3004
  • Field: public static const int RuntimeErrorRequestAbort, Value = 3001
  • Field: public static const int RuntimeErrorUnhandledException, Value = 3005
  • Field: public static const int RuntimeErrorValidationFailure, Value = 3003
  • Field: public static const int RuntimeErrorViewStateFailure, Value = 3002
  • Field: public static const int SqlProviderEventsDropped, Value = 50301
  • Field: public static const int StateServerConnectionError, Value = 50016
  • Field: public static const int UndefinedEventCode, Value = 0
  • Field: public static const int UndefinedEventDetailCode, Value = 0
  • Field: public static const int WebErrorCompilationError, Value = 3007
  • Field: public static const int WebErrorConfigurationError, Value = 3008
  • Field: public static const int WebErrorOtherError, Value = 3009
  • Field: public static const int WebErrorParserError, Value = 3006
  • Field: public static const int WebEventDetailCodeBase, Value = 50300
  • Field: public static const int WebEventProviderInformation, Value = 5001
  • Field: public static const int WebExtendedBase, Value = 100000
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
System.Web.Management WebEventFormatter ()
n/a public class System.Web.Management.WebEventFormatter
--> NONE <--
  • Method: public void AppendLine (string s)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public new string ToString ()
  • Property: int IndentationLevel { public get; public set; }
  • Property: int TabSize { public get; public set; }
System.Web.Management WebEventManager ()
n/a public sealed class System.Web.Management.WebEventManager
--> NONE <--
  • Constructor: public WebEventManager ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public static void Flush ()
  • Method: public static void Flush (string providerName)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
System.Web.Management WebEventProvider ()
n/a public abstract class System.Web.Management.WebEventProvider
--> NONE <--
  • Constructor: protected WebEventProvider ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public abstract void Flush ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual void Initialize (string name, NameValueCollection config)
  • Method (i): protected object MemberwiseClone ()
  • Method: public abstract void ProcessEvent (WebBaseEvent raisedEvent)
  • Method: public abstract void Shutdown ()
  • Method (i): public virtual string ToString ()
  • Property: virtual string Name { public get; }
System.Web.Management WebFailureAuditEvent ()
n/a public class System.Web.Management.WebFailureAuditEvent
--> NONE <--
  • Constructor: ProtectedInternal WebFailureAuditEvent (string message, object eventSource, int eventCode)
  • Constructor: ProtectedInternal WebFailureAuditEvent (string message, object eventSource, int eventCode, int eventDetailCode)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual void FormatCustomEventDetails (WebEventFormatter formatter)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual void Raise ()
  • Method (i): public virtual string ToString ()
  • Method (i): public string ToString (bool includeAppInfo, bool includeCustomEventDetails)
  • Property: int EventCode { public get; }
  • Property: int EventDetailCode { public get; }
  • Property: Guid EventId { public get; }
  • Property: long EventSequence { public get; }
  • Property: object EventSource { public get; }
  • Property: DateTime EventTime { public get; }
  • Property: DateTime EventTimeUtc { public get; }
  • Property: string Message { public get; }
  • Property: WebProcessInformation ProcessInformation { public get; }
  • Property: WebRequestInformation RequestInformation { public get; }
System.Web.Management WebHeartBeatEvent ()
n/a public class System.Web.Management.WebHeartBeatEvent
--> NONE <--
  • Constructor: ProtectedInternal WebHeartBeatEvent ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual void FormatCustomEventDetails (WebEventFormatter formatter)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual void Raise ()
  • Method (i): public virtual string ToString ()
  • Method (i): public string ToString (bool includeAppInfo, bool includeCustomEventDetails)
  • Property: int EventCode { public get; }
  • Property: int EventDetailCode { public get; }
  • Property: Guid EventId { public get; }
  • Property: long EventSequence { public get; }
  • Property: object EventSource { public get; }
  • Property: DateTime EventTime { public get; }
  • Property: DateTime EventTimeUtc { public get; }
  • Property: string Message { public get; }
  • Property: WebProcessInformation ProcessInformation { public get; }
  • Property: WebProcessStatistics ProcessStatistics { public get; }
System.Web.Management WebManagementEvent ()
n/a public class System.Web.Management.WebManagementEvent
--> NONE <--
  • Constructor: ProtectedInternal WebManagementEvent (string message, object eventSource, int eventCode)
  • Constructor: ProtectedInternal WebManagementEvent (string message, object eventSource, int eventCode, int eventDetailCode)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual void FormatCustomEventDetails (WebEventFormatter formatter)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual void Raise ()
  • Method (i): public virtual string ToString ()
  • Method (i): public string ToString (bool includeAppInfo, bool includeCustomEventDetails)
  • Property: int EventCode { public get; }
  • Property: int EventDetailCode { public get; }
  • Property: Guid EventId { public get; }
  • Property: long EventSequence { public get; }
  • Property: object EventSource { public get; }
  • Property: DateTime EventTime { public get; }
  • Property: DateTime EventTimeUtc { public get; }
  • Property: string Message { public get; }
  • Property: WebProcessInformation ProcessInformation { public get; }
System.Web.Management WebProcessInformation ()
n/a public class System.Web.Management.WebProcessInformation
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual void FormatToString (WebEventFormatter formatter)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string AccountName { public get; }
  • Property: int ProcessId { public get; }
  • Property: string ProcessName { public get; }
System.Web.Management WebProcessStatistics ()
n/a public class System.Web.Management.WebProcessStatistics
--> NONE <--
  • Constructor: public WebProcessStatistics ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual void FormatToString (WebEventFormatter formatter)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: int AppDomainCount { public get; }
  • Property: long ManagedHeapSize { public get; }
  • Property: long PeakWorkingSet { public get; }
  • Property: DateTime ProcessStartTime { public get; }
  • Property: int RequestsExecuting { public get; }
  • Property: int RequestsQueued { public get; }
  • Property: int RequestsRejected { public get; }
  • Property: int ThreadCount { public get; }
  • Property: long WorkingSet { public get; }
System.Web.Management WebRequestErrorEvent ()
n/a public class System.Web.Management.WebRequestErrorEvent
--> NONE <--
  • Constructor: ProtectedInternal WebRequestErrorEvent (string message, object eventSource, int eventCode, Exception exception)
  • Constructor: ProtectedInternal WebRequestErrorEvent (string message, object eventSource, int eventCode, int eventDetailCode, Exception exception)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual void FormatCustomEventDetails (WebEventFormatter formatter)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual void Raise ()
  • Method (i): public virtual string ToString ()
  • Method (i): public string ToString (bool includeAppInfo, bool includeCustomEventDetails)
  • Property: Exception ErrorException { public get; }
  • Property: int EventCode { public get; }
  • Property: int EventDetailCode { public get; }
  • Property: Guid EventId { public get; }
  • Property: long EventSequence { public get; }
  • Property: object EventSource { public get; }
  • Property: DateTime EventTime { public get; }
  • Property: DateTime EventTimeUtc { public get; }
  • Property: string Message { public get; }
  • Property: WebProcessInformation ProcessInformation { public get; }
  • Property: WebRequestInformation RequestInformation { public get; }
  • Property: WebThreadInformation ThreadInformation { public get; }
System.Web.Management WebRequestEvent ()
n/a public class System.Web.Management.WebRequestEvent
--> NONE <--
  • Constructor: ProtectedInternal WebRequestEvent (string message, object eventSource, int eventCode)
  • Constructor: ProtectedInternal WebRequestEvent (string message, object eventSource, int eventCode, int eventDetailCode)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual void FormatCustomEventDetails (WebEventFormatter formatter)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual void Raise ()
  • Method (i): public virtual string ToString ()
  • Method (i): public string ToString (bool includeAppInfo, bool includeCustomEventDetails)
  • Property: int EventCode { public get; }
  • Property: int EventDetailCode { public get; }
  • Property: Guid EventId { public get; }
  • Property: long EventSequence { public get; }
  • Property: object EventSource { public get; }
  • Property: DateTime EventTime { public get; }
  • Property: DateTime EventTimeUtc { public get; }
  • Property: string Message { public get; }
  • Property: WebProcessInformation ProcessInformation { public get; }
  • Property: WebRequestInformation RequestInformation { public get; }
System.Web.Management WebRequestInformation ()
n/a public class System.Web.Management.WebRequestInformation
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual void FormatToString (WebEventFormatter formatter)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: IPrincipal Principal { public get; }
  • Property: string RequestPath { public get; }
  • Property: string RequestUrl { public get; }
  • Property: string UserHostAddress { public get; }
System.Web.Management WebSuccessAuditEvent ()
n/a public class System.Web.Management.WebSuccessAuditEvent
--> NONE <--
  • Constructor: ProtectedInternal WebSuccessAuditEvent (string message, object eventSource, int eventCode)
  • Constructor: ProtectedInternal WebSuccessAuditEvent (string message, object eventSource, int eventCode, int eventDetailCode)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual void FormatCustomEventDetails (WebEventFormatter formatter)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual void Raise ()
  • Method (i): public virtual string ToString ()
  • Method (i): public string ToString (bool includeAppInfo, bool includeCustomEventDetails)
  • Property: int EventCode { public get; }
  • Property: int EventDetailCode { public get; }
  • Property: Guid EventId { public get; }
  • Property: long EventSequence { public get; }
  • Property: object EventSource { public get; }
  • Property: DateTime EventTime { public get; }
  • Property: DateTime EventTimeUtc { public get; }
  • Property: string Message { public get; }
  • Property: WebProcessInformation ProcessInformation { public get; }
  • Property: WebRequestInformation RequestInformation { public get; }
System.Web.Management WebThreadInformation ()
n/a public class System.Web.Management.WebThreadInformation
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual void FormatToString (WebEventFormatter formatter)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool IsImpersonating { public get; }
  • Property: string StackTrace { public get; }
  • Property: string ThreadAccountName { public get; }
  • Property: int ThreadId { public get; }
System.Web.Management WebViewStateFailureAuditEvent ()
n/a public class System.Web.Management.WebViewStateFailureAuditEvent
--> NONE <--
  • Constructor: ProtectedInternal WebViewStateFailureAuditEvent (string message, object eventSource, int eventCode, int eventDetailCode, ViewStateException viewStateException)
  • Constructor: ProtectedInternal WebViewStateFailureAuditEvent (string message, object eventSource, int eventCode, ViewStateException viewStateException)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual void FormatCustomEventDetails (WebEventFormatter formatter)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual void Raise ()
  • Method (i): public virtual string ToString ()
  • Method (i): public string ToString (bool includeAppInfo, bool includeCustomEventDetails)
  • Property: int EventCode { public get; }
  • Property: int EventDetailCode { public get; }
  • Property: Guid EventId { public get; }
  • Property: long EventSequence { public get; }
  • Property: object EventSource { public get; }
  • Property: DateTime EventTime { public get; }
  • Property: DateTime EventTimeUtc { public get; }
  • Property: string Message { public get; }
  • Property: WebProcessInformation ProcessInformation { public get; }
  • Property: WebRequestInformation RequestInformation { public get; }
  • Property: ViewStateException ViewStateException { public get; }
System.Web.Management WmiWebEventProvider ()
n/a public class System.Web.Management.WmiWebEventProvider
--> NONE <--
  • Constructor: public WmiWebEventProvider ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override void Flush ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override void Initialize (string name, NameValueCollection config)
  • Method (i): protected object MemberwiseClone ()
  • Method: public override void ProcessEvent (WebBaseEvent eventRaised)
  • Method: public override void Shutdown ()
  • Method (i): public virtual string ToString ()
  • Property: virtual string Name { public get; }
public sealed class System.Web.Security.UrlAuthorizationModule ()
--> NONE <--
  • Method: public static bool CheckFileAccessForUser (string virtualPath, IPrincipal user, string verb)
System.Web.Security WindowsTokenRoleProvider ()
n/a public class System.Web.Security.WindowsTokenRoleProvider
--> NONE <--
  • Constructor: public WindowsTokenRoleProvider ()
  • Method: public override void AddUsersToRoles (string[] usernames, string[] roleNames)
  • Method: public override void CreateRole (string roleName)
  • Method: public override bool DeleteRole (string roleName, bool throwOnPopulatedRole)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override string[] FindUsersInRole (string roleName, string usernameToMatch)
  • Method: public override string[] GetAllRoles ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public override string[] GetRolesForUser (string username)
  • Method (i): public Type GetType ()
  • Method: public override string[] GetUsersInRole (string roleName)
  • Method: public override void Initialize (string name, NameValueCollection config)
  • Method: public bool IsUserInRole (string username, WindowsBuiltInRole role)
  • Method: public override bool IsUserInRole (string username, string roleName)
  • Method (i): protected object MemberwiseClone ()
  • Method: public override void RemoveUsersFromRoles (string[] usernames, string[] roleNames)
  • Method: public override bool RoleExists (string roleName)
  • Method (i): public virtual string ToString ()
  • Property: override string ApplicationName { public get; public set; }
  • Property: virtual string Description { public get; }
  • Property: virtual string Name { public get; }
System.Web.UI UrlPropertyAttribute ()
n/a public sealed attribute System.Web.UI.UrlPropertyAttribute
--> NONE <--
  • Constructor: public UrlPropertyAttribute ()
  • Constructor: public UrlPropertyAttribute (string filter)
  • Constructor: public UrlPropertyAttribute (string filter, UrlTypes allowedTypes)
  • Method: public override bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool IsDefaultAttribute ()
  • Method (i): public virtual bool Match (object obj)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: UrlTypes AllowedTypes { public get; }
  • Property: string Filter { public get; }
  • Property: virtual object TypeId { public get; }
UrlTypes ()
n/a public sealed enum System.Web.UI.UrlTypes
                    Absolute = 1,
                    AppRelative = 2,
                    DocRelative = 4,
                    RootRelative = 8,
--> NONE <-- --> NONE <--
System.Web.UI UserControl ()
public class System.Web.UI.UserControl
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.UserControl
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method: protected override void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method (i): protected virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): ProtectedInternal object Eval (string expression)
  • Method (i): ProtectedInternal string Eval (string expression, string format)
  • Method (i): public virtual void Focus ()
  • Method (i): protected object GetAppResourceObject (string className, string resourceKey)
  • Method (i): protected object GetAppResourceObject (string className, string resourceKey, Type objType, string propName)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected object GetPageResourceObject (string resourceKey)
  • Method (i): protected object GetPageResourceObject (string resourceKey, Type objType, string propName)
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): public Control LoadControl (Type t, object[] parameters)
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual bool TestDeviceFilter (string filterName)
  • Method (i): ProtectedInternal object XPath (string xPathExpression)
  • Method (i): ProtectedInternal string XPath (string xPathExpression, string format)
  • Method (i): ProtectedInternal IEnumerable XPathSelect (string xPathExpression)
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: string AppRelativeVirtualPath { public get; public set; }
  • Property: ControlCachePolicy CachePolicy { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
public class System.Web.UI.UserControlControlBuilder ()
  • Property: protected TemplateParser Parser { }
  • Method (i): public void AddCollectionItem (ControlBuilder builder)
  • Method (i): public void AddComplexProperty (string filter, string name, ControlBuilder builder)
  • Method (i): public void AddTemplateProperty (string filter, string name, TemplateBuilder builder)
  • Method: public override object BuildObject ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Property: virtual Type BindingContainerType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
System.Web.UI VerificationAttribute ()
n/a public sealed attribute System.Web.UI.VerificationAttribute
--> NONE <--
  • Constructor: public VerificationAttribute (string guideline, string checkpoint, VerificationReportLevel reportLevel, int priority, string message)
  • Constructor: public VerificationAttribute (string guideline, string checkpoint, VerificationReportLevel reportLevel, int priority, string message, VerificationRule rule, string conditionalProperty)
  • Constructor: public VerificationAttribute (string guideline, string checkpoint, VerificationReportLevel reportLevel, int priority, string message, VerificationRule rule, string conditionalProperty, VerificationConditionalOperator conditionalOperator, string conditionalValue, string guidelineUrl)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool IsDefaultAttribute ()
  • Method (i): public virtual bool Match (object obj)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string Checkpoint { public get; }
  • Property: string ConditionalProperty { public get; }
  • Property: string ConditionalValue { public get; }
  • Property: string Guideline { public get; }
  • Property: string GuidelineUrl { public get; }
  • Property: string Message { public get; }
  • Property: int Priority { public get; }
  • Property: virtual object TypeId { public get; }
  • Property: VerificationConditionalOperator VerificationConditionalOperator { public get; }
  • Property: VerificationReportLevel VerificationReportLevel { public get; }
  • Property: VerificationRule VerificationRule { public get; }
VerificationConditionalOperator ()
n/a public sealed enum System.Web.UI.VerificationConditionalOperator
                    Equals = 0,
                    NotEquals = 1,
--> NONE <-- --> NONE <--
VerificationReportLevel ()
n/a public sealed enum System.Web.UI.VerificationReportLevel
                    Error = 0,
                    Warning = 1,
                    Guideline = 2,
--> NONE <-- --> NONE <--
VerificationRule ()
n/a public sealed enum System.Web.UI.VerificationRule
                    Required = 0,
                    Prohibited = 1,
                    NotEmptyString = 2,
--> NONE <-- --> NONE <--
System.Web.UI ViewStateException ()
n/a public sealed class System.Web.UI.ViewStateException
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Exception GetBaseException ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public virtual Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: virtual IDictionary Data { public get; }
  • Property: virtual string HelpLink { public get; public set; }
  • Property: protected int HResult { }
  • Property: virtual Exception InnerException { public get; }
  • Property: bool IsConnected { public get; }
  • Property: override string Message { public get; }
  • Property: string Path { public get; }
  • Property: string PersistedState { public get; }
  • Property: string Referer { public get; }
  • Property: string RemoteAddress { public get; }
  • Property: string RemotePort { public get; }
  • Property: virtual string Source { public get; public set; }
  • Property: virtual string StackTrace { public get; }
  • Property: virtual MethodBase TargetSite { public get; }
  • Property: string UserAgent { public get; }
VirtualReferenceType ()
n/a public sealed enum System.Web.UI.VirtualReferenceType
                    Page = 0,
                    UserControl = 1,
                    Master = 2,
                    SourceFile = 3,
                    Other = 4,
--> NONE <-- --> NONE <--
System.Web.UI WebResourceAttribute ()
n/a public sealed attribute System.Web.UI.WebResourceAttribute
--> NONE <--
  • Constructor: public WebResourceAttribute (string webResource, string contentType)
  • Constructor: public WebResourceAttribute (string webResource, string contentType, bool performSubstitution)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool IsDefaultAttribute ()
  • Method (i): public virtual bool Match (object obj)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string ContentType { public get; }
  • Property: bool PerformSubstitution { public get; }
  • Property: virtual object TypeId { public get; }
  • Property: string WebResource { public get; }
XhtmlMobileDocType ()
n/a public sealed enum System.Web.UI.XhtmlMobileDocType
                    XhtmlBasic = 0,
                    XhtmlMobileProfile = 1,
                    Wml20 = 2,
--> NONE <-- --> NONE <--
System.Web.UI XhtmlTextWriter ()
n/a public class System.Web.UI.XhtmlTextWriter
--> NONE <--
  • Constructor: public XhtmlTextWriter (TextWriter writer)
  • Constructor: public XhtmlTextWriter (TextWriter writer, string tabString)
  • Field: protected char[] CoreNewLine
  • Method (i): public virtual void AddAttribute (string name, string value)
  • Method (i): public virtual void AddAttribute (string name, string value, bool fEndode)
  • Method (i): protected virtual void AddAttribute (string name, string value, HtmlTextWriterAttribute key)
  • Method (i): public virtual void AddAttribute (HtmlTextWriterAttribute key, string value)
  • Method (i): public virtual void AddAttribute (HtmlTextWriterAttribute key, string value, bool fEncode)
  • Method: public virtual void AddRecognizedAttribute (string elementName, string attributeName)
  • Method (i): public virtual void AddStyleAttribute (string name, string value)
  • Method (i): protected virtual void AddStyleAttribute (string name, string value, HtmlTextWriterStyle key)
  • Method (i): public virtual void AddStyleAttribute (HtmlTextWriterStyle key, string value)
  • Method (i): public virtual void BeginRender ()
  • Method (i): public virtual void Close ()
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): protected virtual void Dispose (bool disposing)
  • Method (i): protected string EncodeAttributeValue (string value, bool fEncode)
  • Method (i): protected virtual string EncodeAttributeValue (HtmlTextWriterAttribute attrKey, string value)
  • Method (i): protected string EncodeUrl (string url)
  • Method (i): public virtual void EndRender ()
  • Method (i): public virtual void EnterStyle (Style style)
  • Method (i): public virtual void EnterStyle (Style style, HtmlTextWriterTag tag)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): public virtual void ExitStyle (Style style)
  • Method (i): public virtual void ExitStyle (Style style, HtmlTextWriterTag tag)
  • Method (i): protected virtual void FilterAttributes ()
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual void Flush ()
  • Method (i): protected HtmlTextWriterAttribute GetAttributeKey (string attrName)
  • Method (i): protected string GetAttributeName (HtmlTextWriterAttribute attrKey)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): protected HtmlTextWriterStyle GetStyleKey (string styleName)
  • Method (i): protected string GetStyleName (HtmlTextWriterStyle styleKey)
  • Method (i): protected virtual HtmlTextWriterTag GetTagKey (string tagName)
  • Method (i): protected virtual string GetTagName (HtmlTextWriterTag tagKey)
  • Method (i): public Type GetType ()
  • Method (i): public virtual object InitializeLifetimeService ()
  • Method (i): protected bool IsAttributeDefined (HtmlTextWriterAttribute key)
  • Method (i): protected bool IsAttributeDefined (HtmlTextWriterAttribute key, out string value)
  • Method (i): protected bool IsStyleAttributeDefined (HtmlTextWriterStyle key)
  • Method (i): protected bool IsStyleAttributeDefined (HtmlTextWriterStyle key, out string value)
  • Method: public override bool IsValidFormAttribute (string attributeName)
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method: protected override bool OnAttributeRender (string name, string value, HtmlTextWriterAttribute key)
  • Method: protected override bool OnStyleAttributeRender (string name, string value, HtmlTextWriterStyle key)
  • Method (i): protected virtual bool OnTagRender (string name, HtmlTextWriterTag key)
  • Method (i): protected virtual void OutputTabs ()
  • Method (i): protected string PopEndTag ()
  • Method (i): protected void PushEndTag (string endTag)
  • Method: public virtual void RemoveRecognizedAttribute (string elementName, string attributeName)
  • Method (i): protected virtual string RenderAfterContent ()
  • Method (i): protected virtual string RenderAfterTag ()
  • Method (i): protected virtual string RenderBeforeContent ()
  • Method (i): protected virtual string RenderBeforeTag ()
  • Method (i): public virtual void RenderBeginTag (string tagName)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriterTag tagKey)
  • Method (i): public virtual void RenderEndTag ()
  • Method: public virtual void SetDocType (XhtmlMobileDocType docType)
  • Method (i): public virtual string ToString ()
  • Method (i): public virtual void Write (bool value)
  • Method (i): public virtual void Write (char value)
  • Method (i): public virtual void Write (char[] buffer)
  • Method (i): public virtual void Write (char[] buffer, int index, int count)
  • Method (i): public virtual void Write (decimal value)
  • Method (i): public virtual void Write (double value)
  • Method (i): public virtual void Write (int value)
  • Method (i): public virtual void Write (long value)
  • Method (i): public virtual void Write (object value)
  • Method (i): public virtual void Write (float value)
  • Method (i): public virtual void Write (string s)
  • Method (i): public virtual void Write (string format, object arg0)
  • Method (i): public virtual void Write (string format, object arg0, object arg1)
  • Method (i): public virtual void Write (string format, object arg0, object arg1, object arg2)
  • Method (i): public virtual void Write (string format, object[] arg)
  • Method (i): public virtual void Write (uint value)
  • Method (i): public virtual void Write (ulong value)
  • Method (i): public virtual void WriteAttribute (string name, string value)
  • Method (i): public virtual void WriteAttribute (string name, string value, bool fEncode)
  • Method (i): public virtual void WriteBeginTag (string tagName)
  • Method: public override void WriteBreak ()
  • Method (i): public virtual void WriteEncodedText (string text)
  • Method (i): public virtual void WriteEncodedUrl (string url)
  • Method (i): public virtual void WriteEncodedUrlParameter (string urlText)
  • Method (i): public virtual void WriteEndTag (string tagName)
  • Method (i): public virtual void WriteFullBeginTag (string tagName)
  • Method (i): public virtual void WriteLine ()
  • Method (i): public virtual void WriteLine (bool value)
  • Method (i): public virtual void WriteLine (char value)
  • Method (i): public virtual void WriteLine (char[] buffer)
  • Method (i): public virtual void WriteLine (char[] buffer, int index, int count)
  • Method (i): public virtual void WriteLine (decimal value)
  • Method (i): public virtual void WriteLine (double value)
  • Method (i): public virtual void WriteLine (int value)
  • Method (i): public virtual void WriteLine (long value)
  • Method (i): public virtual void WriteLine (object value)
  • Method (i): public virtual void WriteLine (float value)
  • Method (i): public virtual void WriteLine (string s)
  • Method (i): public virtual void WriteLine (string format, object arg0)
  • Method (i): public virtual void WriteLine (string format, object arg0, object arg1)
  • Method (i): public virtual void WriteLine (string format, object arg0, object arg1, object arg2)
  • Method (i): public virtual void WriteLine (string format, object[] arg)
  • Method (i): public virtual void WriteLine (uint value)
  • Method (i): public virtual void WriteLine (ulong value)
  • Method (i): public void WriteLineNoTabs (string s)
  • Method (i): public virtual void WriteStyleAttribute (string name, string value)
  • Method (i): public virtual void WriteStyleAttribute (string name, string value, bool fEncode)
  • Method (i): protected void WriteUrlEncodedString (string s, bool argument)
  • Property: virtual Encoding Encoding { public get; }
  • Property: virtual IFormatProvider FormatProvider { public get; }
  • Property: int Indent { public get; public set; }
  • Property: TextWriter InnerWriter { public get; public set; }
  • Property: virtual string NewLine { public get; public set; }
  • Property: protected HtmlTextWriterTag TagKey { }
  • Property: protected string TagName { }
System.Web.UI XPathBinder ()
n/a public sealed class System.Web.UI.XPathBinder
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method: public static object Eval (object container, string xPath)
  • Method: public static string Eval (object container, string xPath, string format)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public static IEnumerable Select (object container, string xPath)
  • Method (i): public virtual string ToString ()
System.Web.UI.Adapters XhtmlPageAdapter ()
n/a public class System.Web.UI.Adapters.XhtmlPageAdapter
--> NONE <--
  • Constructor: public XhtmlPageAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): public virtual NameValueCollection DeterminePostBackMode ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): ProtectedInternal virtual string GetPostBackFormReference (string formId)
  • Method (i): public virtual ICollection GetRadioButtonsByGroup (string groupName)
  • Method: public override PageStatePersister GetStatePersister ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): public virtual void RegisterRadioButton (RadioButton radioButton)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginBodyTag (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginHyperlink (HtmlTextWriter writer, string targetUrl, bool encodeUrl, string softkeyLabel)
  • Method (i): public virtual void RenderBeginHyperlink (HtmlTextWriter writer, string targetUrl, bool encodeUrl, string softkeyLabel, string accessKey)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method: protected virtual void RenderDoctypeDeclaration (HtmlTextWriter writer)
  • Method (i): public virtual void RenderEndHyperlink (HtmlTextWriter writer)
  • Method (i): public virtual void RenderPostBackEvent (HtmlTextWriter writer, string target, string argument, string softkeyLabel, string text)
  • Method: public override void RenderPostBackEvent (HtmlTextWriter writer, string target, string argument, string softkeyLabel, string text, string postUrl, string accessKey)
  • Method (i): protected void RenderPostBackEvent (HtmlTextWriter writer, string target, string argument, string softkeyLabel, string text, string postUrl, string accessKey, bool encode)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Method (i): public virtual string TransformText (string text)
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: virtual IList CacheVaryByHeaders { public get; }
  • Property: virtual IList CacheVaryByParams { public get; }
  • Property: protected string ClientState { }
  • Property: protected Control Control { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
public sealed struct System.Web.UI.WebControls.Unit ()
--> NONE <--
  • Method: public string ToString (IFormatProvider formatProvider)
public class System.Web.UI.WebControls.UnitConverter ()
  • Method (i): public virtual bool CanConvertTo (ITypeDescriptorContext context, Type destinationType)
  • Method: public override bool CanConvertTo (ITypeDescriptorContext context, Type destinationType)
System.Web.UI.WebControls ValidatedControlConverter ()
public class System.Web.UI.WebControls.ValidatedControlConverter
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.ValidatedControlConverter
(Please hover your mouse over the type to see the inheritance signatures)
  • Method: public override StandardValuesCollection GetStandardValues (ITypeDescriptorContext context)
  • Method: public override bool GetStandardValuesExclusive (ITypeDescriptorContext context)
  • Method: public override bool GetStandardValuesSupported (ITypeDescriptorContext context)
  • Method: protected override bool FilterControl (Control control)
  • Method (i): public virtual StandardValuesCollection GetStandardValues (ITypeDescriptorContext context)
  • Method (i): public virtual bool GetStandardValuesExclusive (ITypeDescriptorContext context)
  • Method (i): public virtual bool GetStandardValuesSupported (ITypeDescriptorContext context)
System.Web.UI.WebControls ValidationSummary ()
public class System.Web.UI.WebControls.ValidationSummary
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.ValidationSummary
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method: protected override void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method: protected override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: string ValidationGroup { public get; public set; }
System.Web.UI.WebControls View ()
n/a public class System.Web.UI.WebControls.View
--> NONE <--
  • Constructor: public View ()
  • Event: public event EventHandler Activate
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Deactivate
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method: ProtectedInternal virtual void OnActivate (EventArgs e)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method: ProtectedInternal virtual void OnDeactivate (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: override bool Visible { public get; public set; }
System.Web.UI.WebControls ViewCollection ()
n/a public class System.Web.UI.WebControls.ViewCollection
--> NONE <--
  • Constructor: public ViewCollection (Control owner)
  • Method: public override void Add (Control v)
  • Method: public override void AddAt (int index, Control v)
  • Method (i): public virtual void Clear ()
  • Method (i): public virtual bool Contains (Control c)
  • Method (i): public virtual void CopyTo (Array array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual int IndexOf (Control value)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual void Remove (Control value)
  • Method (i): public virtual void RemoveAt (int index)
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: bool IsReadOnly { public get; }
  • Property: virtual bool IsSynchronized { public get; }
  • Property: new View this [int i] { public get; }
  • Property: protected Control Owner { }
  • Property: virtual object SyncRoot { public get; }
System.Web.UI.WebControls WebControl ()
public class System.Web.UI.WebControls.WebControl
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.WebControl
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method: protected override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method: protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method: ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method: protected override bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: override bool EnableTheming { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: override string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
System.Web.UI.WebControls Wizard ()
n/a public class System.Web.UI.WebControls.Wizard
--> NONE <--
  • Constructor: public Wizard ()
  • Event: public event EventHandler ActiveStepChanged
  • Event: public event EventHandler CancelButtonClick
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event WizardNavigationEventHandler FinishButtonClick
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event WizardNavigationEventHandler NextButtonClick
  • Event: public event EventHandler PreRender
  • Event: public event WizardNavigationEventHandler PreviousButtonClick
  • Event: public event WizardNavigationEventHandler SideBarButtonClick
  • Event: public event EventHandler Unload
  • Field: protected static readonly string CancelButtonID
  • Field: protected static readonly string CancelCommandName
  • Field: protected static readonly string CustomFinishButtonID
  • Field: protected static readonly string CustomNextButtonID
  • Field: protected static readonly string CustomPreviousButtonID
  • Field: protected static readonly string DataListID
  • Field: protected static readonly string FinishButtonID
  • Field: protected static readonly string FinishPreviousButtonID
  • Field: protected static readonly string MoveFinishCommandName
  • Field: protected static readonly string MoveNextCommandName
  • Field: protected static readonly string MovePreviousCommandName
  • Field: protected static readonly string MoveToCommandName
  • Field: protected static readonly string SideBarButtonID
  • Field: protected static readonly string StartNextButtonID
  • Field: protected static readonly string StepNextButtonID
  • Field: protected static readonly string StepPreviousButtonID
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method: protected bool AllowNavigationToStep (int index)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method: ProtectedInternal override void CreateChildControls ()
  • Method: protected override ControlCollection CreateControlCollection ()
  • Method: protected virtual void CreateControlHierarchy ()
  • Method: protected override Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method: protected override IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public ICollection GetHistory ()
  • Method: public WizardStepType GetStepType (WizardStepBase wizardStep, int index)
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected override void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method: public void MoveTo (WizardStepBase wizardStep)
  • Method: protected virtual void OnActiveStepChanged (object source, EventArgs e)
  • Method: protected override bool OnBubbleEvent (object source, EventArgs e)
  • Method: protected virtual void OnCancelButtonClick (EventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method: protected virtual void OnFinishButtonClick (WizardNavigationEventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: protected virtual void OnNextButtonClick (WizardNavigationEventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method: protected virtual void OnPreviousButtonClick (WizardNavigationEventArgs e)
  • Method: protected virtual void OnSideBarButtonClick (WizardNavigationEventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method: ProtectedInternal void RegisterCommandEvents (IButtonControl button)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: WizardStepBase ActiveStep { public get; }
  • Property: virtual int ActiveStepIndex { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: string CancelButtonImageUrl { public get; public set; }
  • Property: virtual Style CancelButtonStyle { public get; }
  • Property: virtual string CancelButtonText { public get; public set; }
  • Property: virtual ButtonType CancelButtonType { public get; public set; }
  • Property: virtual string CancelDestinationPageUrl { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool DisplayCancelButton { public get; public set; }
  • Property: virtual bool DisplaySideBar { public get; public set; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: string FinishDestinationPageUrl { public get; public set; }
  • Property: virtual ITemplate FinishNavigationTemplate { public get; public set; }
  • Property: string FinishStepButtonImageUrl { public get; public set; }
  • Property: virtual Style FinishStepButtonStyle { public get; }
  • Property: virtual string FinishStepButtonText { public get; public set; }
  • Property: virtual ButtonType FinishStepButtonType { public get; public set; }
  • Property: string FinishStepPreviousButtonImageUrl { public get; public set; }
  • Property: virtual Style FinishStepPreviousButtonStyle { public get; }
  • Property: virtual string FinishStepPreviousButtonText { public get; public set; }
  • Property: virtual ButtonType FinishStepPreviousButtonType { public get; public set; }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual TableItemStyle HeaderStyle { public get; }
  • Property: virtual ITemplate HeaderTemplate { public get; public set; }
  • Property: virtual string HeaderText { public get; public set; }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Style NavigationButtonStyle { public get; }
  • Property: virtual TableItemStyle NavigationStyle { public get; }
  • Property: string NextStepButtonImageUrl { public get; public set; }
  • Property: virtual Style NextStepButtonStyle { public get; }
  • Property: virtual string NextStepButtonText { public get; public set; }
  • Property: virtual ButtonType NextStepButtonType { public get; public set; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: string PreviousStepButtonImageUrl { public get; public set; }
  • Property: virtual Style PreviousStepButtonStyle { public get; }
  • Property: virtual string PreviousStepButtonText { public get; public set; }
  • Property: virtual ButtonType PreviousStepButtonType { public get; public set; }
  • Property: virtual Style SideBarButtonStyle { public get; }
  • Property: virtual TableItemStyle SideBarStyle { public get; }
  • Property: virtual ITemplate SideBarTemplate { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: virtual string SkipToContentText { public get; public set; }
  • Property: virtual ITemplate StartNavigationTemplate { public get; public set; }
  • Property: string StartStepNextButtonImageUrl { public get; public set; }
  • Property: virtual Style StartStepNextButtonStyle { public get; }
  • Property: virtual string StartStepNextButtonText { public get; public set; }
  • Property: virtual ButtonType StartStepNextButtonType { public get; public set; }
  • Property: virtual ITemplate StepNavigationTemplate { public get; public set; }
  • Property: virtual TableItemStyle StepStyle { public get; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
  • Property: virtual WizardStepCollection WizardSteps { public get; }
System.Web.UI.WebControls WizardNavigationEventArgs ()
n/a public class System.Web.UI.WebControls.WizardNavigationEventArgs
--> NONE <--
  • Constructor: public WizardNavigationEventArgs (int currentStepIndex, int nextStepIndex)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Cancel { public get; public set; }
  • Property: int CurrentStepIndex { public get; }
  • Property: int NextStepIndex { public get; }
System.Web.UI.WebControls WizardNavigationEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.WizardNavigationEventHandler
--> NONE <--
  • Constructor: public WizardNavigationEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, WizardNavigationEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, WizardNavigationEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls WizardStep ()
n/a public sealed class System.Web.UI.WebControls.WizardStep
--> NONE <--
  • Constructor: public WizardStep ()
  • Event: public event EventHandler Activate
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Deactivate
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnActivate (EventArgs e)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnDeactivate (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AllowReturn { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string Name { public get; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: virtual WizardStepType StepType { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string Title { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: Wizard Wizard { public get; }
System.Web.UI.WebControls WizardStepBase ()
n/a public abstract class System.Web.UI.WebControls.WizardStepBase
--> NONE <--
  • Constructor: protected WizardStepBase ()
  • Event: public event EventHandler Activate
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Deactivate
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnActivate (EventArgs e)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnDeactivate (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method: ProtectedInternal override void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AllowReturn { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string Name { public get; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: virtual WizardStepType StepType { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string Title { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: Wizard Wizard { public get; }
System.Web.UI.WebControls WizardStepCollection ()
n/a public sealed class System.Web.UI.WebControls.WizardStepCollection
--> NONE <--
  • Method: public void Add (WizardStepBase wizardStep)
  • Method: public void AddAt (int index, WizardStepBase wizardStep)
  • Method: public virtual void Clear ()
  • Method: public bool Contains (WizardStepBase wizardStep)
  • Method: public void CopyTo (WizardStepBase[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (WizardStepBase wizardStep)
  • Method: public void Insert (int index, WizardStepBase wizardStep)
  • Method (i): protected object MemberwiseClone ()
  • Method: public void Remove (WizardStepBase wizardStep)
  • Method: public virtual void RemoveAt (int index)
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: virtual bool IsReadOnly { public get; }
  • Property: virtual bool IsSynchronized { public get; }
  • Property: WizardStepBase this [int index] { public get; }
  • Property: virtual object SyncRoot { public get; }
System.Web.UI.WebControls WizardStepControlBuilder ()
n/a public sealed class System.Web.UI.WebControls.WizardStepControlBuilder
--> NONE <--
  • Constructor: public WizardStepControlBuilder ()
  • Method (i): public void AddCollectionItem (ControlBuilder builder)
  • Method (i): public void AddComplexProperty (string filter, string name, ControlBuilder builder)
  • Method (i): public void AddTemplateProperty (string filter, string name, TemplateBuilder builder)
  • Method (i): public virtual bool AllowWhitespaceLiterals ()
  • Method (i): public virtual void AppendLiteralString (string s)
  • Method (i): public virtual void AppendSubBuilder (ControlBuilder subBuilder)
  • Method (i): public virtual object BuildObject ()
  • Method (i): public virtual void CloseControl ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Type GetChildControlType (string tagName, IDictionary attribs)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasBody ()
  • Method (i): public virtual bool HtmlDecodeLiterals ()
  • Method (i): public virtual void Init (TemplateParser parser, ControlBuilder parentBuilder, Type type, string tagName, string id, IDictionary attribs)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual bool NeedsTagInnerText ()
  • Method (i): public virtual void OnAppendToParentBuilder (ControlBuilder parentBuilder)
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Method (i): public virtual void SetTagInnerText (string text)
  • Method (i): public virtual string ToString ()
  • Property: virtual Type BindingContainerType { public get; }
  • Property: Type ControlType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool FChildrenAsProperties { }
  • Property: protected bool FIsNonParserAccessor { }
  • Property: bool HasAspCode { public get; }
  • Property: string ID { public get; public set; }
  • Property: protected bool InDesigner { }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: Type NamingContainerType { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: string TagName { public get; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
WizardStepType ()
n/a public sealed enum System.Web.UI.WebControls.WizardStepType
                    Auto = 0,
                    Complete = 1,
                    Finish = 2,
                    Start = 3,
                    Step = 4,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls Xml ()
public class System.Web.UI.WebControls.Xml
(Please hover your mouse over the type to see the inheritance signatures)
public class System.Web.UI.WebControls.Xml
(Please hover your mouse over the type to see the inheritance signatures)
  • Method (i): protected virtual void CreateChildControls ()
  • Method (i): protected virtual void OnInit (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnPreRender (EventArgs e)
  • Method (i): protected virtual void OnUnload (EventArgs e)
  • Method: protected override void Render (HtmlTextWriter output)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public void RenderControl (HtmlTextWriter writer)
  • Property: XmlDocument Document { public get; public set; }
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public void EnsureID ()
  • Method: public override void Focus ()
  • Method: protected override IDictionary GetDesignModeState ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method: ProtectedInternal override void Render (HtmlTextWriter output)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • [Obsolete: Use the XPathNavigator property instead by creating an XPathDocument and calling CreateNavigator().]Property: XmlDocument Document { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: XPathNavigator XPathNavigator { public get; public set; }
System.Web.UI.WebControls XmlBuilder ()
n/a public class System.Web.UI.WebControls.XmlBuilder
--> NONE <--
  • Constructor: public XmlBuilder ()
  • Method (i): public void AddCollectionItem (ControlBuilder builder)
  • Method (i): public void AddComplexProperty (string filter, string name, ControlBuilder builder)
  • Method (i): public void AddTemplateProperty (string filter, string name, TemplateBuilder builder)
  • Method (i): public virtual bool AllowWhitespaceLiterals ()
  • Method: public override void AppendLiteralString (string s)
  • Method (i): public virtual void AppendSubBuilder (ControlBuilder subBuilder)
  • Method (i): public virtual object BuildObject ()
  • Method (i): public virtual void CloseControl ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override Type GetChildControlType (string tagName, IDictionary attribs)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public ObjectPersistData GetObjectPersistData ()
  • Method (i): public string GetResourceKey ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasBody ()
  • Method (i): public virtual bool HtmlDecodeLiterals ()
  • Method (i): public virtual void Init (TemplateParser parser, ControlBuilder parentBuilder, Type type, string tagName, string id, IDictionary attribs)
  • Method (i): protected object MemberwiseClone ()
  • Method: public override bool NeedsTagInnerText ()
  • Method (i): public virtual void OnAppendToParentBuilder (ControlBuilder parentBuilder)
  • Method (i): public void SetResourceKey (string resourceKey)
  • Method (i): public void SetServiceProvider (IServiceProvider serviceProvider)
  • Method: public override void SetTagInnerText (string text)
  • Method (i): public virtual string ToString ()
  • Property: virtual Type BindingContainerType { public get; }
  • Property: Type ControlType { public get; }
  • Property: IFilterResolutionService CurrentFilterResolutionService { public get; }
  • Property: virtual Type DeclareType { public get; }
  • Property: protected bool FChildrenAsProperties { }
  • Property: protected bool FIsNonParserAccessor { }
  • Property: bool HasAspCode { public get; }
  • Property: string ID { public get; public set; }
  • Property: protected bool InDesigner { }
  • Property: protected bool InPageTheme { }
  • Property: bool Localize { public get; }
  • Property: Type NamingContainerType { public get; }
  • Property: ProtectedInternal TemplateParser Parser { }
  • Property: IServiceProvider ServiceProvider { public get; }
  • Property: string TagName { public get; }
  • Property: IThemeResolutionService ThemeResolutionService { public get; }
System.Web.UI.WebControls XmlDataSource ()
n/a public class System.Web.UI.WebControls.XmlDataSource
--> NONE <--
  • Constructor: public XmlDataSource ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Transforming
  • Event: public event EventHandler Unload
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method: protected override HierarchicalDataSourceView GetHierarchicalView (string viewPath)
  • Method (i): public Type GetType ()
  • Method: public XmlDocument GetXmlDocument ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected override void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): protected virtual void OnDataSourceChanged (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method: protected virtual void OnTransforming (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method: public void Save ()
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual int CacheDuration { public get; public set; }
  • Property: virtual DataSourceCacheExpiry CacheExpirationPolicy { public get; public set; }
  • Property: virtual string CacheKeyDependency { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: virtual string Data { public get; public set; }
  • Property: virtual string DataFile { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual bool EnableCaching { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual string Schema { public get; public set; }
  • Property: virtual string SchemaFile { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string Transform { public get; public set; }
  • Property: virtual XsltArgumentList TransformArgumentList { public get; public set; }
  • Property: virtual string TransformFile { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual string XPath { public get; public set; }
System.Web.UI.WebControls XmlDataSourceView ()
n/a public sealed class System.Web.UI.WebControls.XmlDataSourceView
--> NONE <--
  • Constructor: public XmlDataSourceView (XmlDataSource owner, string name)
  • Event: public event EventHandler DataSourceViewChanged
  • Method (i): public virtual void Delete (IDictionary keys, IDictionary oldValues, DataSourceViewOperationCallback callback)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual int ExecuteDelete (IDictionary keys, IDictionary oldValues)
  • Method (i): protected virtual int ExecuteInsert (IDictionary values)
  • Method: ProtectedInternal override IEnumerable ExecuteSelect (DataSourceSelectArguments arguments)
  • Method (i): protected virtual int ExecuteUpdate (IDictionary keys, IDictionary values, IDictionary oldValues)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual void Insert (IDictionary values, DataSourceViewOperationCallback callback)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual void OnDataSourceViewChanged (EventArgs e)
  • Method (i): ProtectedInternal virtual void RaiseUnsupportedCapabilityError (DataSourceCapabilities capability)
  • Method: public IEnumerable Select (DataSourceSelectArguments arguments)
  • Method (i): public virtual void Select (DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback)
  • Method (i): public virtual string ToString ()
  • Method (i): public virtual void Update (IDictionary keys, IDictionary values, IDictionary oldValues, DataSourceViewOperationCallback callback)
  • Property: virtual bool CanDelete { public get; }
  • Property: virtual bool CanInsert { public get; }
  • Property: virtual bool CanPage { public get; }
  • Property: virtual bool CanRetrieveTotalRowCount { public get; }
  • Property: virtual bool CanSort { public get; }
  • Property: virtual bool CanUpdate { public get; }
  • Property: protected EventHandlerList Events { }
  • Property: string Name { public get; }
System.Web.UI.WebControls XmlHierarchicalDataSourceView ()
n/a public class System.Web.UI.WebControls.XmlHierarchicalDataSourceView
--> NONE <--
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public override IHierarchicalEnumerable Select ()
  • Method (i): public virtual string ToString ()
System.Web.UI.WebControls.Adapters ValidationSummaryAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.ValidationSummaryAdapter
--> NONE <--
  • Constructor: public ValidationSummaryAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new ValidationSummary Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters WebControlAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.WebControlAdapter
--> NONE <--
  • Constructor: public WebControlAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method: protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method: protected virtual void RenderContents (HtmlTextWriter writer)
  • Method: protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new WebControl Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters WizardAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.WizardAdapter
--> NONE <--
  • Constructor: public WizardAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method: protected virtual void RenderActiveStep (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method: protected virtual void RenderNavigation (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new Wizard Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters XhtmlAdRotatorAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.XhtmlAdRotatorAdapter
--> NONE <--
  • Constructor: public XhtmlAdRotatorAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected AdRotator Control { }
  • Property: protected bool IsEnabled { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.Adapters XmlAdapter ()
n/a public class System.Web.UI.WebControls.Adapters.XmlAdapter
--> NONE <--
  • Constructor: public XmlAdapter ()
  • Method (i): ProtectedInternal virtual void BeginRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): ProtectedInternal virtual void EndRender (HtmlTextWriter writer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): ProtectedInternal virtual void LoadAdapterControlState (object state)
  • Method (i): ProtectedInternal virtual void LoadAdapterViewState (object state)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual object SaveAdapterControlState ()
  • Method (i): ProtectedInternal virtual object SaveAdapterViewState ()
  • Method (i): public virtual string ToString ()
  • Property: protected HttpBrowserCapabilities Browser { }
  • Property: protected new Xml Control { }
  • Property: protected Page Page { }
  • Property: protected PageAdapter PageAdapter { }
System.Web.UI.WebControls.WebParts UserPersonalizationStateInfo ()
n/a public sealed class System.Web.UI.WebControls.WebParts.UserPersonalizationStateInfo
--> NONE <--
  • Constructor: public UserPersonalizationStateInfo (string path, DateTime lastUpdatedDate, int size, string username, DateTime lastActivityDate)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: DateTime LastActivityDate { public get; }
  • Property: DateTime LastUpdatedDate { public get; }
  • Property: string Path { public get; }
  • Property: int Size { public get; }
  • Property: string Username { public get; }
System.Web.UI.WebControls.WebParts WebBrowsableAttribute ()
n/a public sealed attribute System.Web.UI.WebControls.WebParts.WebBrowsableAttribute
--> NONE <--
  • Constructor: public WebBrowsableAttribute ()
  • Constructor: public WebBrowsableAttribute (bool browsable)
  • Field: public static readonly WebBrowsableAttribute Default
  • Field: public static readonly WebBrowsableAttribute No
  • Field: public static readonly WebBrowsableAttribute Yes
  • Method: public override bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override bool IsDefaultAttribute ()
  • Method (i): public virtual bool Match (object obj)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Browsable { public get; }
  • Property: virtual object TypeId { public get; }
System.Web.UI.WebControls.WebParts WebPart ()
n/a public abstract class System.Web.UI.WebControls.WebParts.WebPart
--> NONE <--
  • Constructor: protected WebPart ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method: ProtectedInternal virtual void OnClosed (EventArgs e)
  • Method: ProtectedInternal virtual void OnConnectModeChanged (EventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method: ProtectedInternal virtual void OnDeleted (EventArgs e)
  • Method: ProtectedInternal virtual void OnEditModeChanged (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method: ProtectedInternal void SetPersonalizationDirty ()
  • Method: public static void SetPersonalizationDirty (Control control)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AllowClose { public get; public set; }
  • Property: virtual bool AllowEdit { public get; public set; }
  • Property: virtual bool AllowHide { public get; public set; }
  • Property: virtual bool AllowMinimize { public get; public set; }
  • Property: virtual bool AllowPaginate { public get; public set; }
  • Property: virtual bool AllowZoneChange { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual string AuthorizationFilter { public get; public set; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: virtual string CatalogIconImageUrl { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: override PartChromeState ChromeState { public get; public set; }
  • Property: override PartChromeType ChromeType { public get; public set; }
  • Property: virtual string ClientID { public get; }
  • Property: string ConnectErrorMessage { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: string DefaultButton { public get; public set; }
  • Property: override string Description { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: override ContentDirection Direction { public get; public set; }
  • Property: string DisplayTitle { public get; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual WebPartExportMode ExportMode { public get; public set; }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: virtual string GroupingText { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: bool HasSharedData { public get; }
  • Property: bool HasUserData { public get; }
  • Property: override Unit Height { public get; public set; }
  • Property: virtual WebPartHelpMode HelpMode { public get; public set; }
  • Property: virtual string HelpUrl { public get; public set; }
  • Property: virtual bool Hidden { public get; public set; }
  • Property: virtual HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: virtual string ImportErrorMessage { public get; public set; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: bool IsClosed { public get; }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: bool IsShared { public get; }
  • Property: bool IsStandalone { public get; }
  • Property: bool IsStatic { public get; }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: protected virtual int MaximumWeight { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: protected virtual bool PaginateChildren { }
  • Property: virtual Control Parent { public get; }
  • Property: virtual ScrollBars ScrollBars { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual string Subtitle { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: override string Title { public get; public set; }
  • Property: virtual string TitleIconImageUrl { public get; public set; }
  • Property: virtual string TitleUrl { public get; public set; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: virtual WebPartVerbCollection Verbs { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: protected WebPartManager WebPartManager { }
  • Property: protected virtual int Weight { }
  • Property: override Unit Width { public get; public set; }
  • Property: virtual bool Wrap { public get; public set; }
  • Property: WebPartZoneBase Zone { public get; }
  • Property: int ZoneIndex { public get; }
System.Web.UI.WebControls.WebParts WebPartAuthorizationEventArgs ()
n/a public class System.Web.UI.WebControls.WebParts.WebPartAuthorizationEventArgs
--> NONE <--
  • Constructor: public WebPartAuthorizationEventArgs (WebPart webPart)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool IsAuthorized { public get; public set; }
  • Property: WebPart WebPart { public get; }
System.Web.UI.WebControls.WebParts WebPartAuthorizationEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.WebParts.WebPartAuthorizationEventHandler
--> NONE <--
  • Constructor: public WebPartAuthorizationEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, WebPartAuthorizationEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, WebPartAuthorizationEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls.WebParts WebPartCancelEventArgs ()
n/a public class System.Web.UI.WebControls.WebParts.WebPartCancelEventArgs
--> NONE <--
  • Constructor: public WebPartCancelEventArgs (WebPart webPart)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Cancel { public get; public set; }
  • Property: WebPart WebPart { public get; public set; }
System.Web.UI.WebControls.WebParts WebPartCancelEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.WebParts.WebPartCancelEventHandler
--> NONE <--
  • Constructor: public WebPartCancelEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, WebPartCancelEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, WebPartCancelEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls.WebParts WebPartChrome ()
n/a public class System.Web.UI.WebControls.WebParts.WebPartChrome
--> NONE <--
  • Constructor: public WebPartChrome (WebPartZoneBase zone, WebPartManager manager)
  • Method: protected virtual Style CreateWebPartChromeStyle (WebPart webPart, PartChromeType chromeType)
  • Method (i): public virtual bool Equals (object obj)
  • Method: protected virtual WebPartVerbCollection FilterWebPartVerbs (WebPartVerbCollection verbs, WebPart webPart)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: protected string GetWebPartChromeClientID (WebPart webPart)
  • Method: protected string GetWebPartTitleClientID (WebPart webPart)
  • Method: protected virtual WebPartVerbCollection GetWebPartVerbs (WebPart webPart)
  • Method (i): protected object MemberwiseClone ()
  • Method: public virtual void PerformPreRender ()
  • Method: protected virtual void RenderPartContents (HtmlTextWriter writer, WebPart webPart)
  • Method: protected virtual void RenderTitleIcon (HtmlTextWriter writer, WebPart webPart)
  • Method: protected virtual void RenderTitleText (HtmlTextWriter writer, WebPart webPart)
  • Method: protected virtual void RenderVerb (HtmlTextWriter writer, WebPart webPart, WebPartVerb verb)
  • Method: protected virtual void RenderVerbs (HtmlTextWriter writer, WebPart webPart, WebPartVerbCollection verbs)
  • Method: public virtual void RenderWebPart (HtmlTextWriter writer, WebPart webPart)
  • Method (i): public virtual string ToString ()
  • Property: bool EnableVerbRendering { public get; public set; }
  • Property: protected WebPartManager WebPartManager { }
  • Property: protected WebPartZoneBase Zone { }
System.Web.UI.WebControls.WebParts WebPartCollection ()
n/a public sealed class System.Web.UI.WebControls.WebParts.WebPartCollection
--> NONE <--
  • Constructor: public WebPartCollection ()
  • Constructor: public WebPartCollection (ICollection webParts)
  • Method: public bool Contains (WebPart value)
  • Method: public void CopyTo (WebPart[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (WebPart value)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: protected ArrayList InnerList { }
  • Property: WebPart this [int index] { public get; }
  • Property: WebPart this [string id] { public get; }
System.Web.UI.WebControls.WebParts WebPartConnectionsEventArgs ()
n/a public class System.Web.UI.WebControls.WebParts.WebPartConnectionsEventArgs
--> NONE <--
  • Constructor: public WebPartConnectionsEventArgs (WebPart providerWebPart, ProviderConnectionPoint providerConnectionPoint, WebPart consumerWebPart, ConsumerConnectionPoint consumerConnectionPoint)
  • Constructor: public WebPartConnectionsEventArgs (WebPart providerWebPart, ProviderConnectionPoint providerConnectionPoint, WebPart consumerWebPart, ConsumerConnectionPoint consumerConnectionPoint, Connection connection)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: Connection Connection { public get; }
  • Property: ConsumerConnectionPoint ConsumerConnectionPoint { public get; }
  • Property: WebPart ConsumerWebPart { public get; }
  • Property: ProviderConnectionPoint ProviderConnectionPoint { public get; }
  • Property: WebPart ProviderWebPart { public get; }
System.Web.UI.WebControls.WebParts WebPartConnectionsEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.WebParts.WebPartConnectionsEventHandler
--> NONE <--
  • Constructor: public WebPartConnectionsEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, WebPartConnectionsEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, WebPartConnectionsEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls.WebParts WebPartDescription ()
n/a public class System.Web.UI.WebControls.WebParts.WebPartDescription
--> NONE <--
  • Constructor: public WebPartDescription (string id, string title, string imageUrl)
  • Constructor: public WebPartDescription (WebPart part)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string CatalogIconImageUrl { public get; }
  • Property: string ID { public get; }
  • Property: string Title { public get; }
System.Web.UI.WebControls.WebParts WebPartDescriptionCollection ()
n/a public sealed class System.Web.UI.WebControls.WebParts.WebPartDescriptionCollection
--> NONE <--
  • Constructor: public WebPartDescriptionCollection ()
  • Constructor: public WebPartDescriptionCollection (ICollection webPartDescriptions)
  • Method: public bool Contains (WebPartDescription value)
  • Method: public void CopyTo (WebPartDescription[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (WebPartDescription value)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: protected ArrayList InnerList { }
  • Property: WebPartDescription this [int index] { public get; }
  • Property: WebPartDescription this [string id] { public get; }
System.Web.UI.WebControls.WebParts WebPartDisplayMode ()
n/a public abstract class System.Web.UI.WebControls.WebParts.WebPartDisplayMode
--> NONE <--
  • Constructor: protected WebPartDisplayMode (string name)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public virtual bool IsEnabled (WebPartManager webPartManager)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: virtual bool AllowPageDesign { public get; }
  • Property: virtual bool AssociatedWithToolZone { public get; }
  • Property: string Name { public get; }
System.Web.UI.WebControls.WebParts WebPartDisplayModeCancelEventArgs ()
n/a public class System.Web.UI.WebControls.WebParts.WebPartDisplayModeCancelEventArgs
--> NONE <--
  • Constructor: public WebPartDisplayModeCancelEventArgs (WebPartDisplayMode newDisplayMode)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: bool Cancel { public get; public set; }
  • Property: WebPartDisplayMode NewDisplayMode { public get; public set; }
System.Web.UI.WebControls.WebParts WebPartDisplayModeCancelEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.WebParts.WebPartDisplayModeCancelEventHandler
--> NONE <--
  • Constructor: public WebPartDisplayModeCancelEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, WebPartDisplayModeCancelEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, WebPartDisplayModeCancelEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls.WebParts WebPartDisplayModeCollection ()
n/a public sealed class System.Web.UI.WebControls.WebParts.WebPartDisplayModeCollection
--> NONE <--
  • Method: public int Add (WebPartDisplayMode value)
  • Method (i): public virtual void Clear ()
  • Method: public bool Contains (WebPartDisplayMode value)
  • Method: public void CopyTo (WebPartDisplayMode[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (WebPartDisplayMode value)
  • Method: public void Insert (int index, WebPartDisplayMode value)
  • Method (i): protected object MemberwiseClone ()
  • Method: protected override void OnClear ()
  • Method (i): protected virtual void OnClearComplete ()
  • Method: protected override void OnInsert (int index, object value)
  • Method (i): protected virtual void OnInsertComplete (int index, object value)
  • Method: protected override void OnRemove (int index, object value)
  • Method (i): protected virtual void OnRemoveComplete (int index, object value)
  • Method: protected override void OnSet (int index, object oldValue, object newValue)
  • Method (i): protected virtual void OnSetComplete (int index, object oldValue, object newValue)
  • Method: protected override void OnValidate (object value)
  • Method (i): public virtual void RemoveAt (int index)
  • Method (i): public virtual string ToString ()
  • Property: int Capacity { public get; public set; }
  • Property: virtual int Count { public get; }
  • Property: protected ArrayList InnerList { }
  • Property: bool IsReadOnly { public get; }
  • Property: WebPartDisplayMode this [int index] { public get; }
  • Property: WebPartDisplayMode this [string modeName] { public get; }
  • Property: protected IList List { }
System.Web.UI.WebControls.WebParts WebPartDisplayModeEventArgs ()
n/a public class System.Web.UI.WebControls.WebParts.WebPartDisplayModeEventArgs
--> NONE <--
  • Constructor: public WebPartDisplayModeEventArgs (WebPartDisplayMode oldDisplayMode)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: WebPartDisplayMode OldDisplayMode { public get; public set; }
System.Web.UI.WebControls.WebParts WebPartDisplayModeEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.WebParts.WebPartDisplayModeEventHandler
--> NONE <--
  • Constructor: public WebPartDisplayModeEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, WebPartDisplayModeEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, WebPartDisplayModeEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls.WebParts WebPartDisplayModeVerb ()
n/a public abstract class System.Web.UI.WebControls.WebParts.WebPartDisplayModeVerb
--> NONE <--
  • Constructor: protected WebPartDisplayModeVerb (WebPartDisplayMode displayMode)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: override bool Checked { public get; public set; }
  • Property: string ClientClickHandler { public get; }
  • Property: virtual string Description { public get; public set; }
  • Property: WebPartDisplayMode DisplayMode { public get; }
  • Property: override bool Enabled { public get; public set; }
  • Property: string ImageUrl { public get; public set; }
  • Property: protected virtual bool IsTrackingViewState { }
  • Property: WebPartEventHandler ServerClickHandler { public get; }
  • Property: virtual string Text { public get; public set; }
  • Property: protected StateBag ViewState { }
  • Property: bool Visible { public get; public set; }
System.Web.UI.WebControls.WebParts WebPartEventArgs ()
n/a public class System.Web.UI.WebControls.WebParts.WebPartEventArgs
--> NONE <--
  • Constructor: public WebPartEventArgs ()
  • Constructor: public WebPartEventArgs (WebPart webPart)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: WebPart WebPart { public get; }
System.Web.UI.WebControls.WebParts WebPartEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.WebParts.WebPartEventHandler
--> NONE <--
  • Constructor: public WebPartEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, WebPartEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, WebPartEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
WebPartExportMode ()
n/a public sealed enum System.Web.UI.WebControls.WebParts.WebPartExportMode
                    None = 0,
                    All = 1,
                    NonSensitiveData = 2,
--> NONE <-- --> NONE <--
WebPartHelpMode ()
n/a public sealed enum System.Web.UI.WebControls.WebParts.WebPartHelpMode
                    Modal = 0,
                    Modeless = 1,
                    Navigate = 2,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls.WebParts WebPartManager ()
n/a public class System.Web.UI.WebControls.WebParts.WebPartManager
--> NONE <--
  • Constructor: public WebPartManager ()
  • Event: public event WebPartAuthorizationEventHandler AuthorizeWebPart
  • Event: public event EventHandler ConnectionsActivated
  • Event: public event EventHandler ConnectionsActivating
  • Event: public event EventHandler DataBinding
  • Event: public event WebPartDisplayModeEventHandler DisplayModeChanged
  • Event: public event WebPartDisplayModeCancelEventHandler DisplayModeChanging
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event WebPartEventHandler SelectedWebPartChanged
  • Event: public event WebPartCancelEventHandler SelectedWebPartChanging
  • Event: public event EventHandler Unload
  • Event: public event WebPartEventHandler WebPartAdded
  • Event: public event WebPartEventHandler WebPartClosed
  • Event: public event WebPartEventHandler WebPartDeleted
  • Event: public event WebPartEventHandler WebPartMoved
  • Event: public event WebPartConnectionsEventHandler WebPartsConnected
  • Event: public event WebPartConnectionsEventHandler WebPartsDisconnected
  • Field: public static readonly WebPartDisplayMode BrowseDisplayMode
  • Field: public static readonly WebPartDisplayMode CatalogDisplayMode
  • Field: public static readonly WebPartDisplayMode ConnectDisplayMode
  • Field: public static readonly WebPartDisplayMode DesignDisplayMode
  • Field: public static readonly WebPartDisplayMode EditDisplayMode
  • Method: protected virtual void ActivateConnections ()
  • Method: protected void AddDynamicWebPart (WebPart webPart)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method: public void AddWebPart (WebPart webPart, WebPartZoneBase zone, int zoneIndex)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method: public virtual void BeginWebPartConnecting (WebPart partToConnect)
  • Method: public virtual void BeginWebPartEditing (WebPart partToEdit)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method: protected void CallOnClosed (WebPart webPart)
  • Method: protected void CallOnConnectModeChanged (WebPart webPart)
  • Method: protected void CallOnDeleted (WebPart webPart)
  • Method: protected void CallOnEditModeChanged (WebPart webPart)
  • Method: public bool CanConnectWebParts (WebPart provider, ProviderConnectionPoint providerConnectionPoint, WebPart consumer, ConsumerConnectionPoint consumerConnectionPoint)
  • Method: public virtual bool CanConnectWebParts (WebPart provider, ProviderConnectionPoint providerConnectionPoint, WebPart consumer, ConsumerConnectionPoint consumerConnectionPoint, Transformer transformer)
  • Method: protected virtual bool CheckRenderClientScript ()
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method: public void CloseWebPart (WebPart webPart)
  • Method: protected bool ConnectionDeleted (Connection connection)
  • Method: public Connection ConnectWebParts (WebPart provider, ProviderConnectionPoint providerConnectionPoint, WebPart consumer, ConsumerConnectionPoint consumerConnectionPoint)
  • Method: public virtual Connection ConnectWebParts (WebPart provider, ProviderConnectionPoint providerConnectionPoint, WebPart consumer, ConsumerConnectionPoint consumerConnectionPoint, Transformer transformer)
  • Method: protected virtual TypeCollection CreateAvailableTransformers ()
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method: protected override ControlCollection CreateControlCollection ()
  • Method: protected virtual WebPartDisplayModeCollection CreateDisplayModes ()
  • Method: protected virtual string CreateDynamicConnectionID ()
  • Method: protected virtual string CreateDynamicWebPartID (Type webPartType)
  • Method: ProtectedInternal static object CreateObjectFromType (Type type)
  • Method: protected virtual WebPartPersonalization CreatePersonalization ()
  • Method: public virtual GenericWebPart CreateWebPart (Control control)
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method: protected void DeleteConnection (Connection connection)
  • Method: public void DeleteWebPart (WebPart webPart)
  • Method: public virtual void DisconnectWebParts (Connection connection)
  • Method (i): public virtual void Dispose ()
  • Method: public virtual void EndWebPartConnecting ()
  • Method: public virtual void EndWebPartEditing ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method: public virtual void Export (WebPart part, XmlTextWriter writer)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method: public override void Focus ()
  • Method: public virtual ConsumerConnectionPointCollection GetConsumerConnectionPoints (WebPart webPart)
  • Method: public static WebPartManager GetCurrentWebPartManager (Page page)
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method: ProtectedInternal virtual string GetDisplayTitle (WebPart webPart)
  • Method: public GenericWebPart GetGenericWebPart (Control control)
  • Method (i): public virtual int GetHashCode ()
  • Method: protected bool GetIsClosed (WebPart webPart)
  • Method: public virtual ProviderConnectionPointCollection GetProviderConnectionPoints (WebPart webPart)
  • Method (i): public Type GetType ()
  • Method: protected string GetZoneID (WebPart webPart)
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method: public virtual WebPart Import (XmlTextReader reader, out string errorMessage)
  • Method: public virtual bool IsAuthorized (Type type)
  • Method: public virtual bool IsAuthorized (WebPart part)
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method: protected void LoadConfigurationState (Transformer transformer, object savedState)
  • Method: ProtectedInternal override void LoadControlState (object savedState)
  • Method: protected virtual bool LoadCustomPersonalizationState (PersonalizationDictionary state)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method: public virtual void MoveWebPart (WebPart webPart, WebPartZoneBase zone, int zoneIndex)
  • Method: protected virtual void OnAuthorizeWebPart (WebPartAuthorizationEventArgs e)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method: protected virtual void OnConnectionsActivated (EventArgs e)
  • Method: protected virtual void OnConnectionsActivating (EventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method: protected virtual void OnDisplayModeChanged (WebPartDisplayModeEventArgs e)
  • Method: protected virtual void OnDisplayModeChanging (WebPartDisplayModeCancelEventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method: protected virtual void OnSelectedWebPartChanged (WebPartEventArgs e)
  • Method: protected virtual void OnSelectedWebPartChanging (WebPartCancelEventArgs e)
  • Method: ProtectedInternal override void OnUnload (EventArgs e)
  • Method: protected virtual void OnWebPartAdded (WebPartEventArgs e)
  • Method: protected virtual void OnWebPartClosed (WebPartEventArgs e)
  • Method: protected virtual void OnWebPartDeleted (WebPartEventArgs e)
  • Method: protected virtual void OnWebPartMoved (WebPartEventArgs e)
  • Method: protected virtual void OnWebPartsConnected (WebPartConnectionsEventArgs e)
  • Method: protected virtual void OnWebPartsDisconnected (WebPartConnectionsEventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method: protected virtual void RegisterClientScript ()
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method: protected object SaveConfigurationState (Transformer transformer)
  • Method: ProtectedInternal override object SaveControlState ()
  • Method: protected virtual void SaveCustomPersonalizationState (PersonalizationDictionary state)
  • Method (i): protected virtual object SaveViewState ()
  • Method: protected void SetConnectErrorMessage (WebPart webPart, string connectErrorMessage)
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method: protected void SetHasSharedData (WebPart webPart, bool hasSharedData)
  • Method: protected void SetHasUserData (WebPart webPart, bool hasUserData)
  • Method: protected void SetIsClosed (WebPart webPart, bool isClosed)
  • Method: protected void SetIsShared (Connection connection, bool isShared)
  • Method: protected void SetIsShared (WebPart webPart, bool isShared)
  • Method: protected void SetIsStandalone (WebPart webPart, bool isStandalone)
  • Method: protected void SetIsStatic (Connection connection, bool isStatic)
  • Method: protected void SetIsStatic (WebPart webPart, bool isStatic)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method: protected void SetSelectedWebPart (WebPart webPart)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method: protected void SetTransformer (Connection connection, Transformer transformer)
  • Method: protected void SetZoneID (WebPart webPart, string zoneID)
  • Method: protected void SetZoneIndex (WebPart webPart, int zoneIndex)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: TypeCollection AvailableTransformers { public get; }
  • Property: Control BindingContainer { public get; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual string CloseProviderWarning { public get; public set; }
  • Property: ConnectionCollection Connections { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: virtual string DeleteWarning { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual WebPartDisplayMode DisplayMode { public get; public set; }
  • Property: WebPartDisplayModeCollection DisplayModes { public get; }
  • Property: ProtectedInternal ConnectionCollection DynamicConnections { }
  • Property: virtual bool EnableClientScript { public get; public set; }
  • Property: override bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual string ExportSensitiveDataWarning { public get; public set; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: protected virtual bool IsCustomPersonalizationStateDirty { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: WebPartPersonalization Personalization { public get; }
  • Property: WebPart SelectedWebPart { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: override string SkinID { public get; public set; }
  • Property: ConnectionCollection StaticConnections { public get; }
  • Property: WebPartDisplayModeCollection SupportedDisplayModes { public get; }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: ToolZoneCollection ToolZones { public get; }
  • Property: virtual string UniqueID { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: override bool Visible { public get; public set; }
  • Property: WebPartCollection WebParts { public get; }
  • Property: WebPartZoneCollection Zones { public get; }
System.Web.UI.WebControls.WebParts WebPartMenuStyle ()
n/a public class System.Web.UI.WebControls.WebParts.WebPartMenuStyle
--> NONE <--
  • Constructor: public WebPartMenuStyle ()
  • Constructor: public WebPartMenuStyle (StateBag bag)
  • Event: public event EventHandler Disposed
  • Method (i): public void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): public virtual void AddAttributesToRender (HtmlTextWriter writer, WebControl owner)
  • Method: public override void CopyFrom (Style s)
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void Dispose (bool disposing)
  • Method (i): public virtual bool Equals (object obj)
  • Method: protected override void FillStyleAttributes (CssStyleCollection attributes, IUrlResolutionService urlResolver)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): protected virtual object GetService (Type service)
  • Method (i): public CssStyleCollection GetStyleAttributes (IUrlResolutionService urlResolver)
  • Method (i): public Type GetType ()
  • Method (i): public virtual object InitializeLifetimeService ()
  • Method (i): ProtectedInternal void LoadViewState (object state)
  • Method (i): protected MarshalByRefObject MemberwiseClone ()
  • Method: public override void MergeWith (Style s)
  • Method: public override void Reset ()
  • Method (i): ProtectedInternal virtual object SaveViewState ()
  • Method (i): ProtectedInternal virtual void SetBit (int bit)
  • Method (i): public void SetDirty ()
  • Method (i): public virtual string ToString ()
  • Method (i): ProtectedInternal virtual void TrackViewState ()
  • Property: Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Color BorderColor { public get; public set; }
  • Property: BorderStyle BorderStyle { public get; public set; }
  • Property: Unit BorderWidth { public get; public set; }
  • Property: protected virtual bool CanRaiseEvents { }
  • Property: override int CellPadding { public get; public set; }
  • Property: override int CellSpacing { public get; public set; }
  • Property: IContainer Container { public get; }
  • Property: string CssClass { public get; public set; }
  • Property: protected bool DesignMode { }
  • Property: protected EventHandlerList Events { }
  • Property: FontInfo Font { public get; }
  • Property: Color ForeColor { public get; public set; }
  • Property: virtual GridLines GridLines { public get; public set; }
  • Property: Unit Height { public get; public set; }
  • Property: override HorizontalAlign HorizontalAlign { public get; public set; }
  • Property: ProtectedInternal virtual bool IsEmpty { }
  • Property: protected bool IsTrackingViewState { }
  • Property: string RegisteredCssClass { public get; }
  • Property: virtual Color SeparatorColor { public get; public set; }
  • Property: virtual Color ShadowColor { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: ProtectedInternal StateBag ViewState { }
  • Property: Unit Width { public get; public set; }
System.Web.UI.WebControls.WebParts WebPartPageMenu ()
n/a public class System.Web.UI.WebControls.WebParts.WebPartPageMenu
--> NONE <--
  • Constructor: public WebPartPageMenu ()
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method: protected override ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method: protected virtual ICollection CreateVerbList ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected override void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method: protected virtual void RaisePostBackEvent (string argument)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method: protected virtual void RenderDropDown (HtmlTextWriter writer, ICollection verbs)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method: protected virtual void RenderMenu (HtmlTextWriter writer, ICollection verbs)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: virtual WebPartDisplayModeVerb BrowseModeVerb { public get; }
  • Property: virtual WebPartDisplayModeVerb CatalogModeVerb { public get; }
  • Property: virtual Style CheckImageStyle { public get; }
  • Property: virtual string CheckImageUrl { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual WebPartDisplayModeVerb ConnectModeVerb { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual WebPartDisplayModeVerb DesignModeVerb { public get; }
  • Property: protected virtual ICollection DisplayModeVerbs { }
  • Property: virtual bool DropDownAutoPostBack { public get; public set; }
  • Property: virtual string DropDownButtonText { public get; public set; }
  • Property: virtual Orientation DropDownOrientation { public get; public set; }
  • Property: virtual WebPartDisplayModeVerb EditModeVerb { public get; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual Style HoverStyle { public get; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: virtual string ImageUrl { public get; public set; }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual string MenuPopupImageUrl { public get; public set; }
  • Property: virtual WebPartMenuStyle MenuStyle { public get; }
  • Property: virtual WebPartPageMenuMode Mode { public get; public set; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: protected bool RenderClientScript { }
  • Property: virtual WebPartVerb SharedScopeVerb { public get; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string Text { public get; public set; }
  • Property: override string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: virtual WebPartVerb UserScopeVerb { public get; }
  • Property: virtual Style VerbHoverStyle { public get; }
  • Property: virtual Style VerbStyle { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: virtual Unit Width { public get; public set; }
WebPartPageMenuMode ()
n/a public sealed enum System.Web.UI.WebControls.WebParts.WebPartPageMenuMode
                    Menu = 0,
                    DropDown = 1,
--> NONE <-- --> NONE <--
System.Web.UI.WebControls.WebParts WebPartPersonalization ()
n/a public class System.Web.UI.WebControls.WebParts.WebPartPersonalization
--> NONE <--
  • Constructor: public WebPartPersonalization (WebPartManager owner)
  • Field: public static readonly WebPartUserCapability EnterSharedScopeUserCapability
  • Field: public static readonly WebPartUserCapability ModifyStateUserCapability
  • Method: ProtectedInternal virtual void ApplyPersonalizationState ()
  • Method: ProtectedInternal virtual void ApplyPersonalizationState (WebPart webPart)
  • Method: public void EnsureEnabled (bool ensureModifiable)
  • Method (i): public virtual bool Equals (object obj)
  • Method: ProtectedInternal virtual void ExtractPersonalizationState ()
  • Method: ProtectedInternal virtual void ExtractPersonalizationState (WebPart webPart)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: protected virtual PersonalizationScope Load ()
  • Method (i): protected object MemberwiseClone ()
  • Method: protected virtual void OnApplyComplete ()
  • Method: protected virtual void Save ()
  • Method: ProtectedInternal virtual void SetDirty ()
  • Method: ProtectedInternal virtual void SetDirty (WebPart webPart)
  • Method: public virtual void ToggleScope ()
  • Method: protected void ToggleScope (PersonalizationScope newScope)
  • Method (i): public virtual string ToString ()
  • Property: bool CanEnterSharedScope { public get; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual PersonalizationScope InitialScope { public get; public set; }
  • Property: bool IsEnabled { public get; }
  • Property: protected bool IsInitialized { }
  • Property: bool IsModifiable { public get; }
  • Property: virtual string ProviderName { public get; public set; }
  • Property: PersonalizationScope Scope { public get; }
  • Property: protected virtual IDictionary UserCapabilities { }
  • Property: protected WebPartManager WebPartManager { }
System.Web.UI.WebControls.WebParts WebPartTracker ()
n/a public sealed class System.Web.UI.WebControls.WebParts.WebPartTracker
--> NONE <--
  • Constructor: public WebPartTracker (WebPart webPart)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
System.Web.UI.WebControls.WebParts WebPartUserCapability ()
n/a public sealed class System.Web.UI.WebControls.WebParts.WebPartUserCapability
--> NONE <--
  • Constructor: public WebPartUserCapability (string name)
  • Method: public override bool Equals (object o)
  • Method (i): protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: string Name { public get; }
System.Web.UI.WebControls.WebParts WebPartVerb ()
n/a public class System.Web.UI.WebControls.WebParts.WebPartVerb
--> NONE <--
  • Constructor: public WebPartVerb (string clientClickHandler)
  • Constructor: public WebPartVerb (WebPartEventHandler serverClickHandler)
  • Constructor: public WebPartVerb (WebPartEventHandler serverClickHandler, string clientClickHandler)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: protected virtual void LoadViewState (object savedState)
  • Method (i): protected object MemberwiseClone ()
  • Method: protected virtual object SaveViewState ()
  • Method (i): public virtual string ToString ()
  • Method: protected virtual void TrackViewState ()
  • Property: virtual bool Checked { public get; public set; }
  • Property: string ClientClickHandler { public get; }
  • Property: virtual string Description { public get; public set; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: string ImageUrl { public get; public set; }
  • Property: protected virtual bool IsTrackingViewState { }
  • Property: WebPartEventHandler ServerClickHandler { public get; }
  • Property: virtual string Text { public get; public set; }
  • Property: protected StateBag ViewState { }
  • Property: bool Visible { public get; public set; }
System.Web.UI.WebControls.WebParts WebPartVerbCollection ()
n/a public sealed class System.Web.UI.WebControls.WebParts.WebPartVerbCollection
--> NONE <--
  • Constructor: public WebPartVerbCollection ()
  • Constructor: public WebPartVerbCollection (ICollection verbs)
  • Constructor: public WebPartVerbCollection (WebPartVerbCollection existingVerbs, ICollection verbs)
  • Field: public static readonly WebPartVerbCollection Empty
  • Method: public bool Contains (WebPartVerb value)
  • Method: public void CopyTo (WebPartVerb[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (WebPartVerb value)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: protected ArrayList InnerList { }
  • Property: WebPartVerb this [int index] { public get; }
System.Web.UI.WebControls.WebParts WebPartVerbConverter ()
n/a public class System.Web.UI.WebControls.WebParts.WebPartVerbConverter
--> NONE <--
  • Constructor: public WebPartVerbConverter ()
  • Method (i): public bool CanConvertFrom (Type sourceType)
  • Method (i): public virtual bool CanConvertFrom (ITypeDescriptorContext context, Type sourceType)
  • Method (i): public bool CanConvertTo (Type destinationType)
  • Method (i): public virtual bool CanConvertTo (ITypeDescriptorContext context, Type destinationType)
  • Method (i): public object ConvertFrom (object value)
  • Method (i): public virtual object ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value)
  • Method (i): public object ConvertFromInvariantString (string text)
  • Method (i): public object ConvertFromInvariantString (ITypeDescriptorContext context, string text)
  • Method (i): public object ConvertFromString (string text)
  • Method (i): public object ConvertFromString (ITypeDescriptorContext context, CultureInfo culture, string text)
  • Method (i): public object ConvertFromString (ITypeDescriptorContext context, string text)
  • Method (i): public object ConvertTo (object value, Type destinationType)
  • Method: public override object ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
  • Method (i): public string ConvertToInvariantString (object value)
  • Method (i): public string ConvertToInvariantString (ITypeDescriptorContext context, object value)
  • Method (i): public string ConvertToString (object value)
  • Method (i): public string ConvertToString (ITypeDescriptorContext context, CultureInfo culture, object value)
  • Method (i): public string ConvertToString (ITypeDescriptorContext context, object value)
  • Method (i): public object CreateInstance (IDictionary propertyValues)
  • Method (i): public virtual object CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): protected Exception GetConvertFromException (object value)
  • Method (i): protected Exception GetConvertToException (object value, Type destinationType)
  • Method (i): public bool GetCreateInstanceSupported ()
  • Method (i): public virtual bool GetCreateInstanceSupported (ITypeDescriptorContext context)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public PropertyDescriptorCollection GetProperties (object value)
  • Method (i): public PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value)
  • Method (i): public virtual PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value, attribute[] attributes)
  • Method (i): public bool GetPropertiesSupported ()
  • Method (i): public virtual bool GetPropertiesSupported (ITypeDescriptorContext context)
  • Method (i): public ICollection GetStandardValues ()
  • Method (i): public virtual StandardValuesCollection GetStandardValues (ITypeDescriptorContext context)
  • Method (i): public bool GetStandardValuesExclusive ()
  • Method (i): public virtual bool GetStandardValuesExclusive (ITypeDescriptorContext context)
  • Method (i): public bool GetStandardValuesSupported ()
  • Method (i): public virtual bool GetStandardValuesSupported (ITypeDescriptorContext context)
  • Method (i): public Type GetType ()
  • Method (i): public bool IsValid (object value)
  • Method (i): public virtual bool IsValid (ITypeDescriptorContext context, object value)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected PropertyDescriptorCollection SortProperties (PropertyDescriptorCollection props, string[] names)
  • Method (i): public virtual string ToString ()
System.Web.UI.WebControls.WebParts WebPartVerbsEventArgs ()
n/a public class System.Web.UI.WebControls.WebParts.WebPartVerbsEventArgs
--> NONE <--
  • Constructor: public WebPartVerbsEventArgs ()
  • Constructor: public WebPartVerbsEventArgs (WebPartVerbCollection verbs)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: WebPartVerbCollection Verbs { public get; public set; }
System.Web.UI.WebControls.WebParts WebPartVerbsEventHandler ()
n/a public sealed delegate System.Web.UI.WebControls.WebParts.WebPartVerbsEventHandler
--> NONE <--
  • Constructor: public WebPartVerbsEventHandler (object object, IntPtr method)
  • Method: public virtual IAsyncResult BeginInvoke (object sender, WebPartVerbsEventArgs e, AsyncCallback callback, object object)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method: public virtual void EndInvoke (IAsyncResult result)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke (object sender, WebPartVerbsEventArgs e)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
System.Web.UI.WebControls.WebParts WebPartZone ()
n/a public class System.Web.UI.WebControls.WebParts.WebPartZone
--> NONE <--
  • Constructor: public WebPartZone ()
  • Event: public event WebPartVerbsEventHandler CreateVerbs
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): protected virtual void CloseWebPart (WebPart webPart)
  • Method (i): protected virtual void ConnectWebPart (WebPart webPart)
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): protected virtual WebPartChrome CreateWebPartChrome ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): protected virtual void DeleteWebPart (WebPart webPart)
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EditWebPart (WebPart webPart)
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method (i): ProtectedInternal virtual PartChromeType GetEffectiveChromeType (Part part)
  • Method (i): public virtual int GetHashCode ()
  • Method: ProtectedInternal override WebPartCollection GetInitialWebParts ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method (i): protected virtual void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual void MinimizeWebPart (WebPart webPart)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnCreateVerbs (WebPartVerbsEventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void RaisePostBackEvent (string eventArgument)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderBody (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): protected virtual void RenderDropCue (HtmlTextWriter writer)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderFooter (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderHeader (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): protected virtual void RestoreWebPart (WebPart webPart)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method (i): protected virtual object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AllowLayoutChange { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual WebPartVerb CloseVerb { public get; }
  • Property: virtual WebPartVerb ConnectVerb { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: virtual WebPartVerb DeleteVerb { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual string DisplayTitle { public get; }
  • Property: virtual Color DragHighlightColor { public get; public set; }
  • Property: virtual WebPartVerb EditVerb { public get; }
  • Property: virtual string EmptyZoneText { public get; public set; }
  • Property: virtual Style EmptyZoneTextStyle { public get; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual WebPartVerb ExportVerb { public get; }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Style FooterStyle { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: protected virtual bool HasFooter { }
  • Property: protected virtual bool HasHeader { }
  • Property: virtual TitleStyle HeaderStyle { public get; }
  • Property: virtual string HeaderText { public get; public set; }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual WebPartVerb HelpVerb { public get; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: Orientation LayoutOrientation { public get; public set; }
  • Property: virtual Style MenuCheckImageStyle { public get; }
  • Property: virtual string MenuCheckImageUrl { public get; public set; }
  • Property: virtual string MenuDropDownImageUrl { public get; public set; }
  • Property: virtual Style MenuLabelHoverStyle { public get; }
  • Property: virtual Style MenuLabelStyle { public get; }
  • Property: virtual string MenuLabelText { public get; public set; }
  • Property: virtual string MenuPopupImageUrl { public get; public set; }
  • Property: virtual WebPartMenuStyle MenuStyle { public get; }
  • Property: virtual Style MenuVerbHoverStyle { public get; }
  • Property: virtual Style MenuVerbStyle { public get; }
  • Property: virtual WebPartVerb MinimizeVerb { public get; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: int Padding { public get; public set; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual Style PartChromeStyle { public get; }
  • Property: virtual PartChromeType PartChromeType { public get; public set; }
  • Property: virtual TableStyle PartStyle { public get; }
  • Property: virtual TitleStyle PartTitleStyle { public get; }
  • Property: ProtectedInternal bool RenderClientScript { }
  • Property: virtual WebPartVerb RestoreVerb { public get; }
  • Property: virtual Style SelectedPartChromeStyle { public get; }
  • Property: virtual bool ShowTitleIcons { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: ButtonType VerbButtonType { public get; public set; }
  • Property: virtual Style VerbStyle { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: protected WebPartManager WebPartManager { }
  • Property: WebPartCollection WebParts { public get; }
  • Property: virtual Unit Width { public get; public set; }
  • Property: virtual ITemplate ZoneTemplate { public get; public set; }
System.Web.UI.WebControls.WebParts WebPartZoneBase ()
n/a public abstract class System.Web.UI.WebControls.WebParts.WebPartZoneBase
--> NONE <--
  • Constructor: protected WebPartZoneBase ()
  • Event: public event WebPartVerbsEventHandler CreateVerbs
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method: protected virtual void CloseWebPart (WebPart webPart)
  • Method: protected virtual void ConnectWebPart (WebPart webPart)
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method: ProtectedInternal override void CreateChildControls ()
  • Method: protected override ControlCollection CreateControlCollection ()
  • Method: protected override Style CreateControlStyle ()
  • Method: protected virtual WebPartChrome CreateWebPartChrome ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method: protected virtual void DeleteWebPart (WebPart webPart)
  • Method (i): public virtual void Dispose ()
  • Method: protected virtual void EditWebPart (WebPart webPart)
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method: ProtectedInternal override PartChromeType GetEffectiveChromeType (Part part)
  • Method (i): public virtual int GetHashCode ()
  • Method: ProtectedInternal abstract WebPartCollection GetInitialWebParts ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected override void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method: protected virtual void MinimizeWebPart (WebPart webPart)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method: protected virtual void OnCreateVerbs (WebPartVerbsEventArgs e)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method: protected virtual void RaisePostBackEvent (string eventArgument)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method: ProtectedInternal override void Render (HtmlTextWriter writer)
  • Method (i): public virtual void RenderBeginTag (HtmlTextWriter writer)
  • Method: protected override void RenderBody (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method: protected virtual void RenderDropCue (HtmlTextWriter writer)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method (i): protected virtual void RenderFooter (HtmlTextWriter writer)
  • Method: protected override void RenderHeader (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method: protected virtual void RestoreWebPart (WebPart webPart)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual bool AllowLayoutChange { public get; public set; }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: override Color BorderColor { public get; public set; }
  • Property: override BorderStyle BorderStyle { public get; public set; }
  • Property: override Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual WebPartVerb CloseVerb { public get; }
  • Property: virtual WebPartVerb ConnectVerb { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: override ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: virtual WebPartVerb DeleteVerb { public get; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual string DisplayTitle { public get; }
  • Property: virtual Color DragHighlightColor { public get; public set; }
  • Property: virtual WebPartVerb EditVerb { public get; }
  • Property: override string EmptyZoneText { public get; public set; }
  • Property: virtual Style EmptyZoneTextStyle { public get; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual WebPartVerb ExportVerb { public get; }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Style FooterStyle { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: protected override bool HasFooter { }
  • Property: protected override bool HasHeader { }
  • Property: virtual TitleStyle HeaderStyle { public get; }
  • Property: virtual string HeaderText { public get; public set; }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual WebPartVerb HelpVerb { public get; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: Orientation LayoutOrientation { public get; public set; }
  • Property: virtual Style MenuCheckImageStyle { public get; }
  • Property: virtual string MenuCheckImageUrl { public get; public set; }
  • Property: virtual string MenuDropDownImageUrl { public get; public set; }
  • Property: virtual Style MenuLabelHoverStyle { public get; }
  • Property: virtual Style MenuLabelStyle { public get; }
  • Property: virtual string MenuLabelText { public get; public set; }
  • Property: virtual string MenuPopupImageUrl { public get; public set; }
  • Property: virtual WebPartMenuStyle MenuStyle { public get; }
  • Property: virtual Style MenuVerbHoverStyle { public get; }
  • Property: virtual Style MenuVerbStyle { public get; }
  • Property: virtual WebPartVerb MinimizeVerb { public get; }
  • Property: virtual Control NamingContainer { public get; }
  • Property: int Padding { public get; public set; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual Style PartChromeStyle { public get; }
  • Property: virtual PartChromeType PartChromeType { public get; public set; }
  • Property: virtual TableStyle PartStyle { public get; }
  • Property: virtual TitleStyle PartTitleStyle { public get; }
  • Property: ProtectedInternal bool RenderClientScript { }
  • Property: virtual WebPartVerb RestoreVerb { public get; }
  • Property: virtual Style SelectedPartChromeStyle { public get; }
  • Property: virtual bool ShowTitleIcons { public get; public set; }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected virtual HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: ButtonType VerbButtonType { public get; public set; }
  • Property: virtual Style VerbStyle { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: protected WebPartManager WebPartManager { }
  • Property: WebPartCollection WebParts { public get; }
  • Property: virtual Unit Width { public get; public set; }
System.Web.UI.WebControls.WebParts WebPartZoneCollection ()
n/a public sealed class System.Web.UI.WebControls.WebParts.WebPartZoneCollection
--> NONE <--
  • Constructor: public WebPartZoneCollection ()
  • Constructor: public WebPartZoneCollection (ICollection webPartZones)
  • Method: public bool Contains (WebPartZoneBase value)
  • Method: public void CopyTo (WebPartZoneBase[] array, int index)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual IEnumerator GetEnumerator ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public int IndexOf (WebPartZoneBase value)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: virtual int Count { public get; }
  • Property: protected ArrayList InnerList { }
  • Property: WebPartZoneBase this [int index] { public get; }
  • Property: WebPartZoneBase this [string id] { public get; }
System.Web.UI.WebControls.WebParts Zone ()
n/a public abstract class System.Web.UI.WebControls.WebParts.Zone
--> NONE <--
  • Event: public event EventHandler DataBinding
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler Init
  • Event: public event EventHandler Load
  • Event: public event EventHandler PreRender
  • Event: public event EventHandler Unload
  • Method (i): protected virtual void AddAttributesToRender (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void AddedControl (Control control, int index)
  • Method (i): protected virtual void AddParsedSubObject (object obj)
  • Method (i): public void ApplyStyle (Style s)
  • Method (i): public void ApplyStyleSheetSkin (Page page)
  • Method (i): protected void BuildProfileTree (string parentId, bool calcViewState)
  • Method (i): protected void ClearChildControlState ()
  • Method (i): protected void ClearChildState ()
  • Method (i): protected void ClearChildViewState ()
  • Method (i): public void CopyBaseAttributes (WebControl controlSrc)
  • Method (i): ProtectedInternal virtual void CreateChildControls ()
  • Method (i): protected virtual ControlCollection CreateControlCollection ()
  • Method (i): protected virtual Style CreateControlStyle ()
  • Method (i): public virtual void DataBind ()
  • Method (i): protected virtual void DataBind (bool raiseOnDataBinding)
  • Method (i): protected virtual void DataBindChildren ()
  • Method (i): public virtual void Dispose ()
  • Method (i): protected virtual void EnsureChildControls ()
  • Method (i): public void EnsureID ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Control FindControl (string id)
  • Method (i): protected virtual Control FindControl (string id, int pathOffset)
  • Method (i): public virtual void Focus ()
  • Method (i): protected virtual IDictionary GetDesignModeState ()
  • Method: ProtectedInternal virtual PartChromeType GetEffectiveChromeType (Part part)
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): public virtual bool HasControls ()
  • Method (i): protected bool HasEvents ()
  • Method (i): public bool IsEnableThemingSet ()
  • Method (i): protected bool IsLiteralContent ()
  • Method (i): public bool IsThemeEnabledInternal ()
  • Method (i): ProtectedInternal virtual void LoadControlState (object savedState)
  • Method: protected override void LoadViewState (object savedState)
  • Method (i): protected string MapPathSecure (string virtualPath)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public void MergeStyle (Style s)
  • Method (i): protected virtual bool OnBubbleEvent (object source, EventArgs args)
  • Method (i): protected virtual void OnDataBinding (EventArgs e)
  • Method: ProtectedInternal override void OnInit (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnLoad (EventArgs e)
  • Method: ProtectedInternal override void OnPreRender (EventArgs e)
  • Method (i): ProtectedInternal virtual void OnUnload (EventArgs e)
  • Method (i): protected Stream OpenFile (string path)
  • Method (i): protected void RaiseBubbleEvent (object source, EventArgs args)
  • Method (i): ProtectedInternal virtual void RemovedControl (Control control)
  • Method (i): ProtectedInternal virtual void Render (HtmlTextWriter writer)
  • Method: public override void RenderBeginTag (HtmlTextWriter writer)
  • Method: protected virtual void RenderBody (HtmlTextWriter writer)
  • Method (i): ProtectedInternal virtual void RenderChildren (HtmlTextWriter writer)
  • Method: ProtectedInternal override void RenderContents (HtmlTextWriter writer)
  • Method (i): public virtual void RenderControl (HtmlTextWriter writer)
  • Method (i): protected void RenderControl (HtmlTextWriter writer, ControlAdapter adapter)
  • Method (i): public virtual void RenderEndTag (HtmlTextWriter writer)
  • Method: protected virtual void RenderFooter (HtmlTextWriter writer)
  • Method: protected virtual void RenderHeader (HtmlTextWriter writer)
  • Method (i): protected virtual ControlAdapter ResolveAdapter ()
  • Method (i): public virtual string ResolveClientUrl (string relativeUrl)
  • Method (i): public string ResolveUrl (string relativeUrl)
  • Method (i): ProtectedInternal virtual object SaveControlState ()
  • Method: protected override object SaveViewState ()
  • Method (i): protected virtual void SetDesignModeState (IDictionary data)
  • Method (i): public void SetRenderMethodDelegate (RenderMethod renderMethod)
  • Method (i): public void SetTemplateControl (TemplateControl templateControl)
  • Method (i): public void SetTemplateSourceDirectory (string templateSourceDirectory)
  • Method (i): protected virtual bool ShouldSerializeEnableTheming ()
  • Method (i): public virtual string ToString ()
  • Method: protected override void TrackViewState ()
  • Property: virtual string AccessKey { public get; public set; }
  • Property: protected ControlAdapter Adapter { }
  • Property: virtual string AppRelativeTemplateSourceDirectory { public get; }
  • Property: AttributeCollection Attributes { public get; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual string BackImageUrl { public get; public set; }
  • Property: Control BindingContainer { public get; }
  • Property: virtual Color BorderColor { public get; public set; }
  • Property: virtual BorderStyle BorderStyle { public get; public set; }
  • Property: virtual Unit BorderWidth { public get; public set; }
  • Property: protected bool ChildControlsCreated { }
  • Property: virtual string ClientID { public get; }
  • Property: virtual ContentPager ContentPager { public get; public set; }
  • Property: protected virtual HttpContext Context { }
  • Property: virtual ControlCollection Controls { public get; }
  • Property: Style ControlStyle { public get; }
  • Property: bool ControlStyleCreated { public get; }
  • Property: virtual string CssClass { public get; public set; }
  • Property: ProtectedInternal bool DesignMode { }
  • Property: virtual string EmptyZoneText { public get; public set; }
  • Property: virtual Style EmptyZoneTextStyle { public get; }
  • Property: virtual bool Enabled { public get; public set; }
  • Property: virtual bool EnableTheming { public get; public set; }
  • Property: virtual bool EnableViewState { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual FontInfo Font { public get; }
  • Property: virtual Style FooterStyle { public get; }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: bool HasAttributes { public get; }
  • Property: protected bool HasChildViewState { }
  • Property: protected virtual bool HasFooter { }
  • Property: protected virtual bool HasHeader { }
  • Property: virtual TitleStyle HeaderStyle { public get; }
  • Property: virtual string HeaderText { public get; public set; }
  • Property: virtual Unit Height { public get; public set; }
  • Property: virtual string ID { public get; public set; }
  • Property: protected char IdSeparator { }
  • Property: ProtectedInternal bool IsChildControlStateCleared { }
  • Property: ProtectedInternal bool IsEnabled { }
  • Property: protected bool IsThemeEnabled { }
  • Property: protected bool IsTrackingViewState { }
  • Property: ProtectedInternal bool IsViewStateEnabled { }
  • Property: virtual Control NamingContainer { public get; }
  • Property: int Padding { public get; public set; }
  • Property: virtual Page Page { public get; public set; }
  • Property: virtual Control Parent { public get; }
  • Property: virtual Style PartChromeStyle { public get; }
  • Property: virtual PartChromeType PartChromeType { public get; public set; }
  • Property: virtual TableStyle PartStyle { public get; }
  • Property: virtual TitleStyle PartTitleStyle { public get; }
  • Property: ProtectedInternal bool RenderClientScript { }
  • Property: virtual ISite Site { public get; public set; }
  • Property: virtual string SkinID { public get; public set; }
  • Property: CssStyleCollection Style { public get; }
  • Property: virtual short TabIndex { public get; public set; }
  • Property: protected override HtmlTextWriterTag TagKey { }
  • Property: protected virtual string TagName { }
  • Property: TemplateControl TemplateControl { public get; }
  • Property: virtual string TemplateSourceDirectory { public get; }
  • Property: virtual string ToolTip { public get; public set; }
  • Property: virtual string UniqueID { public get; }
  • Property: virtual Style VerbStyle { public get; }
  • Property: protected virtual StateBag ViewState { }
  • Property: protected virtual bool ViewStateIgnoresCase { }
  • Property: virtual bool Visible { public get; public set; }
  • Property: protected WebPartManager WebPartManager { }
  • Property: virtual Unit Width { public get; public set; }

TopSummary